Metadata-Version: 2.4
Name: agentic-fleet
Version: 0.5.5
Summary: Multi-agent orchestration system built with Microsoft Agent Framework's Magentic Fleet pattern
Project-URL: Homepage, https://github.com/Qredence/agentic-fleet
Project-URL: Documentation, https://github.com/Qredence/agentic-fleet/docs
Project-URL: Repository, https://github.com/Qredence/agentic-fleet
Project-URL: Issues, https://github.com/Qredence/agentic-fleet/issues
Author-email: Qredence <contact@qredence.ai>
License: MIT License
        
        Copyright (c) 2025 Qredence
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: agents,ai,magentic
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: <4,>=3.12
Requires-Dist: agent-framework
Requires-Dist: agent-framework-a2a
Requires-Dist: agent-framework-azure-ai
Requires-Dist: agent-framework-core
Requires-Dist: agent-framework-devui
Requires-Dist: agent-framework-mem0
Requires-Dist: agent-framework-redis
Requires-Dist: aiofiles>=24.1.0
Requires-Dist: aiohttp>=3.9.0
Requires-Dist: aiomqtt>=1.0.0
Requires-Dist: azure-ai-agents<2.0,>=1.2.0b5
Requires-Dist: azure-ai-evaluation<2.0,>=1.12.0
Requires-Dist: azure-cosmos<5.0,>=4.8.0
Requires-Dist: azure-identity<2.0,>=1.25.1
Requires-Dist: black>=22.0.0
Requires-Dist: click>=8.1.0
Requires-Dist: databases[asyncpg]<1.0,>=0.7.0
Requires-Dist: fastapi<1.0,>=0.120.1
Requires-Dist: httpx>=0.24.0
Requires-Dist: ipykernel<8.0,>=7.0.1
Requires-Dist: locust>=2.15.0
Requires-Dist: matplotlib>=3.6.0
Requires-Dist: mem0ai==1.0.0
Requires-Dist: mypy>=0.991
Requires-Dist: numpy>=1.24.0
Requires-Dist: openai<2.6.1,>=1.99.0
Requires-Dist: pandas>=1.5.0
Requires-Dist: plotly>=5.10.0
Requires-Dist: prometheus-client>=0.16.0
Requires-Dist: prompt-toolkit<4.0,>=3.0.47
Requires-Dist: psutil>=5.9.0
Requires-Dist: pydantic-settings<3.0,>=2.3.2
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pytest-asyncio>=0.20.0
Requires-Dist: pytest-cov>=4.0.0
Requires-Dist: pytest>=7.2.0
Requires-Dist: python-dotenv<2.0,>=1.1.1
Requires-Dist: pytz>=2024.1
Requires-Dist: pyyaml>=6.0
Requires-Dist: redis[hiredis]<7.0,>=6.4.0
Requires-Dist: requests>=2.28.0
Requires-Dist: rich>=12.6.0
Requires-Dist: ruff>=0.0.200
Requires-Dist: scipy>=1.9.0
Requires-Dist: seaborn>=0.11.0
Requires-Dist: sqlalchemy<3.0,>=2.0.0
Requires-Dist: sse-starlette>=2.0.0
Requires-Dist: statsd>=3.3.0
Requires-Dist: tiktoken<1.0,>=0.12.0
Requires-Dist: typer>=0.20.0
Requires-Dist: uvicorn[standard]>=0.24.0
Requires-Dist: websockets>=10.4
Provides-Extra: all
Requires-Dist: agent-framework-devui; extra == 'all'
Requires-Dist: agent-framework-mem0; extra == 'all'
Requires-Dist: agent-framework-redis; extra == 'all'
Requires-Dist: azure-ai-agents<2.0,>=1.2.0b5; extra == 'all'
Requires-Dist: azure-ai-evaluation<2.0,>=1.12.0; extra == 'all'
Requires-Dist: azure-identity<2.0,>=1.25.1; extra == 'all'
Requires-Dist: mem0ai==1.0.0; extra == 'all'
Requires-Dist: prompt-toolkit<4.0,>=3.0.47; extra == 'all'
Requires-Dist: rich<14.0,>=13.7.0; extra == 'all'
Provides-Extra: azure
Requires-Dist: azure-ai-agents<2.0,>=1.2.0b5; extra == 'azure'
Requires-Dist: azure-identity<2.0,>=1.25.1; extra == 'azure'
Provides-Extra: evaluation
Requires-Dist: azure-ai-evaluation<2.0,>=1.12.0; extra == 'evaluation'
Provides-Extra: memory
Requires-Dist: agent-framework-mem0; extra == 'memory'
Requires-Dist: agent-framework-redis; extra == 'memory'
Requires-Dist: mem0ai==1.0.0; extra == 'memory'
Provides-Extra: ui
Requires-Dist: agent-framework-devui; extra == 'ui'
Requires-Dist: prompt-toolkit<4.0,>=3.0.47; extra == 'ui'
Requires-Dist: rich<14.0,>=13.7.0; extra == 'ui'
Description-Content-Type: text/markdown

# AgenticFleet

![AgenticFleet Architecture](assets/banner.png)

[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![PyPI Downloads](https://static.pepy.tech/personalized-badge/agentic-fleet?period=total&units=INTERNATIONAL_SYSTEM&left_color=GREY&right_color=BLUE&left_text=downloads)](https://pepy.tech/projects/agentic-fleet)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/qredence/agentic-fleet)

> **⚠️ Active Development Notice**
> This project is under active development. Features, APIs, and workflows may change. We recommend pinning to specific versions for production use.

---

## What is AgenticFleet?

AgenticFleet is a FastAPI + Vite/React stack for orchestrating multi‑agent workflows. It ships a YAML‑driven backend, a modern web UI, and a CLI for scripted flows.

- Orchestrated agent workflows with HITL approvals
- Web UI and interactive CLI
- YAML configuration and strong typing
- Streaming updates (SSE) and checkpoints
- Notebooks, tests, and docs included

---

## 🚀 Quick Start

### Prerequisites

- Python 3.12+
- [uv](https://docs.astral.sh/uv/) package manager
- OpenAI API key (`OPENAI_API_KEY` in `.env`)

### Install & Run

```bash
# Clone
git clone https://github.com/Qredence/agentic-fleet.git
cd agentic-fleet

# Configure env
cp .env.example .env
# Edit .env and set OPENAI_API_KEY

# Install backend deps
make install
# Install frontend deps
make frontend-install

# Launch backend (8000) + frontend (5173)
make dev

# CLI: smoke tests and scripted flows
uv run agentic-fleet --help
```

---

## Common Tasks

```bash
make check         # lint, format, type-check, tests
make test          # backend tests (pytest)
make test-config   # validate YAML + wiring
make validate-agents  # verify AGENTS docs invariants
```

---

## Read Next

- Backend: src/agentic_fleet/AGENTS.md
- Frontend: src/frontend/AGENTS.md
- Tests: tests/AGENTS.md
- Docs index: docs/README.md

---

## License

MIT — see LICENSE for details.
