Skip to content

Commit 8d5b5b1

Browse files
committed
Update the documentation
1 parent 90e905e commit 8d5b5b1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
[![PyPI Version](https://img.shields.io/pypi/v/agenspy.svg)](https://pypi.org/project/agenspy/)
44
[![Python Version](https://img.shields.io/pypi/pyversions/agenspy.svg)](https://pypi.org/project/agenspy/)
5+
[![Documentation](https://img.shields.io/badge/Documentation-orange)](https://super-agentic.ai/agenspy)
56
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
67
[![Code Style: Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
78
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
9+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
810

911
**Agenspy** (Agentic DSPy) is a protocol-first AI agent framework built on top of DSPy, designed to create sophisticated, production-ready AI agents with support for multiple communication protocols including MCP (Model Context Protocol) and Agent2Agent.
1012

@@ -17,6 +19,11 @@
1719
- **Python & JavaScript Servers**: Support for both Python and Node.js MCP servers
1820
- **Automatic Connection Management**: Protocol-level session and capability handling
1921

22+
## 🤔 Motivation
23+
24+
All other agent frameworks are using the MCP as integraed client servers. They are using both both tool-first and protocol first approach but DSPy was still using tool-first approach. All the MCP tools needs to converted into DSPy.Tools. Also DSPy Agents are not in the list o Google's A2A Agent Directory [here](https://github.com/google/A2A/blob/main/samples/python/agents/README.md). So filed Enhancemnt Proposal on DSPy Github repo [here](https://github.com/stanfordnlp/dspy/issues/8273) and Agenspy born to demonstrate how DSPy can use protocol first approach for building agents those are ready for next generaton of protocols.
25+
26+
2027
## 📦 Installation
2128

2229
### Basic Installation
@@ -258,7 +265,7 @@ agenspy demo github-pr
258265

259266
## 📚 Documentation
260267

261-
For detailed documentation, including API reference, examples, and advanced usage, please visit our [documentation site](TBC). (coming soon)
268+
For detailed documentation, including API reference, examples, and advanced usage, we need to wait but for now please visit our [website](https://super-agentic.ai/agenspy).
262269

263270
## 🧪 Testing
264271

@@ -290,7 +297,7 @@ python examples/github_pr_review.py
290297
```
291298

292299
## 🔗 Resources
293-
300+
[Superagentic Agenspy](https://super-agentic.ai/agenspy)
294301
- [DSPy Documentation](https://dspy.ai/)
295302
- [Model Context Protocol](https://modelcontextprotocol.io/)
296303
- [Agent2Agent Protocol](https://google.github.io/A2A/)

0 commit comments

Comments
 (0)