AutoGen Integration
Beta integration for Microsoft AutoGen multi-agent workflows.
Beta: The AutoGen integration is under active development. API may change.
Usage
from autogen import AssistantAgent
from veldrixai.integrations.autogen import VeldrixAssistant
assistant = VeldrixAssistant(
name="guarded-assistant",
llm_config={"model": "gpt-4o"},
veldrix_api_key="vx_live_...",
veldrix_policy="default",
)Beta limitations
- Tool call interception is not yet supported in AutoGen beta
- Group chat scenarios may have higher latency
Was this page helpful?