Agents SDK Deployment Manager
Local control-plane app for running and observing Agents SDK demo projects.
Prerequisites
uvnpm- Docker, when using the default
local-dockertarget
Run
bash
make runOpen:
text
http://127.0.0.1:8732Vite builds the React UI from frontend/ into dist/, and the Flask backend serves dist/ plus /api/*.
Screenshots
Deployments

App details

Traces

Scope
- Import a local Agents SDK project.
- Inspect entrypoints, dependencies, env vars, and sandbox usage.
- Create a local deployment record.
- Start and stop the app/orchestrator as a labeled Docker container by default.
- Generate or reuse an app-level Dockerfile for containerized deployment.
- Show deployment logs, traces, app events, and Docker container activity.
- Label sandbox containers with
agents-sdk.*metadata so the manager can map a Docker container back to its deployment and run.
For Docker deployments, the default target builds an app Dockerfile and runs the orchestrator with:
bash