You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actors - a multi-agent AI system enabling client-side tool execution through callback mechanisms. Built with FastAPI and OpenAI's Agents SDK, it features intelligent agent orchestration, real-time streaming, MCP server integration, and Supabase auth/persistence. Framework for extensible AI workflows.
This repository shows how to add streaming responses to AI agents. Instead of waiting for the full reply, the agent sends the response step by step as it’s being generated.