Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAI_API_KEY | No | OpenAI API Key (optional, can also be set in config.json) | |
AUTOGEN_MCP_CONFIG | Yes | Path to the configuration file | config.json |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
autogen-workflow | Create a sophisticated multi-agent AutoGen workflow |
code-review | Set up agents for comprehensive collaborative code review |
research-analysis | Create advanced research and analysis workflow |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Active Agents | List of currently active AutoGen agents |
Workflow Templates | Available workflow templates |
Chat History | Recent agent conversation history |
Current Configuration | Current AutoGen configuration settings |
Progress Status | Real-time progress of running tasks |
Performance Metrics | Server performance statistics |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_streaming_workflow | Create a workflow with real-time streaming |
start_streaming_chat | Start a streaming chat session |
create_agent | Create a new AutoGen agent |
execute_workflow | Execute a workflow with streaming support |