https://adongwanai.github.io/AgentGuide | AI Agent开发指南 | LangGraph实战 | 高级RAG | 转行大模型 | 大模型面试 | 算法工程师 | 面试题库 | 强化学习|数据合成
- Stars
- 8.5K
- Forks
- 835
- Pushed
- 14d ago
Current GitHub adoption and maintenance signals.
https://adongwanai.github.io/AgentGuide | AI Agent开发指南 | LangGraph实战 | 高级RAG | 转行大模型 | 大模型面试 | 算法工程师 | 面试题库 | 强化学习|数据合成
专业的 LaTeX 简历模板,专为大模型与 Agent 算法工程师设计 | Professional LaTeX resume template for LLM & Agent algorithm engineers
从 0 复刻 WorkBuddy-style 桌面 AI 助手 Harness:24 章 Python 教程,覆盖 Agent Loop、工具调用、记忆系统、Sidecar、沙盒审计、DeepSeek/OpenAI 评测轨迹
🌟 The ultimate meta-collection of 200+ awesome LLM repositories
adong's skills
Obsidian 图文导出插件:将 Markdown 笔记一键生成小红书 / RedNote、抖音图文、Bilibili 图文等社媒卡片,支持主题、封面和批量导出。
adong-vibecoding
一个面向 Claude、Codex 等 AI coding agents 的 harness-first 模板,让 AI 在读完 README 后就能理解项目并接手开发。
A privacy-first, OpenAI-compatible Device-Edge-Cloud hybrid inference routing gateway. 端边云混合推理调度系统。
从零构建 Mini DeepSeek Harness:12 章可运行源码课程、官方 Workbench、白皮书与面试系统
我的开发经验+vibe-coding 的中文翻译版本—+提示词库=vibecoding工作站
money-claw-web
No repository description provided.
上下文工程实战:让AI真正懂你的需求
A static AI builder portfolio template for projects, research, open source and visual proof.
No repository description provided.
AI 每日新闻简报 · GitHub 热门 + X 热门文章 + 行情技术分析 · 23 个数据源聚合 + LLM 中文摘要 · 本地或 GitHub Actions 部署
No repository description provided.
No repository description provided.
No repository description provided.
Learn it. Build it. Ship it for others.
Agent-native arXiv CLI for daily paper tracking, field surveys, watchlists, local paper libraries, BibTeX, and progressive reading
Memory library for building stateful agents
AI Agent 学习路线与资料库收集
No repository description provided.
No repository description provided.
No repository description provided.
🦀 OpenClaw 可视化管理面板 — 内置 AI 助手(工具调用 + 图片识别 + 多模态),一键安装配置,跨平台桌面应用 | Built-in AI Assistant with tool calling & image recognition
meeting-assistant-tauri
"DeepTutor: AI-Powered Personalized Learning Assistant"
Agentic-RAG explores advanced Retrieval-Augmented Generation systems enhanced with AI LLM agents.
Writing AI Conference Papers: A Handbook for Beginners
GPT-4已发布,接口开放后本项目将第一时间适配并开源。想做点事情的创业者欢迎加群参与讨论!本项目是最易部署的ChatGPT环境。PHP版调用OpenAI最新接口和模型gpt-3.5-turbo进行问答的Demo,采用Stream流模式通信,一边生成一边输出,响应速度超过官网。前端采用JS的EventSource,支持Markdown格式解析,代码有着色处理。页面UI简洁,支持上下文连续会话。源码只有两三个文件,没用任何框架,支持所有PHP版本。只需要修改stream.php中的API_KEY即可使用,也可让浏览者使用自定义API_KEY。