FloTorch AutoGen Plugin Overview
Overview
Section titled “Overview”The FloTorch AutoGen Plugin integrates with Microsoft’s AutoGen (agentchat) to run agents configured in the FloTorch Console, with support for custom tools and a dual-memory setup.
Exports:
FlotorchAutogenAgent
– Agent manager with FloTorch integrationFlotorchAutogenSession
– Session-backed short-term model contextFlotorchAutogenMemory
– Long-term external memory storage
Installation
Section titled “Installation”pip install flotorch[autogen]
Configuration
Section titled “Configuration”export FLOTORCH_API_KEY="<your_api_key>"export FLOTORCH_BASE_URL="https://gateway.flotorch.cloud"
Next Steps
Section titled “Next Steps”- See Agent, Memory, and Session pages for APIs and examples