What are Augmented LLMs?
Augmented LLMs are the core intelligence layer in themcp-agent
framework. They extend standard language models with enhanced capabilities including tool access, persistent memory, agent integration, and structured output generation.
Think of augmented LLMs as:
- Enhanced language models with access to external tools and data sources
- Stateful conversational agents that maintain memory across interactions
- Multi-modal processors that can handle text, images, and structured data
- Tool-enabled systems that can execute functions and access MCP servers
Key Concept: Augmented LLMs = Base LLM + Tools + Memory + Agent
Integration + Structured Output
Provider Support
Themcp-agent
framework supports multiple LLM providers through a unified interface:
OpenAI
Anthropic
mcp_agent.secrets.yaml
Azure
mcp_agent.secrets.yaml
Amazon Bedrock
mcp_agent.secrets.yaml
Google AI
mcp_agent.secrets.yaml
Ollama
mcp_agent.config.yaml