Automotive Claude Code Agents (Cursor/DeepSeek Version)
# Automotive DeepSeek Agents(汽车工程智能助手库) 本项目主要基于开源项目 [theja0473/automotive-claude-code-agents](https://github.com/theja0473/automotive-claude-code-agents) 进行 DeepSeek 化迁移与增强。 由于部分人群无法访问Claude Code,这里对源项目进行基于DeepSeek/DeepSeek的适配。 _本项目主要使用DeepSeek Agent完成迁移,可能存在功能不完善的情况,后续会持续更新_ ## 项目定位 - 在 DeepSeek 中直接使用汽车领域 `skills`、`rules`、`agents`、`workflows`、`knowledge-base` - 提供 DeepSeek API 接入与本地持久化配置(`tools/cursor_config.py`、`tools/cursor_setup.py`) - 保留 LLM Council 多模型辩论能力(`tools/llm_council.py`) ## 上游项目致谢与引用说明 本项目基于开源项目 [theja0473/automotive-claude-code-agents](https://github.com/theja0473/automotive-claude-code-agents) 进行二次开发与适配,核心目标是在 DeepSeek 环境下提供更易用的汽车工程智能助手能力。 主要改动方向包括: - 面向 DeepSeek 的规则与工作流适配(`.deepseek/rules/`、`AGENTS.md`、`CLAUDE.md`) - DeepSeek API 的接入与本地持久化配置(`tools/cursor_config.py`、`tools/cursor_setup.py`) - LLM Council 在本仓库内的可用性增强与成本统计优化(`tools/llm_council.py`) - 文档、目录与使用方式的本地化调整 ## 许可证与合规说明 - 上游项目许可证:请参见上游仓库中的 LICENSE 文件 [theja0473/automotive-claude-code-agents](https://github.com/theja0473/automotive-claude-code-agents) - 本项目许可证:请参见本仓库 LICENSE 文件 - 对上游代码与文档的引用、改写与再发布,保留原许可证要求的版权与许可声明。 > 声明:本项目为社区维护的衍生项目,与上游项目作者及组织无官方隶属关系。 ## 快速开始(DeepSeek) ```bash # 1) 安装 Python 依赖 pip install -r requirements.txt # 2) 初始化 DeepSeek Key(会保存到用户目录) python -m tools.cursor_setup # 3) 检查是否已配置 python -m tools.cursor_setup --status # 4) 运行一次 LLM Council 验证 python tools/llm_council.py "Generate FTA for overcurrent protection in ASIL-D BMS" -t general -r 1 ``` > 说明:`llm_council.py` 默认会并行调用两个模型(`deepseek-chat` + `deepseek-reasoner`),并在结束后进行一次综合结论(synthesis)。 ## 运行前提 - Python 3.10+(推荐 3.11/3.12) - 已购买并创建 DEEPSEEK API KEY(默认 `https://api.deepseek.com`) - 已配置 `DEEPSEEK_API_KEY` 或已执行 `python -m tools.cursor_setup` ## Key 持久化机制 - 优先级:环境变量 `DEEPSEEK_API_KEY` > 本地配置文件 - 配置文件路径: - Windows:`%USERPROFILE%\.automotive-deepseek-agents\config.json` - Linux/macOS:`~/.automotive-deepseek-agents/config.json` - 常用命令: - `python -m tools.cursor_setup --status` - `python -m tools.cursor_setup --for
HAL 分层混合模型工作流 — 强模型(Claude)负责理解/拆解/验收,低成本模型(DeepSeek)负责检索/提取/清洗。Hermes Agent skill。
An LLM agent fine-tuned on DeepSeek for spaced repetition, dynamically integrating knowledge points based on the Ebbinghaus forgetting curve.
基于 STM32F103 构建的端到端 AI 智能手表生态。自研“零重定位”原生机器码动态加载引擎与页面栈式 UI 框架;集成生产级 OTA 回滚保护机制与高带宽(921600 baud)串口协议栈。通过 Node.js 中继实现 DeepSeek AI 语义控制及 ASRPRO 语音全双工交互,是一个集成了分布式计算、现代存储管理与 AI Agent 的嵌入式全栈工程。
A Meta-Agent-Driven Self-Evolving Multi-Agent System for UAV Detection and Tracking
One command to run Hermes AI Agent with a browser UI. Zero prerequisites. 一行命令,AI 就位。
网页应用Agent,接入DeepSeek、Mimo等模型