Metadata-Version: 2.1
Name: synago
Version: 0.1.0
Summary: A framework for building LLM based multi-agent system.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fire>=0.7.0
Requires-Dist: funcdesc>=0.1.5.1
Requires-Dist: loguru>=0.7.3
Requires-Dist: openai>=1.58.1
Provides-Extra: dev
Requires-Dist: pytest>=8.3.4; extra == "dev"
Requires-Dist: pytest-asyncio>=0.25.0; extra == "dev"
Provides-Extra: tool
Requires-Dist: crawl4ai>=0.4.23; extra == "tool"
Requires-Dist: duckduckgo-search>=7.1.1; extra == "tool"

# Synago

A framework for building LLM based multi-agent system.

## Installation

```bash
# Install with the built-in tools
pip install synago[tool]
```

See the [examples](examples) folder for more details.
