A lightweight agentic mesh for orchestrating AI agents.
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agent_dist-0.1.0.tar.gz
(17.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_dist-0.1.0.tar.gz.
File metadata
- Download URL: agent_dist-0.1.0.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0975812fffd925c1196d59e415925768de564673ca5828a555094c1f86036965
|
|
| MD5 |
650f99b11f93c55f4188ef061d980765
|
|
| BLAKE2b-256 |
6a1c60744fa802eafec4cfe903767a901df85c58d391c9d1d1d29828250a73ff
|
File details
Details for the file agent_dist-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agent_dist-0.1.0-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4446dfdb40285423ab40bf660e6ecc958780fb701a649d0898252e972c5b776
|
|
| MD5 |
377f4bddc43ede0c0c302f9fbc9c607d
|
|
| BLAKE2b-256 |
be909d313d5b97826080198626f5f05fa2fc08ddf648e9d45694754c35da372b
|