Metadata-Version: 2.3
Name: beeai-framework
Version: 0.1.47
Summary: 
License: Apache-2.0
Author: IBM Corp.
Maintainer: Fred Araujo
Maintainer-email: frederico.araujo@ibm.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: a2a
Provides-Extra: acp
Provides-Extra: all
Provides-Extra: bedrock
Provides-Extra: beeai-platform
Provides-Extra: duckduckgo
Provides-Extra: huggingface
Provides-Extra: langchain
Provides-Extra: llama-index
Provides-Extra: mcp
Provides-Extra: rag
Provides-Extra: search
Provides-Extra: vertexai
Provides-Extra: watsonx-orchestrate
Provides-Extra: wikipedia
Requires-Dist: a2a-sdk[grpc,http-server,telemetry] (>=0.3.4,<0.4.0) ; extra == "beeai-platform" or extra == "a2a" or extra == "all"
Requires-Dist: acp-sdk (>=1.0.3,<2.0.0) ; extra == "acp" or extra == "all"
Requires-Dist: aiofiles (>=24.1.0,<25.0.0)
Requires-Dist: beeai-sdk (>=0.3.3,<0.4.0) ; extra == "beeai-platform" or extra == "all"
Requires-Dist: boto3 (>=1.37.5,<2.0.0) ; extra == "bedrock" or extra == "all"
Requires-Dist: cachetools (>=5.5.2,<6.0.0)
Requires-Dist: chevron (>=0.14.0,<0.15.0)
Requires-Dist: ddgs (>=9.6.0,<10.0.0) ; extra == "search" or extra == "duckduckgo" or extra == "all"
Requires-Dist: deprecated (>=1.2.18,<2.0.0)
Requires-Dist: fastapi (>=0.116.0,<0.117.0) ; extra == "watsonx-orchestrate" or extra == "all"
Requires-Dist: google-auth (>=2.14,<3.0.0) ; extra == "vertexai" or extra == "all"
Requires-Dist: json-repair (>=0.39.0,<0.40.0)
Requires-Dist: jsonref (>=1.1.0,<2.0.0)
Requires-Dist: langchain-community (>=0.3.19,<0.4.0) ; extra == "langchain" or extra == "rag" or extra == "all"
Requires-Dist: langchain-core (>=0.3.41,<0.4.0) ; extra == "langchain" or extra == "rag" or extra == "all"
Requires-Dist: langchain-ollama (>=0.3.1,<0.4.0) ; extra == "langchain" or extra == "rag" or extra == "all"
Requires-Dist: langgraph-prebuilt (>=0.6.4,<0.7.0) ; extra == "all"
Requires-Dist: litellm (>=1.69.3,<2.0.0)
Requires-Dist: llama-index (>=0.12.42,<0.13.0) ; extra == "llama-index" or extra == "rag" or extra == "all"
Requires-Dist: markdown (>=3.8.2,<4.0.0) ; extra == "rag"
Requires-Dist: mcp (>=1.10.1,<2.0.0) ; extra == "mcp" or extra == "all"
Requires-Dist: pydantic (>=2.10,<3.0)
Requires-Dist: pydantic-settings (>=2.9.0,<3.0.0)
Requires-Dist: requests (>=2.32,<3.0)
Requires-Dist: types-grpcio (==1.0.0.20250703) ; extra == "a2a"
Requires-Dist: types-grpcio-reflection (==1.0.0.20250506) ; extra == "a2a"
Requires-Dist: unstructured (>=0.17.2,<0.18.0) ; extra == "rag"
Requires-Dist: uvicorn (>=0.35.0,<0.36.0) ; extra == "acp" or extra == "beeai-platform" or extra == "a2a" or extra == "watsonx-orchestrate" or extra == "all"
Requires-Dist: wikipedia-api (>=0.8.1,<0.9.0) ; extra == "search" or extra == "wikipedia" or extra == "all"
Project-URL: Documentation, https://i-am-bee.github.io/beeai-framework/#/python/
Project-URL: Homepage, https://framework.beeai.dev/
Project-URL: Repository, https://github.com/i-am-bee/beeai-framework
Description-Content-Type: text/markdown

