You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For detailed documentation, including API reference, examples, and advanced usage, please visit our [documentation site](TBC). (coming soon)
@@ -271,42 +270,61 @@ pytest tests/
271
270
## 📚 Examples
272
271
273
272
See the examples/ directory for complete examples:
273
+
Get your OpenAI API key OPENAI_API_KEY from [here](https://platform.openai.com/api-keys) and optionally GITHUB_TOKEN from [here](https://github.com/settings/tokens) and set as ENV variables. You might also need to install nodejs and npm to run the nodejs server.
The end goal is to merge this tool in the dspy main repo and make it a first-class citizen of the DSPy ecosystem. However, if it doesn't fit there then it can be used independently as a protocol-first AI agent framework. Here are some food for thought for future work:
302
+
### Merge into DSPy
303
+
304
+
The end goal is to merge this tool in the dspy main repo and make it a first-class citizen of the DSPy ecosystem. However, if it doesn't fit there then it can be used independently as a protocol-first AI agent framework.
305
+
306
+
### Get DSPy Listed in Google A2A Agent Directory
307
+
308
+
Implementations of A2A and Get DSPy Listed in A2A Agent Directory (here)[https://github.com/google/A2A/blob/main/samples/python/agents/README.md] by building DSPy agents that utilize the A2A protocol.
309
+
310
+
### Future Work
311
+
312
+
Alternately, Agenspy can be developed independently as a protocol-first AI agent framework. Here are some food for thought for future work:
291
313
292
314
-**Protocol Layer**: WebSocket and gRPC support for real-time, high-performance agent communication
293
315
-**Agent Framework**: Enhanced orchestration, state management, and network discovery
294
316
-**Production Readiness**: Monitoring, load balancing, and fault tolerance features
295
317
-**Developer Tools**: Improved CLI, web dashboard, and debugging utilities
296
318
-**Ecosystem**: Cloud integrations and database adapters for popular services
297
319
298
-
Interested in contributing? Check out our [open issues](https://github.com/superagenticai/Agenspy/issues) or start a discussion about new features!
320
+
## 🤝 Contributing
321
+
322
+
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details on how to contribute to the project.
299
323
300
324
## 📄 License
301
325
302
326
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments