{"id":51026565,"url":"https://github.com/gitstq/devmind-ai","last_synced_at":"2026-06-21T20:02:04.144Z","repository":{"id":364839423,"uuid":"1269412578","full_name":"gitstq/devmind-ai","owner":"gitstq","description":"DevMind AI - 智能开发者思维助手 | AI-powered code analysis, documentation \u0026 mindmap generator","archived":false,"fork":false,"pushed_at":"2026-06-14T17:25:21.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-14T19:13:27.576Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitstq.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-14T17:23:08.000Z","updated_at":"2026-06-14T17:24:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gitstq/devmind-ai","commit_stats":null,"previous_names":["gitstq/devmind-ai"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gitstq/devmind-ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fdevmind-ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fdevmind-ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fdevmind-ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fdevmind-ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitstq","download_url":"https://codeload.github.com/gitstq/devmind-ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitstq%2Fdevmind-ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34623906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"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":[],"created_at":"2026-06-21T20:02:03.224Z","updated_at":"2026-06-21T20:02:04.138Z","avatar_url":"https://github.com/gitstq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 DevMind AI\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-3.9%2B-blue?logo=python\u0026logoColor=white\" alt=\"Python 3.9+\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-green.svg\" alt=\"License: MIT\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/AI-Ollama%20%7C%20OpenAI-orange\" alt=\"AI Backend\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eIntelligent Developer Mind Assistant\u003c/b\u003e —— AI-powered code analysis, smart documentation, mindmap generation \u0026 optimization tool\n\u003c/p\u003e\n\n---\n\n## 🎉 Introduction\n\nDevMind AI is an intelligent assistant designed for developers:\n\n- 🔍 **Deep Code Analysis** —— Auto-parse project structure, calculate complexity metrics\n- 📝 **Smart Documentation** —— AI-generated docstrings following best practices\n- 🗺️ **Mindmap Visualization** —— Convert code structure to Mermaid/Markdown mindmaps\n- ⚡ **Code Optimization** —— Identify bottlenecks and suggest refactoring\n\n### 🌟 Why DevMind AI?\n\n| Feature | DevMind AI | Others |\n|---------|-----------|--------|\n| Local Execution | ✅ Fully Local | ❌ Cloud-dependent |\n| Multi-language | ✅ Python/JS/Go/Java | ⚠️ Limited |\n| Mindmap | ✅ Auto-generate | ❌ Not supported |\n| Complexity Analysis | ✅ Built-in | ⚠️ Plugin needed |\n| AI Backends | ✅ Ollama/OpenAI | ⚠️ Single backend |\n\n---\n\n## ✨ Core Features\n\n### 📊 Code Analysis (`analyze`)\n\n```bash\ndevmind analyze ./my-project --format html --output report.html\n```\n\n### 📝 Smart Docs (`doc`)\n\nSupports multiple documentation styles:\n\n- **Google Style**\n- **NumPy Style**\n- **reStructuredText**\n\n```bash\ndevmind doc ./src/main.py --style google\n```\n\n### 🗺️ Mindmap (`mindmap`)\n\n```bash\ndevmind mindmap ./src --format mermaid --output architecture.md\n```\n\n### ⚡ Optimization (`optimize`)\n\n```bash\ndevmind optimize ./src/bottleneck.py --suggest\n```\n\n---\n\n## 🚀 Quick Start\n\n### Installation\n\n```bash\npip install devmind-ai\n```\n\n### Initialize Config\n\n```bash\ndevmind init\n```\n\n### Basic Usage\n\n```bash\n# Analyze code\ndevmind analyze ./my-project\n\n# Generate docs\ndevmind doc ./my-project/src\n\n# Generate mindmap\ndevmind mindmap ./my-project/src\n```\n\n---\n\n## 📖 AI Backend Configuration\n\n### Using Ollama (Recommended)\n\n```yaml\nai:\n  backend: ollama\n  ollama:\n    host: http://localhost:11434\n    model: codellama\n```\n\n### Using OpenAI API\n\n```yaml\nai:\n  backend: openai\n  openai:\n    api_key: \"sk-your-api-key\"\n    model: gpt-4\n```\n\n---\n\n## 📄 License\n\n[MIT License](./LICENSE)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by DevMind Team\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitstq%2Fdevmind-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitstq%2Fdevmind-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitstq%2Fdevmind-ai/lists"}