Skip to content

Commit 6b20a8f

Browse files
committed
update
Signed-off-by: Eric <[email protected]>
1 parent 39ffec6 commit 6b20a8f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

agenticmesh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyagentmesh

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "pyagentmesh"
2+
name = "agenticmesh"
33
version = "0.0.1"
44
description = "Orchestration Framework for Multi-Agent and Micro-Agent"
55
authors = ["eric-epsilla <[email protected]>"]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from setuptools import find_packages, setup
55

66
setup(
7-
name="pyagentmesh",
8-
version=open("./pyagentmesh/VERSION").read().strip(),
7+
name="agenticmesh",
8+
version=open("./agenticmesh/VERSION").read().strip(),
99
keywords="epsilla",
1010
author="Epsilla Team",
1111
author_email="[email protected]",

0 commit comments

Comments
 (0)