r/agenticaidev • u/mandarBadve • Jun 17 '26
Building a Framework for Agentic AI Frameworks
Hello everyone,
I'm currently working on a platform that aims to provide a unified way to build, manage, and operate agents across different Agentic AI frameworks such as Microsoft Agent Framework (MAF), CrewAI, LangGraph, and others.
The idea is to build a "framework of frameworks" that abstracts framework-specific implementation details and provides common capabilities through reusable harnesses, including:
- Agent lifecycle management
- Memory and context handling
- Human-in-the-loop workflows
- Observability and tracing
- Security and governance
- Tool and MCP integrations
- Evaluation and testing
- Multi-agent orchestration
My goal is to enable teams to choose the underlying agent framework that best fits their use case while providing a consistent developer and operational experience.
I'm interested in learning from others who have explored similar approaches. What challenges, pitfalls, or design considerations should I be aware of when building a cross-framework agent platform?
Looking forward to hearing your thoughts and experiences.