git404hub

what is devagent-studio fr?

biheto/devagent-studio — explained in plain English

Analysis updated 2026-05-18

143PythonAudience · developerComplexity · 4/5Setup · hard

tl;dr

An open-source multi-agent workbench that reviews, audits, and governs software projects, rather than writing code itself.

vibe map

mindmap
  root((DevAgent Studio))
    What it does
      Multi agent workbench
      Project review and audit
      Governed AI usage
    Tech stack
      Python and FastAPI
      LangGraph
      React and Docker
    Use cases
      Codebase risk analysis
      AI assisted code review
      Visual workflow execution
    Audience
      Engineering teams
      Technical leads

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Audit a codebase's structure, risks, and technology stack automatically.

VIBE 2

Run AI-assisted code reviews combined with fixed rule checks.

VIBE 3

Build and execute visual multi-agent workflows for engineering tasks.

VIBE 4

Track cost, latency, and model usage across every AI call in a project.

what's the stack?

PythonFastAPILangGraphReactDocker

how it stacks up fr

biheto/devagent-studiogalaxygeneralrobotics/humanoid-gptyb2460/harness-anything
Stars143144144
LanguagePythonPythonPython
Setup difficultyhardhardmoderate
Complexity4/55/53/5
Audiencedeveloperresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires setting up a FastAPI backend, LangGraph workflows, and optionally pgvector or Docker sandboxing for full features.

No license is stated in the visible README, so reuse and redistribution terms are unclear.

in plain english

DevAgent Studio is an open-source workbench built to help software teams understand, review, and keep track of their projects, rather than to write code for them. It brings together several specialized AI agents, one that plans work, one that analyzes a project's structure, one that reviews code for risks, one that manages project knowledge, a supervisor that coordinates the others, and one that writes reports, all working together on a task and leaving a traceable record of what happened. The tool is explicitly not a coding assistant that writes your software. Instead it focuses on making the process of building software easier to inspect, audit, and improve: scanning a codebase to summarize its structure and flag risks, reviewing code changes with a mix of fixed rules and AI judgment, and maintaining a searchable knowledge base about the project that can be filtered by who is allowed to see what. It also keeps a governed long-term memory of useful facts and preferences learned from conversations, but only adds anything to that memory after a person explicitly confirms it, and it tracks when a new fact replaces an older, conflicting one. Workflows in DevAgent Studio are built visually, by dragging and connecting steps on a canvas, and that visual diagram becomes something that actually runs rather than staying a picture. Sensitive actions can be gated behind a human approval step, and a task can be checkpointed, resumed, or retried if something goes wrong partway through. The tool also tracks how AI models are being used across the system: which model each agent calls, the cost and speed of each call, fallback behavior when something fails, and side-by-side comparisons between different configurations. It is built with Python on the backend, using FastAPI and a workflow framework called LangGraph, with a React interface on the front end, and it can run third-party code in an isolated Docker container with no network access as a safety measure. The interface is available in both English and Chinese and offers two visual themes to choose from. This project is aimed at engineering teams and technical leads who want more visibility, auditability, and control over how AI tools are used inside their software development process, rather than developers looking for a tool that writes code directly.

prompts (copy fr)

prompt 1
Walk me through setting up DevAgent Studio's FastAPI backend and React frontend.
prompt 2
Explain how the Planner, Reviewer, and Supervisor agents work together on a task.
prompt 3
Help me configure the governed long-term memory confirmation flow.
prompt 4
Show me how to build a workflow visually and run it as a LangGraph pipeline.

Frequently asked questions

what is devagent-studio fr?

An open-source multi-agent workbench that reviews, audits, and governs software projects, rather than writing code itself.

What language is devagent-studio written in?

Mainly Python. The stack also includes Python, FastAPI, LangGraph.

What license does devagent-studio use?

No license is stated in the visible README, so reuse and redistribution terms are unclear.

How hard is devagent-studio to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is devagent-studio for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.