<div align="center">

<h1>BeeAI Framework for Python <img align="center" alt="Project Status: Alpha" src="https://img.shields.io/badge/Status-Alpha-red?style=plastic&"></h1>

**Build production-ready multi-agent systems. Also available in <a href="https://github.com/i-am-bee/beeai-framework/tree/main/typescript">TypeScript</a>.**

[![Apache 2.0](https://img.shields.io/badge/Apache%202.0-License-EA7826?style=plastic&logo=apache&logoColor=white)](https://github.com/i-am-bee/beeai-framework?tab=Apache-2.0-1-ov-file#readme)
[![Follow on Bluesky](https://img.shields.io/badge/Follow%20on%20Bluesky-0285FF?style=plastic&logo=bluesky&logoColor=white)](https://bsky.app/profile/beeaiagents.bsky.social)
[![Join our Discord](https://img.shields.io/badge/Join%20our%20Discord-7289DA?style=plastic&logo=discord&logoColor=white)](https://discord.com/invite/NradeA6ZNF)
[![LF AI & Data](https://img.shields.io/badge/LF%20AI%20%26%20Data-0072C6?style=plastic&logo=linuxfoundation&logoColor=white)](https://lfaidata.foundation/projects/)

</div>

## What is BeeAI Framework?

BeeAI Framework is a comprehensive toolkit for building intelligent, autonomous agents and multi-agent systems. It provides everything you need to create agents that can reason, take actions, and collaborate to solve complex problems.

> [!TIP]
> Get started quickly with the [beeai-framework-py-starter](https://github.com/i-am-bee/beeai-framework-py-starter) template.

## Key Features

| Feature | Description |
|---------|-------------|
| 🤖 [**Agents**](https://framework.beeai.dev/modules/agents) | Create intelligent agents that can reason, act, and adapt |
| 🔄 [**Workflows**](https://framework.beeai.dev/modules/workflows) | Orchestrate multi-agent systems with complex execution flows |
| 🔌 [**Backend**](https://framework.beeai.dev/modules/backend) | Connect to any LLM provider with unified interfaces |
| 🔧 [**Tools**](https://framework.beeai.dev/modules/tools) | Extend agents with web search, weather, code execution, and more |
| 🔍 [**RAG**](https://framework.beeai.dev/modules/rag) | Build retrieval-augmented generation systems with vector stores and document processing |
| 📝 [**Templates**](https://framework.beeai.dev/modules/templates) | Build dynamic prompts with enhanced Mustache syntax |
| 🧠 [**Memory**](https://framework.beeai.dev/modules/memory) | Manage conversation history with flexible memory strategies |
| 📊 **Observability** | Monitor agent behavior with [events](https://github.com/i-am-bee/beeai-framework/tree/main), [logging](https://github.com/i-am-bee/beeai-framework/tree/main), and robust [error handling](https://github.com/i-am-bee/beeai-framework/tree/main) |
| 🚀 [**Serve**](https://framework.beeai.dev/modules/serve) | Host agents in servers with support for multiple protocols such as [A2A](https://framework.beeai.dev/integrations/a2a) and [MCP](https://framework.beeai.dev/integrations/mcp) |
| 💾 [**Cache**](https://framework.beeai.dev/modules/cache) | Optimize performance and reduce costs with intelligent caching |
| 💿 [**Serialization**](https://framework.beeai.dev/modules/serialization) | Save and load agent state for persistence across sessions |

## Quick Start

### Prerequisite

✅ Python >= 3.11

### Installation

```shell
pip install beeai-framework
```

### Multi-Agent Example

```py
import asyncio

from beeai_framework.agents.experimental import RequirementAgent
from beeai_framework.agents.experimental.requirements.conditional import ConditionalRequirement
from beeai_framework.backend import ChatModel
from beeai_framework.errors import FrameworkError
from beeai_framework.middleware.trajectory import GlobalTrajectoryMiddleware
from beeai_framework.tools import Tool
from beeai_framework.tools.handoff import HandoffTool
from beeai_framework.tools.search.wikipedia import WikipediaTool
from beeai_framework.tools.think import ThinkTool
from beeai_framework.tools.weather import OpenMeteoTool


async def main() -> None:
    knowledge_agent = RequirementAgent(
        llm=ChatModel.from_name("ollama:granite3.3:8b"),
        tools=[ThinkTool(), WikipediaTool()],
        requirements=[ConditionalRequirement(ThinkTool, force_at_step=1)],
        role="Knowledge Specialist",
        instructions="Provide answers to general questions about the world.",
    )

    weather_agent = RequirementAgent(
        llm=ChatModel.from_name("ollama:granite3.3:8b"),
        tools=[OpenMeteoTool()],
        role="Weather Specialist",
        instructions="Provide weather forecast for a given destination.",
    )

    main_agent = RequirementAgent(
        name="MainAgent",
        llm=ChatModel.from_name("ollama:granite3.3:8b"),
        tools=[
            ThinkTool(),
            HandoffTool(
                knowledge_agent,
                name="KnowledgeLookup",
                description="Consult the Knowledge Agent for general questions.",
            ),
            HandoffTool(
                weather_agent,
                name="WeatherLookup",
                description="Consult the Weather Agent for forecasts.",
            ),
        ],
        requirements=[ConditionalRequirement(ThinkTool, force_at_step=1)],
        # Log all tool calls to the console for easier debugging
        middlewares=[GlobalTrajectoryMiddleware(included=[Tool])],
    )

    question = "If I travel to Rome next weekend, what should I expect in terms of weather, and also tell me one famous historical landmark there?"
    print(f"User: {question}")

    try:
        response = await main_agent.run(question, expected_output="Helpful and clear response.")
        print("Agent:", response.answer.text)
    except FrameworkError as err:
        print("Error:", err.explain())


if __name__ == "__main__":
    asyncio.run(main())
```

_Source: [python/examples/agents/experimental/requirement/handoff.py](https://github.com/i-am-bee/beeai-framework/tree/main/python/examples/agents/experimental/requirement/handoff.py)_

### Running the Example

> [!Note]
>
> To run this example, be sure that you have installed [Ollama](https://ollama.com) with the [granite3.3:8b](https://ollama.com/library/granite3.3:8b) model downloaded.

To run projects, use:

```shell
python [project_name].py
```

➡️ Explore more in our [examples library](https://github.com/i-am-bee/beeai-framework/tree/main/python/examples).

## Documentation

📖 Complete documentation is available at (framework.beeai.dev)[https://framework.beeai.dev/]

## Contribution Guidelines

BeeAI framework is an open-source project and we ❤️ contributions.<br>

If you'd like to help build BeeAI, take a look at our [contribution guidelines](https://github.com/i-am-bee/beeai-framework/tree/main/python/CONTRIBUTING.md).

## Bugs

We are using GitHub Issues to manage public bugs. We keep a close eye on this, so before filing a new issue, please check to make sure it hasn't already been logged.

## Code of Conduct

This project and everyone participating in it are governed by the [Code of Conduct](https://github.com/i-am-bee/beeai-framework/tree/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please read the [full text](https://github.com/i-am-bee/beeai-framework/tree/main/CODE_OF_CONDUCT.md) so that you can read which actions may or may not be tolerated.

## Legal Notice

All content in these repositories including code has been provided by IBM under the associated open source software license and IBM is under no obligation to provide enhancements, updates, or support. IBM developers produced this code as an open source project (not as an IBM product), and IBM makes no assertions as to the level of quality nor security, and will not be maintaining this code going forward.

## Maintainers

For information about maintainers, see [MAINTAINERS.md](https://github.com/i-am-bee/beeai-framework/blob/main/MAINTAINERS.md).

## Contributors

Special thanks to our contributors for helping us improve BeeAI framework.

<a href="https://github.com/i-am-bee/beeai-framework/graphs/contributors">
  <img alt="Contributors list" src="https://contrib.rocks/image?repo=i-am-bee/beeai-framework" />
</a>

---

Developed by contributors to the BeeAI project, this initiative is part of the [Linux Foundation AI & Data program](https://lfaidata.foundation/projects/). Its development follows open, collaborative, and community-driven practices.

