{"id":21930268,"url":"https://github.com/zeyu-chen/multi-agent-code-generator","last_synced_at":"2026-04-20T05:01:45.744Z","repository":{"id":261004834,"uuid":"859302110","full_name":"zeyu-chen/Multi-Agent-Code-Generator","owner":"zeyu-chen","description":"A multi-agent code generator system powered by OpenAI that automatically converts user requirements into a complete Rust web server implementation.","archived":false,"fork":false,"pushed_at":"2024-11-09T17:36:25.000Z","size":48,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T23:39:13.010Z","etag":null,"topics":["code-generation","multi-agent","openai","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeyu-chen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-18T12:40:52.000Z","updated_at":"2024-11-09T17:36:28.000Z","dependencies_parsed_at":"2025-07-09T22:02:19.140Z","dependency_job_id":"d91797c9-e214-4ab4-872a-c7dd5a585f7d","html_url":"https://github.com/zeyu-chen/Multi-Agent-Code-Generator","commit_stats":null,"previous_names":["zeyu-chen/rust-autogpt","zeyu-chen/multi-agent-code-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeyu-chen/Multi-Agent-Code-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeyu-chen%2FMulti-Agent-Code-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeyu-chen%2FMulti-Agent-Code-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeyu-chen%2FMulti-Agent-Code-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeyu-chen%2FMulti-Agent-Code-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeyu-chen","download_url":"https://codeload.github.com/zeyu-chen/Multi-Agent-Code-Generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeyu-chen%2FMulti-Agent-Code-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32033717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-generation","multi-agent","openai","rust"],"created_at":"2024-11-28T23:08:27.891Z","updated_at":"2026-04-20T05:01:45.670Z","avatar_url":"https://github.com/zeyu-chen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-Agent Code Generator\n\n[![Rust](https://img.shields.io/badge/Rust-1.8-000000?logo=rust\u0026logoColor=white)](https://www.rust-lang.org/)\n[![Actix Web](https://img.shields.io/badge/Actix_Web-4.3-000000?logo=rust\u0026logoColor=white)](https://actix.rs/)\n[![OpenAI](https://img.shields.io/badge/OpenAI-v1-412991?logo=openai\u0026logoColor=white)](https://openai.com/)\n[![Tokio](https://img.shields.io/badge/Tokio-1.28-0BA8E9?logo=rust\u0026logoColor=white)](https://tokio.rs/)\n\nA multi-agent code generator system powered by OpenAI that automatically converts user requirements into a complete Rust web server implementation.\n\n## Core Features\n\n- 🤖 Multi-Agent Collaboration\n  - Project Manager: Project coordination and requirements analysis\n  - Solution Architect: System design and API planning\n  - Backend Developer: Code generation and testing\n- 🏗️ Automated Code Generation\n  - Template-based generation\n  - CRUD operations\n  - User authentication\n  - External API integration\n- 🧪 Automated Testing \u0026 Fixing\n  - Unit testing\n  - Bug detection\n  - Auto-fixing\n  - API endpoint validation\n\n## Project Structure\n\n```\n/\n├── autogpt/                 # AI Code Generator\n│   ├── src/\n│   │   ├── ai_functions/    # AI function definitions\n│   │   ├── apis/            # OpenAI API integration\n│   │   ├── helpers/         # Utility functions\n│   │   ├── models/          # Agent models\n│   │   └── main.rs          # Entry point\n│   ├── schemas/             # API schemas\n│   └── Cargo.toml\n│\n└── web-server/              # Server Template\n    ├── src/\n    │   ├── main.rs          # Generated server code\n    │   └── code_template.rs # Base template\n    ├── database.json        # Persistence\n    └── Cargo.toml\n```\n\n## Quick Start\n\n### Prerequisites\n\n- Rust (latest stable)\n- OpenAI API Key\n- Cargo\n\n### Installation\n\n1. Clone the repository\n\n```bash\ngit clone \u003crepository-url\u003e\n```\n\n2. Set up environment variables\n\n```bash\ncd autogpt\ntouch .env\n# Add your OpenAI API key to .env\n# OPEN_AI_KEY=your-api-key\n# OPEN_AI_ORG=your-org-id\n```\n\n3. Run\n\n```bash\ncargo run\n```\n\n## How It Works\n\n1. User inputs requirements\n2. Managing Agent analyzes requirements and coordinates work\n3. Solution Architect designs system architecture\n4. Backend Developer generates code\n5. System automatically tests and fixes issues\n\n## Web Server Template\n\nThe web-server template provides:\n\n- Actix-web framework integration\n- CORS support\n- JSON persistence\n- Thread-safe state management\n- Basic data structures\n- Database operations\n- User management\n- External API integration\n\n### Template Customization\n\nThe base template (`web-server/src/code_template.rs`) can be modified to:\n\n- Add new base functionality\n- Modify default implementations\n- Include additional dependencies\n\n## Security\n\n- Generated code requires manual review\n- Basic security measures implemented by default\n- Production deployments should undergo security audit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeyu-chen%2Fmulti-agent-code-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeyu-chen%2Fmulti-agent-code-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeyu-chen%2Fmulti-agent-code-generator/lists"}