Skip to content

Agent Studio v0.1.0

Choose a tag to compare

@drobertson-dev drobertson-dev released this 01 Jun 15:53
· 2 commits to main since this release

Agent Studio v0.1.0

Initial public release of Agent Studio: a self-hosted AI application studio for building and operating websites, dashboards, API routes, workflows, artifacts, and specialized agent apps from a deployed workspace.

Highlights

  • FastAPI runtime with DeepAgents/LangGraph agent wiring.
  • Nuxt/Vue studio UI with login, streaming, thread history, tool-call visibility, and thread management.
  • Host-based static site publishing from /workspace/sites/<site-name>/.
  • Dynamic Python runtime API scripts from /workspace/api served at /runtime-api/*.
  • Postgres-backed persistence for threads and DeepAgents store data.
  • Docker Compose stack with Caddy, runtime, admin UI, Postgres, and Redis.
  • OrbStack wildcard local domains for generated sites.
  • GitHub Actions CI workflow and manual VM deployment workflow.
  • MIT license, contribution guide, security policy, issue templates, PR template, and release process documentation.

Validation

  • pnpm run verify
  • GitHub workflow YAML parse check
  • Docker Compose config validation