Skip to content

Commit a0421e1

Browse files
authored
Merge pull request #1 from epsilla-cloud/dev
change to AgenticMesh
2 parents 4ee9934 + 29e8a0d commit a0421e1

File tree

9 files changed

+29
-28
lines changed

9 files changed

+29
-28
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🐞 Bug
2-
description: Report a bug or an issue you've found with the Epsilla AgentMesh
2+
description: Report a bug or an issue you've found with the Epsilla AgenticMesh
33
title: "[Bug] <title>"
44
labels: ["bug", "triage"]
55
body:
@@ -9,15 +9,15 @@ body:
99
Thanks for taking the time to fill out this bug report!
1010
- type: checkboxes
1111
attributes:
12-
label: Is this a new bug in the Epsilla AgentMesh?
12+
label: Is this a new bug in the Epsilla AgenticMesh?
1313
description: >
14-
In other words, is this an error, flaw, failure or fault in the AgentMesh?
14+
In other words, is this an error, flaw, failure or fault in the AgenticMesh?
1515
1616
If this is a request for help or troubleshooting code in your own project, please join [the Epsilla Discord](https://discord.com/invite/cDaY2CxZc5)
1717
1818
Please search to see if an issue already exists for the bug you encountered.
1919
options:
20-
- label: I believe this is a new bug in the Epsilla AgentMesh
20+
- label: I believe this is a new bug in the Epsilla AgenticMesh
2121
required: true
2222
- label: I have searched the existing issues, and I could not find an existing issue for this bug
2323
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ✨ Feature
2-
description: Propose a feature request of the epsilla AgentMesh
2+
description: Propose a feature request of the epsilla AgenticMesh
33
title: "[Feature] <title>"
44
labels: ["enhancement", "triage"]
55
body:

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- name: Get version defined
2424
id: version
25-
run: echo "version=$(cat ./pyagentmesh/VERSION | awk -F'"' '{print $(NF-1)}')" >> $GITHUB_OUTPUT
25+
run: echo "version=$(cat ./agenticmesh/VERSION | awk -F'"' '{print $(NF-1)}')" >> $GITHUB_OUTPUT
2626

2727
- name: Bump version and push tag
2828
id: tag_version
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
python-version: '3.x'
4040

41-
- name: Install dependencies and build for pyagentmesh
41+
- name: Install dependencies and build for agenticmesh
4242
run: |
4343
python -m pip install --upgrade pip twine
4444
pip install build
@@ -50,10 +50,10 @@ jobs:
5050
user: __token__
5151
password: ${{ secrets.PYPI_API_TOKEN }}
5252

53-
- name: Install dependencies and build for agenticmesh
53+
- name: Install dependencies and build for pyagentmesh
5454
run: |
55-
sed -i 's/name = "pyagentmesh"/name = "agenticmesh"/' pyproject.toml
56-
sed -i 's/pyagentmesh/agenticmesh/' setup.py
55+
sed -i 's/name = "agenticmesh"/name = "pyagentmesh"/' pyproject.toml
56+
sed -i 's/agenticmesh/pyagentmesh/' setup.py
5757
python -m build --sdist --wheel --outdir dist/ .
5858
5959
- name: Publish distribution to PyPI

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 🚀 Epsilla AgentMesh
1+
# 🚀 Epsilla AgenticMesh
22

3-
Epsilla AgentMesh is an open-source governance and orchestration framework for multi-agent and micro-agent, inspired by service mesh architecture, designed to help you build, scale, and manage powerful AI agent systems with unified communication, policy control, and observability.
3+
Epsilla AgenticMesh is an open-source governance and orchestration framework for multi-agent and micro-agent, inspired by service mesh architecture, designed to help you build, scale, and manage powerful AI agent systems with unified communication, policy control, and observability.
44

55
---
66

@@ -28,7 +28,7 @@ Run as sidecars, centralized proxies, or lightweight agents — on Kubernetes, c
2828

2929
## 📐 Architecture
3030

31-
![AgentMesh Architecture](./docs/architecture-diagram.png)
31+
![AgenticMesh Architecture](./docs/architecture-diagram.png)
3232

3333
Core components:
3434
- **Communication Proxy**: Message routing & protocol handling.
@@ -41,14 +41,14 @@ Core components:
4141

4242
### 1️⃣ Install
4343
```bash
44-
git clone https://github.com/epsilla-cloud/AgentMesh.git
45-
cd AgentMesh
46-
pip install -r requirements.txt
44+
git clone https://github.com/epsilla-cloud/AgenticMesh.git
45+
cd AgenticMesh
46+
poetry install
4747
```
4848

4949
### 2️⃣ Run Example Demo
5050
```bash
51-
python examples/run_demo.py
51+
poetry run python3 examples/demo.py
5252
```
5353

5454
### 3️⃣ Launch Dashboard (Optional)
@@ -91,13 +91,13 @@ This project is licensed under the Apache 2.0 License — see the [LICENSE](./LI
9191

9292
---
9393

94-
> **Note:** AgentMesh is a reference implementation and experimental platform by the Epsilla team to explore next-generation agent governance patterns. We are excited to evolve this together with the open-source community!
94+
> **Note:** AgenticMesh is a reference implementation and experimental platform by the Epsilla team to explore next-generation agent governance patterns. We are excited to evolve this together with the open-source community!
9595
9696
---
9797

9898
## 📥 CONTRIBUTING.md
9999

100-
Thank you for considering contributing to AgentMesh! Here’s how you can help:
100+
Thank you for considering contributing to AgenticMesh! Here’s how you can help:
101101

102102
### 📦 Reporting Issues
103103
- Use the GitHub Issues tab to report bugs or request features.
@@ -134,14 +134,14 @@ Unless required by applicable law or agreed to in writing, software distributed
134134
```python3
135135
# examples/demo.py
136136

137-
from agenticmesh import AgentMesh, Agent
137+
from agenticmesh import AgenticMesh, Agent
138138

139139
# Define example agents
140140
agent_a = Agent(name="AgentA", capabilities=["task1", "task2"])
141141
agent_b = Agent(name="AgentB", capabilities=["task3"])
142142

143143
# Initialize mesh
144-
mesh = AgentMesh()
144+
mesh = AgenticMesh()
145145
mesh.register(agent_a)
146146
mesh.register(agent_b)
147147

File renamed without changes.

pyagentmesh

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "pyagentmesh"
3-
version = "0.0.3"
2+
name = "agenticmesh"
3+
version = "0.0.4"
44
description = "Orchestration Framework for Multi-Agent and Micro-Agent"
55
authors = ["eric-epsilla <[email protected]>"]
66
readme = "README.md"

setup.py

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

66
setup(
7-
name="pyagentmesh",
7+
name="agenticmesh",
88
version=open("pyproject.toml").readlines()[2].split('"')[-2],
99
keywords="epsilla",
1010
author="Epsilla Team",
1111
author_email="[email protected]",
12-
description="Epsilla AgentMesh",
13-
long_description="Epsilla AgentMesh",
12+
description="Epsilla AgenticMesh",
13+
long_description="Epsilla AgenticMesh",
1414
license="Apache License",
1515
packages=find_packages(),
1616
include_package_data=True,
1717
platforms="any",
1818
install_requires=["requests", "sentry_sdk", "pydantic"],
19-
url="https://github.com/epsilla-cloud/agentmesh",
19+
url="https://github.com/epsilla-cloud/agenticmesh",
2020
project_urls={
21-
"Source": "https://github.com/epsilla-cloud/agentmesh",
21+
"Source": "https://github.com/epsilla-cloud/agenticmesh",
2222
},
2323
)

0 commit comments

Comments
 (0)