Skip to content

Releases: drobertson-dev/agent-studio

Agent Studio v0.1.2

01 Jun 16:06

Choose a tag to compare

Patch release for the first public Agent Studio line.\n\n- Clears the remaining npm audit findings across production and development dependency graphs.\n- Updates LangChain/LangGraph web packages, Nuxt test utilities, Vitest, and related UI dependencies.\n- Adds root pnpm workspace overrides for patched transitive packages: langsmith, ws, js-cookie, brace-expansion, and uuid.\n- Simplifies the admin Docker build to use the monorepo root lockfile and removes the duplicate app-level pnpm lockfile.\n- Adds a root .dockerignore so local secrets and build output are not sent to the Docker build context.

Agent Studio v0.1.1

01 Jun 15:59

Choose a tag to compare

Patch release for the first public Agent Studio line.\n\n- Upgrades Nuxt to 4.4.6 so @nuxt/nitro-server resolves to the Dependabot security floor.\n- Updates both workspace and app-level pnpm lockfiles so local installs and Docker builds use the fixed dependency set.\n- Bumps runtime, web, docs, and changelog versions to v0.1.1.

Agent Studio v0.1.0

01 Jun 15:53

Choose a tag to compare

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