← Discover MCPs and Agents
a
AgentAI & MLGitHub

agent-studio

openJiuwen agent-studio provides zero-code and low-code visual development, workflow orchestration, and unified management for models, knowledge bases, plugins, and other resources.

Links

README

From the repo.

openJiuwen AgentStudio

中文 | English


1 Project Overview

openJiuwen AgentStudio is an all-in-one AI Agent development platform that provides a full-stack solution from development to deployment, with low-code / no-code visual design and orchestration tools to rapidly build and debug agents and workflows.

This project is intended for:

AudienceDescription
Backend EngineersJava backend service architecture, API design, and business logic
Frontend EngineersAngular frontend project structure, components, and routing
DevOps EngineersDocker deployment, service configuration, and environment variables
Technical ArchitectsSystem architecture, technology selection, and module breakdown
AI Application DevelopersAgent platform capabilities, RAG knowledge base, workflow orchestration
QA EngineersFunctional modules and interface specifications

2 Core Features

FeatureDescription
Low-code / No-codeVisual Agent and workflow design and orchestration
Multi-Model SupportIntegration and switching of mainstream LLMs
RAG Knowledge BaseKnowledge base creation, upload, and retrieval
Workflow OrchestrationComplex workflow orchestration and execution
Plugin MarketplacePlugin browsing, installation, and management
Prompt EngineeringPrompt writing, debugging, and optimization
MCP ProtocolModel Context Protocol support
Multi-DatasourceMySQL, PostgreSQL, and more
Cloud-NativeDocker and Kubernetes deployment
Auth & AuthorizationSimple Auth, SSO

3 Related Documentation

4 Requirements

RequirementVersion
JDK17+
Maven3.8+
Node.js22 (18 minimum)
npm/pnpm9+ / 7+
MySQL / GaussDBMySQL 8.0+
Redis7+
Docker20+
ConstraintDescription
JDKJDK 17 or higher required
DatabaseMySQL 8.0 default; GaussDB also supported
BrowserLatest two versions of mainstream browsers
Memory2 GB minimum per service; 4 GB+ recommended for production

For the detailed technology stack, see Architecture Overview.

5 Installation

cp deploy/.env.template deploy/.env
bash docker/package.sh
bash docker/build.sh
bash deploy/deploy.sh local

The complete environment contains four application services: studio-console, studio-manager, studio-runtime, and studio-builder. See the Deployment Guide for details.

6 Quick Start

Frontend development:

cd frontend
pnpm install
pnpm start

For full environment startup, incremental builds, and debugging, see Local Dev Quick Start.

7 License

This project is licensed under the Apache 2.0 License. See the LICENSE file.

Contributing

Issues and Pull Requests are welcome. See the Contributing Guide.

Collected info

  • 173 stars
  • 55 forks
  • Language: Java
  • Source updated: 9/23/2026