https://github.com/unit-mesh/autodev-workbench
AutoDev Workbench is an AI-native developer platform designed to accelerate, automate, and contextualize modern software development workflows.
https://github.com/unit-mesh/autodev-workbench
Last synced: about 1 year ago
JSON representation
AutoDev Workbench is an AI-native developer platform designed to accelerate, automate, and contextualize modern software development workflows.
- Host: GitHub
- URL: https://github.com/unit-mesh/autodev-workbench
- Owner: unit-mesh
- Created: 2025-05-06T06:18:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-10T14:37:50.000Z (about 1 year ago)
- Last Synced: 2025-06-10T14:48:46.226Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://autodev.work/
- Size: 3.63 MB
- Stars: 52
- Watchers: 1
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# AutoDev Workbench
> **AutoDev Workbench** is an AI-native developer platform designed to accelerate, automate, and contextualize modern
> software development workflows. It serves as your intelligent, unified workspace for building, debugging, learning,
> and collaborating — all powered by large language models.
[](https://github.com/unit-mesh/autodev-work/actions/workflows/ci-cd.yml)

## Overview
Architecture

Architecture (English)

AutoDev Workbench provides a unified platform for development teams to:
- **AI-Powered Development**: Leverage advanced AI tools and models to assist in coding, debugging, and problem-solving
- **Knowledge Management**: Centralize and organize development knowledge, patterns, and best practices
- **Workflow Automation**: Streamline development processes through intelligent automation and pattern recognition
- **Metrics & Analytics**: Track and analyze development performance and productivity metrics
- **API/Components Marketplace**: Access a marketplace of reusable components and libraries to accelerate development
- **Documentation**: Maintain comprehensive documentation with AI-assisted content generation and management
## Usage
### AutoDev Context Web
### AutoDev Context Worker
```bash
npx @autodev/context-worker@latest
```
### Release
```bash
git fetch --tags
pnpm install
pnpm publish-all
# Please do `publish-all` first
pnpm publish-all:confirm
git push --tags
```