Skip to content

Agentic AI Frameworks

Agent processes information and sends response on queries and workflows.

Multiple agents work on the flows and a framework helps manage the agents.

Agentic frameworks are tool kits for building agentic systems [fn:1]. Framework helps with the with the plan, act, and iterate actions.

Framework features:

  • Integration
  • Monitoring
  • Task
  • Communications

Select a framework based on the use case.

Different Frameworks For Different Systems

Section titled “Different Frameworks For Different Systems”
  • Predictable
  • Sequence
  • Reliable, controlled
  • Examples
    • Use case: Customer support
    • Frameworks: LangChain, LlamaIndex, LangGraph
  • Multiple agents working together
  • Examples
    • Use case: open ended problems, software development, business analysis
    • Frameworks: AutoGen, BabyAGI, CrewAi
  • Multiple agents, similar to autonmous agents, each agent has role working together constrained by role
  • Examples:
    • Use case: team work for research, analysis, generative
    • Frameworks: CrewAI, AutoGen, ChatDev (software development)
  • Real work systems
  • Integration of API, database, business workflows
  • Examples:
    • Use case: monitoring and operations and acting on issues
    • Framework: Agent framework (Semantic Kernel and AutoGen), LangGraph
  • Validate ideas
  • Testing
  • Examples:
    • Use case: Prototype creation like user interface creation, user flows and development
    • Frameworks: Langlow, Flowise