By end of 2025, it should mature as a library where developers are comfortably using it to build llm applications with confidence.
- The best library to build and auto-optimize agents [evaluated on tracing, production-grade, design patterns]
For developers
The current documentation can be intimidating for normal users. And the general feedback is our learning curve is higher than Dspy, here are things we can do:
1. Docs
- New landing page + onboarding video ‣
- start new tutorials with simple code demonstrations and colabs. The older tutorials, renamed as developer notes, are mainly for contributors or deep dive
- improve the demonstrations on integrations.
- create tutorials on using optimizers.
- blog on creating datasets for RAG.
- blog on creating datasets for agents
- [ ] New Tool/MCP tutorial June 22, 2025 [Li and Junyuan]
- [ ] New Agent tutorial [Jinha and Li]
2. Engineering
- user reported issues [always on]
- model-client
- support reasoning models: https://platform.openai.com/docs/guides/reasoning?api-mode=responses
support pydantic as data modeling too, besides of with our customized DataClass which was for more simpler and more controlled use cases.
Whatever functionality with DataClass we will support with BaseModel.
- PR here: https://github.com/SylphAI-Inc/AdalFlow/pull/383
- improve the tracing+ diagnose to help users debug.
- should we build ourselves or integrate agent observability library like agentops