Skip to content

Commit a5cd702

Browse files
committed
Added support to Ollama
1 parent 9f59f54 commit a5cd702

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The A2A protocol establishes a standard communication format that enables AI age
5858
- **MCP Integration**: First-class support for Model Context Protocol for powerful tool-using agents
5959
- **Enterprise Ready**: Built for production environments with robust error handling and validation
6060
- **Framework Agnostic**: Works with any Python framework (Flask, FastAPI, Django, etc.)
61-
- **LLM Provider Flexibility**: Native integrations with OpenAI, Anthropic, AWS Bedrock, and more
61+
- **LLM Provider Flexibility**: Native integrations with OpenAI, Anthropic, AWS Bedrock, Ollama, and more
6262
- **Minimal Dependencies**: Core functionality requires only the `requests` library
6363
- **Excellent Developer Experience**: Comprehensive documentation, type hints, and examples
6464

@@ -87,6 +87,9 @@ pip install "python-a2a[anthropic]"
8787
# For AWS-Bedrock integration
8888
pip install "python-a2a[bedrock]"
8989

90+
# For Ollama integration
91+
pip install "python-a2a[ollama]"
92+
9093
# For MCP support (Model Context Protocol)
9194
pip install "python-a2a[mcp]"
9295

0 commit comments

Comments
 (0)