Skip to content

FloTorch AutoGen Plugin 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 integration
  • FlotorchAutogenSession – Session-backed short-term model context
  • FlotorchAutogenMemory – Long-term external memory storage

Terminal window
pip install flotorch[autogen]

Terminal window
export FLOTORCH_API_KEY="<your_api_key>"
export FLOTORCH_BASE_URL="https://gateway.flotorch.cloud"

  • See Agent, Memory, and Session pages for APIs and examples