Modular agent framework combining LLMs and Tools
Project description
agents-for-all
Modular agent framework combining LLMs and tools.
Designed to help developers quickly build task-solving agents using large language models and pluggable toolchains.
✨ Features
- 🔌 Pluggable tool architecture
- 🤖 LLM integration (OpenAI, etc.)
- 🧪 Built-in testing with
pytest - 📝 Documentation support via
sphinx - ⚡ Fast dependency management using
uv
🚀 Getting Started
Prerequisites
- Python 3.10+
uvinstalled:curl -Ls https://astral.sh/uv/install.sh | sh
Installation
Create a virtual environment and install dependencies:
uv sync
🧪 Running Tests
uv run pytest
📚 Documentation
To build the Sphinx docs (if configured):
uv run sphinx-build docs docs/_build
🛠 Project Structure (Sample)
agents_for_all/
├── agent.py # Agent class
├── tools/ # Modular tools the agent can use
├── llms/ # Collection of LLMs the agent can connect to
├── tests/ # Pytest test cases
├── README.md
├── pyproject.toml
└── .gitignore
🤝 Contributing
- Fork this repository
- Create your feature branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -am 'Add YourFeature') - Push to the branch (
git push origin feature/YourFeature) - Create a new Pull Request
📄 License
Apache License 2.0
🔗 Links
- 📦 GitHub: agents-for-all
- ✉️ Maintainer: Sailesh Dhungana
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
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 agents_for_all-0.1.0.tar.gz.
File metadata
- Download URL: agents_for_all-0.1.0.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6be61667a7c12630e86d65cf69625bd9c2132056777a649b88f858a008cc1760
|
|
| MD5 |
e8152802e055aa2705a4f8278cea703f
|
|
| BLAKE2b-256 |
0b56592ba56028c69ab3b9e10cc3c336acf07bbde8f4efc5f3fb54472b83cceb
|
File details
Details for the file agents_for_all-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agents_for_all-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8276137db68878c890ed8542ac9e04eb9a0790a4ccccd930ad69dd9d992641d4
|
|
| MD5 |
eb0b6b14ac8f5ad1bac8392a227a2559
|
|
| BLAKE2b-256 |
7bc77d4a865980c0c00080a4a2ab9f7c9bdeb8b94847fef94ac22a7d3f2d8b2b
|