meshagent 0.0.29__tar.gz → 0.0.31__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {meshagent-0.0.29 → meshagent-0.0.31}/CHANGELOG.md +6 -0
- meshagent-0.0.31/PKG-INFO +101 -0
- meshagent-0.0.31/README.md +71 -0
- meshagent-0.0.31/meshagent/version.py +1 -0
- meshagent-0.0.31/meshagent.egg-info/PKG-INFO +101 -0
- meshagent-0.0.31/meshagent.egg-info/requires.txt +22 -0
- {meshagent-0.0.29 → meshagent-0.0.31}/pyproject.toml +12 -12
- meshagent-0.0.29/PKG-INFO +0 -37
- meshagent-0.0.29/README.md +0 -7
- meshagent-0.0.29/meshagent/version.py +0 -1
- meshagent-0.0.29/meshagent.egg-info/PKG-INFO +0 -37
- meshagent-0.0.29/meshagent.egg-info/requires.txt +0 -22
- {meshagent-0.0.29 → meshagent-0.0.31}/LICENSE +0 -0
- {meshagent-0.0.29 → meshagent-0.0.31}/MANIFEST.in +0 -0
- {meshagent-0.0.29 → meshagent-0.0.31}/meshagent/__init__.py +0 -0
- {meshagent-0.0.29 → meshagent-0.0.31}/meshagent.egg-info/SOURCES.txt +0 -0
- {meshagent-0.0.29 → meshagent-0.0.31}/meshagent.egg-info/dependency_links.txt +0 -0
- {meshagent-0.0.29 → meshagent-0.0.31}/meshagent.egg-info/top_level.txt +0 -0
- {meshagent-0.0.29 → meshagent-0.0.31}/setup.cfg +0 -0
@@ -0,0 +1,101 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: meshagent
|
3
|
+
Version: 0.0.31
|
4
|
+
Summary: Meshagent
|
5
|
+
License-Expression: Apache-2.0
|
6
|
+
Project-URL: Documentation, https://docs.meshagent.com
|
7
|
+
Project-URL: Website, https://www.meshagent.com
|
8
|
+
Project-URL: Source, https://www.meshagent.com
|
9
|
+
Requires-Python: >=3.12
|
10
|
+
Description-Content-Type: text/markdown
|
11
|
+
License-File: LICENSE
|
12
|
+
Provides-Extra: all
|
13
|
+
Requires-Dist: meshagent-api[all]~=0.0.31; extra == "all"
|
14
|
+
Requires-Dist: meshagent-agents[all]~=0.0.31; extra == "all"
|
15
|
+
Requires-Dist: meshagent-tools~=0.0.31; extra == "all"
|
16
|
+
Requires-Dist: meshagent-openai~=0.0.31; extra == "all"
|
17
|
+
Requires-Dist: meshagent-computers~=0.0.31; extra == "all"
|
18
|
+
Requires-Dist: meshagent-mcp~=0.0.31; extra == "all"
|
19
|
+
Requires-Dist: meshagent-livekit~=0.0.31; extra == "all"
|
20
|
+
Requires-Dist: meshagent-cli~=0.0.31; extra == "all"
|
21
|
+
Provides-Extra: agents
|
22
|
+
Requires-Dist: meshagent-agents~=0.0.31; extra == "agents"
|
23
|
+
Provides-Extra: tools
|
24
|
+
Requires-Dist: meshagent-tools~=0.0.31; extra == "tools"
|
25
|
+
Provides-Extra: cli
|
26
|
+
Requires-Dist: meshagent-cli~=0.0.31; extra == "cli"
|
27
|
+
Provides-Extra: mcp-service
|
28
|
+
Requires-Dist: meshagent-cli~=0.0.31; extra == "mcp-service"
|
29
|
+
Dynamic: license-file
|
30
|
+
|
31
|
+
# MeshAgent Python SDK
|
32
|
+
|
33
|
+
MeshAgent is your platform to create, deploy, and manage AI agents collaboratively and at scale, securely and in real time.
|
34
|
+
|
35
|
+
MeshAgent removes the infrastructure headaches of building and shipping AI Agents. It spins up secure, real-time "Rooms" that connect humans, agents, and shared context -- letting you launch, share, and refine agents in hours instead of weeks.
|
36
|
+
|
37
|
+
---
|
38
|
+
|
39
|
+
**Documentation**: [docs.meshagent.com](https://docs.meshagent.com/)
|
40
|
+
|
41
|
+
---
|
42
|
+
|
43
|
+
## Why MeshAgent?
|
44
|
+
|
45
|
+
- **Real-time multi-user "Rooms" for true human-AI teamwork**: Secure workspaces, "Rooms", automatically spin-up when someone joins, tracking presence, chat, documents, and agent activity, and disappear when everyone leaves -- so people and agents stay in sync.
|
46
|
+
|
47
|
+
- **Accelerated feedback loop and shortened development cycle**: Invite a colleague or stakeholder into the MeshAgent Studio Room so they can see, hear, and interact with your agent immediately -- letting you demo, gather feedback, and iterate on the agent on the same day.
|
48
|
+
|
49
|
+
- **Shareable links that showcase your agent**: After you deploy an agent, MeshAgent provides you a URL so colleagues or customers can jump straight into the Room, try the agent, and give feedback -- no code checkout, IDE, or GPU required.
|
50
|
+
|
51
|
+
- **Support across languages**: The same feature set (Rooms, Agents, Tools, Messaging, Queues, Storage, Documents, etc.) is exposed through official Python, Javascript, Typescript, and Dart SDKs, so every team member can work in their preferred language.
|
52
|
+
|
53
|
+
- **Built-in Observability**: Streaming logs and traces give you real-time insight into every message, agent action, and error.
|
54
|
+
|
55
|
+
- **Secure and elastic by default**: Project-scoped keys, on-demand provisioning, and auto-scaling infrastructure keep Rooms private, secure, and ready for your usage needs.
|
56
|
+
|
57
|
+
|
58
|
+
## Getting Setup
|
59
|
+
|
60
|
+
### Create your MeshAgent Account
|
61
|
+
1. Go to [studio.meshagent.com](www.studio.meshagent.com) and sign in or sign up for an account.
|
62
|
+
2. Create a project and give it a name (e.g., MyFirstAgentProject)
|
63
|
+
3. Navigate to the API Keys tab and click + New API Key. Give your key a name and description then click “ok”.
|
64
|
+
4. Click on the key to copy the MESHAGENT_KEY_ID, MESHAGENT_PROJECT_ID, and MESHAGENT_SECRET. You will need to export these as environment variables to connect to your Project.
|
65
|
+
|
66
|
+
### Install the MeshAgent SDK
|
67
|
+
|
68
|
+
```sh
|
69
|
+
pip install meshagent[all]
|
70
|
+
```
|
71
|
+
|
72
|
+
```sh
|
73
|
+
uv add 'meshagent[all]'
|
74
|
+
```
|
75
|
+
|
76
|
+
### Set Environment Variables
|
77
|
+
|
78
|
+
Before you begin, you must export three environment variables. Make sure to substitute the placeholder values (xxxx-xxxx...) with your actual keys and secrets.
|
79
|
+
|
80
|
+
```bash
|
81
|
+
export MESHAGENT_KEY_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
82
|
+
export MESHAGENT_PROJECT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
83
|
+
export MESHAGENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
84
|
+
```
|
85
|
+
|
86
|
+
### Run your first agent!
|
87
|
+
|
88
|
+
To call a chat agent into the room run:
|
89
|
+
|
90
|
+
```sh
|
91
|
+
meshagent chatbot join --room YOUR_ROOM --agent-name YOUR_CHATBOT --name YOUR_CHATBOT
|
92
|
+
```
|
93
|
+
|
94
|
+
To call a voice agent into the room run:
|
95
|
+
```sh
|
96
|
+
meshagent voicebot join --room YOUR_ROOM --agent-name YOUR_VOICEBOT --name YOUR_VOICEBOT
|
97
|
+
```
|
98
|
+
|
99
|
+
## Next Steps and Examples
|
100
|
+
|
101
|
+
To see examples of agents in action and to start building your own agents check out the MeshAgent docs at [docs.meshagent.com](https://docs.meshagent.com/)
|
@@ -0,0 +1,71 @@
|
|
1
|
+
# MeshAgent Python SDK
|
2
|
+
|
3
|
+
MeshAgent is your platform to create, deploy, and manage AI agents collaboratively and at scale, securely and in real time.
|
4
|
+
|
5
|
+
MeshAgent removes the infrastructure headaches of building and shipping AI Agents. It spins up secure, real-time "Rooms" that connect humans, agents, and shared context -- letting you launch, share, and refine agents in hours instead of weeks.
|
6
|
+
|
7
|
+
---
|
8
|
+
|
9
|
+
**Documentation**: [docs.meshagent.com](https://docs.meshagent.com/)
|
10
|
+
|
11
|
+
---
|
12
|
+
|
13
|
+
## Why MeshAgent?
|
14
|
+
|
15
|
+
- **Real-time multi-user "Rooms" for true human-AI teamwork**: Secure workspaces, "Rooms", automatically spin-up when someone joins, tracking presence, chat, documents, and agent activity, and disappear when everyone leaves -- so people and agents stay in sync.
|
16
|
+
|
17
|
+
- **Accelerated feedback loop and shortened development cycle**: Invite a colleague or stakeholder into the MeshAgent Studio Room so they can see, hear, and interact with your agent immediately -- letting you demo, gather feedback, and iterate on the agent on the same day.
|
18
|
+
|
19
|
+
- **Shareable links that showcase your agent**: After you deploy an agent, MeshAgent provides you a URL so colleagues or customers can jump straight into the Room, try the agent, and give feedback -- no code checkout, IDE, or GPU required.
|
20
|
+
|
21
|
+
- **Support across languages**: The same feature set (Rooms, Agents, Tools, Messaging, Queues, Storage, Documents, etc.) is exposed through official Python, Javascript, Typescript, and Dart SDKs, so every team member can work in their preferred language.
|
22
|
+
|
23
|
+
- **Built-in Observability**: Streaming logs and traces give you real-time insight into every message, agent action, and error.
|
24
|
+
|
25
|
+
- **Secure and elastic by default**: Project-scoped keys, on-demand provisioning, and auto-scaling infrastructure keep Rooms private, secure, and ready for your usage needs.
|
26
|
+
|
27
|
+
|
28
|
+
## Getting Setup
|
29
|
+
|
30
|
+
### Create your MeshAgent Account
|
31
|
+
1. Go to [studio.meshagent.com](www.studio.meshagent.com) and sign in or sign up for an account.
|
32
|
+
2. Create a project and give it a name (e.g., MyFirstAgentProject)
|
33
|
+
3. Navigate to the API Keys tab and click + New API Key. Give your key a name and description then click “ok”.
|
34
|
+
4. Click on the key to copy the MESHAGENT_KEY_ID, MESHAGENT_PROJECT_ID, and MESHAGENT_SECRET. You will need to export these as environment variables to connect to your Project.
|
35
|
+
|
36
|
+
### Install the MeshAgent SDK
|
37
|
+
|
38
|
+
```sh
|
39
|
+
pip install meshagent[all]
|
40
|
+
```
|
41
|
+
|
42
|
+
```sh
|
43
|
+
uv add 'meshagent[all]'
|
44
|
+
```
|
45
|
+
|
46
|
+
### Set Environment Variables
|
47
|
+
|
48
|
+
Before you begin, you must export three environment variables. Make sure to substitute the placeholder values (xxxx-xxxx...) with your actual keys and secrets.
|
49
|
+
|
50
|
+
```bash
|
51
|
+
export MESHAGENT_KEY_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
52
|
+
export MESHAGENT_PROJECT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
53
|
+
export MESHAGENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
54
|
+
```
|
55
|
+
|
56
|
+
### Run your first agent!
|
57
|
+
|
58
|
+
To call a chat agent into the room run:
|
59
|
+
|
60
|
+
```sh
|
61
|
+
meshagent chatbot join --room YOUR_ROOM --agent-name YOUR_CHATBOT --name YOUR_CHATBOT
|
62
|
+
```
|
63
|
+
|
64
|
+
To call a voice agent into the room run:
|
65
|
+
```sh
|
66
|
+
meshagent voicebot join --room YOUR_ROOM --agent-name YOUR_VOICEBOT --name YOUR_VOICEBOT
|
67
|
+
```
|
68
|
+
|
69
|
+
## Next Steps and Examples
|
70
|
+
|
71
|
+
To see examples of agents in action and to start building your own agents check out the MeshAgent docs at [docs.meshagent.com](https://docs.meshagent.com/)
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.0.31"
|
@@ -0,0 +1,101 @@
|
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: meshagent
|
3
|
+
Version: 0.0.31
|
4
|
+
Summary: Meshagent
|
5
|
+
License-Expression: Apache-2.0
|
6
|
+
Project-URL: Documentation, https://docs.meshagent.com
|
7
|
+
Project-URL: Website, https://www.meshagent.com
|
8
|
+
Project-URL: Source, https://www.meshagent.com
|
9
|
+
Requires-Python: >=3.12
|
10
|
+
Description-Content-Type: text/markdown
|
11
|
+
License-File: LICENSE
|
12
|
+
Provides-Extra: all
|
13
|
+
Requires-Dist: meshagent-api[all]~=0.0.31; extra == "all"
|
14
|
+
Requires-Dist: meshagent-agents[all]~=0.0.31; extra == "all"
|
15
|
+
Requires-Dist: meshagent-tools~=0.0.31; extra == "all"
|
16
|
+
Requires-Dist: meshagent-openai~=0.0.31; extra == "all"
|
17
|
+
Requires-Dist: meshagent-computers~=0.0.31; extra == "all"
|
18
|
+
Requires-Dist: meshagent-mcp~=0.0.31; extra == "all"
|
19
|
+
Requires-Dist: meshagent-livekit~=0.0.31; extra == "all"
|
20
|
+
Requires-Dist: meshagent-cli~=0.0.31; extra == "all"
|
21
|
+
Provides-Extra: agents
|
22
|
+
Requires-Dist: meshagent-agents~=0.0.31; extra == "agents"
|
23
|
+
Provides-Extra: tools
|
24
|
+
Requires-Dist: meshagent-tools~=0.0.31; extra == "tools"
|
25
|
+
Provides-Extra: cli
|
26
|
+
Requires-Dist: meshagent-cli~=0.0.31; extra == "cli"
|
27
|
+
Provides-Extra: mcp-service
|
28
|
+
Requires-Dist: meshagent-cli~=0.0.31; extra == "mcp-service"
|
29
|
+
Dynamic: license-file
|
30
|
+
|
31
|
+
# MeshAgent Python SDK
|
32
|
+
|
33
|
+
MeshAgent is your platform to create, deploy, and manage AI agents collaboratively and at scale, securely and in real time.
|
34
|
+
|
35
|
+
MeshAgent removes the infrastructure headaches of building and shipping AI Agents. It spins up secure, real-time "Rooms" that connect humans, agents, and shared context -- letting you launch, share, and refine agents in hours instead of weeks.
|
36
|
+
|
37
|
+
---
|
38
|
+
|
39
|
+
**Documentation**: [docs.meshagent.com](https://docs.meshagent.com/)
|
40
|
+
|
41
|
+
---
|
42
|
+
|
43
|
+
## Why MeshAgent?
|
44
|
+
|
45
|
+
- **Real-time multi-user "Rooms" for true human-AI teamwork**: Secure workspaces, "Rooms", automatically spin-up when someone joins, tracking presence, chat, documents, and agent activity, and disappear when everyone leaves -- so people and agents stay in sync.
|
46
|
+
|
47
|
+
- **Accelerated feedback loop and shortened development cycle**: Invite a colleague or stakeholder into the MeshAgent Studio Room so they can see, hear, and interact with your agent immediately -- letting you demo, gather feedback, and iterate on the agent on the same day.
|
48
|
+
|
49
|
+
- **Shareable links that showcase your agent**: After you deploy an agent, MeshAgent provides you a URL so colleagues or customers can jump straight into the Room, try the agent, and give feedback -- no code checkout, IDE, or GPU required.
|
50
|
+
|
51
|
+
- **Support across languages**: The same feature set (Rooms, Agents, Tools, Messaging, Queues, Storage, Documents, etc.) is exposed through official Python, Javascript, Typescript, and Dart SDKs, so every team member can work in their preferred language.
|
52
|
+
|
53
|
+
- **Built-in Observability**: Streaming logs and traces give you real-time insight into every message, agent action, and error.
|
54
|
+
|
55
|
+
- **Secure and elastic by default**: Project-scoped keys, on-demand provisioning, and auto-scaling infrastructure keep Rooms private, secure, and ready for your usage needs.
|
56
|
+
|
57
|
+
|
58
|
+
## Getting Setup
|
59
|
+
|
60
|
+
### Create your MeshAgent Account
|
61
|
+
1. Go to [studio.meshagent.com](www.studio.meshagent.com) and sign in or sign up for an account.
|
62
|
+
2. Create a project and give it a name (e.g., MyFirstAgentProject)
|
63
|
+
3. Navigate to the API Keys tab and click + New API Key. Give your key a name and description then click “ok”.
|
64
|
+
4. Click on the key to copy the MESHAGENT_KEY_ID, MESHAGENT_PROJECT_ID, and MESHAGENT_SECRET. You will need to export these as environment variables to connect to your Project.
|
65
|
+
|
66
|
+
### Install the MeshAgent SDK
|
67
|
+
|
68
|
+
```sh
|
69
|
+
pip install meshagent[all]
|
70
|
+
```
|
71
|
+
|
72
|
+
```sh
|
73
|
+
uv add 'meshagent[all]'
|
74
|
+
```
|
75
|
+
|
76
|
+
### Set Environment Variables
|
77
|
+
|
78
|
+
Before you begin, you must export three environment variables. Make sure to substitute the placeholder values (xxxx-xxxx...) with your actual keys and secrets.
|
79
|
+
|
80
|
+
```bash
|
81
|
+
export MESHAGENT_KEY_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
82
|
+
export MESHAGENT_PROJECT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
|
83
|
+
export MESHAGENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
84
|
+
```
|
85
|
+
|
86
|
+
### Run your first agent!
|
87
|
+
|
88
|
+
To call a chat agent into the room run:
|
89
|
+
|
90
|
+
```sh
|
91
|
+
meshagent chatbot join --room YOUR_ROOM --agent-name YOUR_CHATBOT --name YOUR_CHATBOT
|
92
|
+
```
|
93
|
+
|
94
|
+
To call a voice agent into the room run:
|
95
|
+
```sh
|
96
|
+
meshagent voicebot join --room YOUR_ROOM --agent-name YOUR_VOICEBOT --name YOUR_VOICEBOT
|
97
|
+
```
|
98
|
+
|
99
|
+
## Next Steps and Examples
|
100
|
+
|
101
|
+
To see examples of agents in action and to start building your own agents check out the MeshAgent docs at [docs.meshagent.com](https://docs.meshagent.com/)
|
@@ -0,0 +1,22 @@
|
|
1
|
+
|
2
|
+
[agents]
|
3
|
+
meshagent-agents~=0.0.31
|
4
|
+
|
5
|
+
[all]
|
6
|
+
meshagent-api[all]~=0.0.31
|
7
|
+
meshagent-agents[all]~=0.0.31
|
8
|
+
meshagent-tools~=0.0.31
|
9
|
+
meshagent-openai~=0.0.31
|
10
|
+
meshagent-computers~=0.0.31
|
11
|
+
meshagent-mcp~=0.0.31
|
12
|
+
meshagent-livekit~=0.0.31
|
13
|
+
meshagent-cli~=0.0.31
|
14
|
+
|
15
|
+
[cli]
|
16
|
+
meshagent-cli~=0.0.31
|
17
|
+
|
18
|
+
[mcp-service]
|
19
|
+
meshagent-cli~=0.0.31
|
20
|
+
|
21
|
+
[tools]
|
22
|
+
meshagent-tools~=0.0.31
|
@@ -32,28 +32,28 @@ readme = { file = "README.md", content-type = "text/markdown" }
|
|
32
32
|
|
33
33
|
[project.optional-dependencies]
|
34
34
|
all = [
|
35
|
-
"meshagent-api[all]~=0.0.
|
36
|
-
"meshagent-agents[all]~=0.0.
|
37
|
-
"meshagent-tools~=0.0.
|
38
|
-
"meshagent-openai~=0.0.
|
39
|
-
"meshagent-computers~=0.0.
|
40
|
-
"meshagent-mcp~=0.0.
|
41
|
-
"meshagent-livekit~=0.0.
|
42
|
-
"meshagent-cli~=0.0.
|
35
|
+
"meshagent-api[all]~=0.0.31",
|
36
|
+
"meshagent-agents[all]~=0.0.31",
|
37
|
+
"meshagent-tools~=0.0.31",
|
38
|
+
"meshagent-openai~=0.0.31",
|
39
|
+
"meshagent-computers~=0.0.31",
|
40
|
+
"meshagent-mcp~=0.0.31",
|
41
|
+
"meshagent-livekit~=0.0.31",
|
42
|
+
"meshagent-cli~=0.0.31"
|
43
43
|
]
|
44
44
|
|
45
45
|
agents = [
|
46
|
-
"meshagent-agents~=0.0.
|
46
|
+
"meshagent-agents~=0.0.31",
|
47
47
|
]
|
48
48
|
|
49
49
|
tools = [
|
50
|
-
"meshagent-tools~=0.0.
|
50
|
+
"meshagent-tools~=0.0.31",
|
51
51
|
]
|
52
52
|
|
53
53
|
cli = [
|
54
|
-
"meshagent-cli~=0.0.
|
54
|
+
"meshagent-cli~=0.0.31"
|
55
55
|
]
|
56
56
|
|
57
57
|
mcp-service = [
|
58
|
-
"meshagent-cli~=0.0.
|
58
|
+
"meshagent-cli~=0.0.31"
|
59
59
|
]
|
meshagent-0.0.29/PKG-INFO
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: meshagent
|
3
|
-
Version: 0.0.29
|
4
|
-
Summary: Meshagent
|
5
|
-
License-Expression: Apache-2.0
|
6
|
-
Project-URL: Documentation, https://docs.meshagent.com
|
7
|
-
Project-URL: Website, https://www.meshagent.com
|
8
|
-
Project-URL: Source, https://www.meshagent.com
|
9
|
-
Requires-Python: >=3.12
|
10
|
-
Description-Content-Type: text/markdown
|
11
|
-
License-File: LICENSE
|
12
|
-
Provides-Extra: all
|
13
|
-
Requires-Dist: meshagent-api[all]~=0.0.29; extra == "all"
|
14
|
-
Requires-Dist: meshagent-agents[all]~=0.0.29; extra == "all"
|
15
|
-
Requires-Dist: meshagent-tools~=0.0.29; extra == "all"
|
16
|
-
Requires-Dist: meshagent-openai~=0.0.29; extra == "all"
|
17
|
-
Requires-Dist: meshagent-computers~=0.0.29; extra == "all"
|
18
|
-
Requires-Dist: meshagent-mcp~=0.0.29; extra == "all"
|
19
|
-
Requires-Dist: meshagent-livekit~=0.0.29; extra == "all"
|
20
|
-
Requires-Dist: meshagent-cli~=0.0.29; extra == "all"
|
21
|
-
Provides-Extra: agents
|
22
|
-
Requires-Dist: meshagent-agents~=0.0.29; extra == "agents"
|
23
|
-
Provides-Extra: tools
|
24
|
-
Requires-Dist: meshagent-tools~=0.0.29; extra == "tools"
|
25
|
-
Provides-Extra: cli
|
26
|
-
Requires-Dist: meshagent-cli~=0.0.29; extra == "cli"
|
27
|
-
Provides-Extra: mcp-service
|
28
|
-
Requires-Dist: meshagent-cli~=0.0.29; extra == "mcp-service"
|
29
|
-
Dynamic: license-file
|
30
|
-
|
31
|
-
### Meshagent
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "0.0.29"
|
@@ -1,37 +0,0 @@
|
|
1
|
-
Metadata-Version: 2.4
|
2
|
-
Name: meshagent
|
3
|
-
Version: 0.0.29
|
4
|
-
Summary: Meshagent
|
5
|
-
License-Expression: Apache-2.0
|
6
|
-
Project-URL: Documentation, https://docs.meshagent.com
|
7
|
-
Project-URL: Website, https://www.meshagent.com
|
8
|
-
Project-URL: Source, https://www.meshagent.com
|
9
|
-
Requires-Python: >=3.12
|
10
|
-
Description-Content-Type: text/markdown
|
11
|
-
License-File: LICENSE
|
12
|
-
Provides-Extra: all
|
13
|
-
Requires-Dist: meshagent-api[all]~=0.0.29; extra == "all"
|
14
|
-
Requires-Dist: meshagent-agents[all]~=0.0.29; extra == "all"
|
15
|
-
Requires-Dist: meshagent-tools~=0.0.29; extra == "all"
|
16
|
-
Requires-Dist: meshagent-openai~=0.0.29; extra == "all"
|
17
|
-
Requires-Dist: meshagent-computers~=0.0.29; extra == "all"
|
18
|
-
Requires-Dist: meshagent-mcp~=0.0.29; extra == "all"
|
19
|
-
Requires-Dist: meshagent-livekit~=0.0.29; extra == "all"
|
20
|
-
Requires-Dist: meshagent-cli~=0.0.29; extra == "all"
|
21
|
-
Provides-Extra: agents
|
22
|
-
Requires-Dist: meshagent-agents~=0.0.29; extra == "agents"
|
23
|
-
Provides-Extra: tools
|
24
|
-
Requires-Dist: meshagent-tools~=0.0.29; extra == "tools"
|
25
|
-
Provides-Extra: cli
|
26
|
-
Requires-Dist: meshagent-cli~=0.0.29; extra == "cli"
|
27
|
-
Provides-Extra: mcp-service
|
28
|
-
Requires-Dist: meshagent-cli~=0.0.29; extra == "mcp-service"
|
29
|
-
Dynamic: license-file
|
30
|
-
|
31
|
-
### Meshagent
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
@@ -1,22 +0,0 @@
|
|
1
|
-
|
2
|
-
[agents]
|
3
|
-
meshagent-agents~=0.0.29
|
4
|
-
|
5
|
-
[all]
|
6
|
-
meshagent-api[all]~=0.0.29
|
7
|
-
meshagent-agents[all]~=0.0.29
|
8
|
-
meshagent-tools~=0.0.29
|
9
|
-
meshagent-openai~=0.0.29
|
10
|
-
meshagent-computers~=0.0.29
|
11
|
-
meshagent-mcp~=0.0.29
|
12
|
-
meshagent-livekit~=0.0.29
|
13
|
-
meshagent-cli~=0.0.29
|
14
|
-
|
15
|
-
[cli]
|
16
|
-
meshagent-cli~=0.0.29
|
17
|
-
|
18
|
-
[mcp-service]
|
19
|
-
meshagent-cli~=0.0.29
|
20
|
-
|
21
|
-
[tools]
|
22
|
-
meshagent-tools~=0.0.29
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|