Skip to content

Releases: webdevcom01-cell/agent-studio

v0.1.0 — Initial Open Source Release

24 Mar 14:41

Choose a tag to compare

Agent Studio v0.1.0

First public release of Agent Studio — visual AI agent builder with multi-agent orchestration and continuous learning.

Highlights

  • Visual flow editor with 32 node types (AI, logic, integrations, webhooks)
  • Enterprise RAG pipeline — 5 chunking strategies, hybrid search, pgvector
  • MCP + A2A protocol support (Google A2A v0.3, MCP 2025-11-25)
  • 137 agent templates across 12 categories
  • CLI Generator — wrap any CLI as MCP server (Python FastMCP or TypeScript)
  • Agent Evals — 3-layer testing (1717 unit tests, Playwright E2E)
  • Embeddable chat widget
  • One-click deploy: Railway + Render
  • Docker Compose local setup

Quick Start

git clone https://github.com/webdevcom01-cell/agent-studio.git
cd agent-studio
cp .env.example .env
docker compose up

Requirements

  • DEEPSEEK_API_KEY — platform.deepseek.com
  • OPENAI_API_KEY — platform.openai.com (required for embeddings)