Work public
agent-playground
Interactive chat UI for research agents with SSE streaming. Connects to a managed-agent-poc backend, runs basic or plan-and-reflect workflows.
What it is
A chat UI for AI research agents. Connects to a managed-agent-poc backend and runs basic or plan-and-reflect workflows over a streaming real-time interface. Conversation history, markdown rendering, run metadata, dual agent modes in a responsive dark theme.
The UI side of the managed-agents-research repo. Built to make the agent behavior visible while it works.
Stack
Next.js, React with useReducer, Server-Sent Events over a Next.js API route. Zero dependencies for the markdown parser. Fourteen components.