This directory contains the Python packages for the uAgents framework.
| Package | Description | PyPI |
|---|---|---|
| uagents | Main agent framework with decorators and runtime | |
| uagents-core | Core definitions for Agentverse integration | |
| uagents-adapter | Adapters for LangChain, CrewAI, MCP | |
| uagents-ai-engine | AI Engine integration |
pip install uagentspip install uagents-core-
Install uv (or
pip install uv). -
Install dependencies:
cd python uv sync uv run pre-commit install -
Run tests:
uv run pytest
-
Format and lint:
uv run ruff check --fix && uv run ruff format
- API Documentation - Auto-generated API docs
- Upgrading Guide - Migration between versions
- Official Docs - Full documentation
| uagents | uagents-core | Python |
|---|---|---|
| 0.23.x | >=0.4.0 | 3.10-3.13 |
| 0.22.x | 0.3.x | 3.10-3.12 |
See CONTRIBUTING.md for guidelines.