<<<<<<< HEAD
agent_dist
Distributed agent orchestration framework with registry, hierarchical routing, ReAct execution, and traceable multi-agent workflows.
AgentFlows
A lightweight agentic mesh for orchestrating AI agents in a hospital environment.
⚙️ Configuration
Copy the example configuration file:
cp .env.example .env
Edit .env to set your LLM provider.
Supported LLM Providers
- Ollama (Default): Run local models via
ollama serve. - Groq: Fast inference. Set
LLM_PROVIDER=groqandGROQ_API_KEY. - OpenAI: Set
LLM_PROVIDER=openaiandLLM_API_KEY.
Installation
pip install agentflows
Running
Registry:
python -m agentflows.registry.app
Orchestrator:
python -m agentflows.orchestrator.app
f31a0e6 (Initial commit)
Release files for agent-dist 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent_dist-0.2.0.tar.gz | 35.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent_dist-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 77.3 kB
Release files / agent_dist-0.2.0.tar.gz
| Download URL | agent_dist-0.2.0.tar.gz |
|---|---|
| Size | 35.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
aad07735bb64a920386939361fd6c009eb25b807acac0d9fc6deb41140796570
|
|
BLAKE2b-256 checksum How to use checksums |
47fef5af00cead20fd14f2ec97a5c804aeb8db5e09e11eb200d6263f197a25b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|
Release files / agent_dist-0.2.0-py3-none-any.whl
| Download URL | agent_dist-0.2.0-py3-none-any.whl |
|---|---|
| Size | 41.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ca82352aad03751b8efbec24cb3ed7b73ff9689a1d9ea483f7918f01b0d8fc6f
|
|
BLAKE2b-256 checksum How to use checksums |
21a5c1f284403f6029ec5583c72121a786bd5a54d1be51c228f02c11262aec48
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|