经 AI Skill Hub 精选评估,代码百科 获评「强烈推荐」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
代码百科 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
代码百科 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install codealmanac
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install codealmanac
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/AlmanacCode/codealmanac
cd codealmanac
pip install -e .
# 验证安装
python -c "import codealmanac; print('安装成功')"
# 命令行使用
codealmanac --help
# 基本用法
codealmanac input_file -o output_file
# Python 代码中调用
import codealmanac
# 示例
result = codealmanac.process("input")
print(result)
# codealmanac 配置文件示例(config.yml) app: name: "codealmanac" debug: false log_level: "INFO" # 运行时指定配置文件 codealmanac --config config.yml # 或通过环境变量配置 export CODEALMANAC_API_KEY="your-key" export CODEALMANAC_OUTPUT_DIR="./output"
<p align="center"> <img src="docs/assets/readme-hero.png" alt="Almanac — A living wiki for your codebase"> </p>
<p align="center"> <a href="https://pypi.org/project/codealmanac/"><img alt="PyPI version" src="https://img.shields.io/pypi/v/codealmanac?label=pypi&color=2ea043"></a> <a href="https://pypi.org/project/codealmanac/"><img alt="Python versions" src="https://img.shields.io/pypi/pyversions/codealmanac?color=1f6feb"></a> <a href="https://github.com/AlmanacCode/codealmanac/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/AlmanacCode/codealmanac?style=flat&logo=github"></a> <a href="https://github.com/AlmanacCode/codealmanac/commits/main"><img alt="Last commit" src="https://img.shields.io/github/last-commit/AlmanacCode/codealmanac"></a> <a href="./LICENSE.md"><img alt="License: Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-df7b40"></a> <a href="https://www.codealmanac.com"><img alt="Website" src="https://img.shields.io/badge/website-codealmanac.com-24292f"></a> </p>
CodeAlmanac is a self-updating wiki for your codebase.
Your agent sessions die the moment they end. The decisions, architecture, and dead-ends inside them never compile into anything the next session can reference. CodeAlmanac is that reference layer: a wiki that lives in your repository, written for your agents, and kept up to date from the work itself.
**With your team (cloud)** — one shared wiki, updated from everyone's sessions,
delivered back to the repo as commits or pull requests:
bash codealmanac setup # GitHub sign-in + agent instructions codealmanac capture enable # capture Codex/Claude sessions as source codealmanac repo setup # configure the current repo in the browser
Agents can run setup too: `codealmanac setup --no-browser` prints the login URL
for a human to approve, and `codealmanac whoami` confirms the identity.
**On your machine (local)** — your repo, your agent credentials, no cloud
automation:
bash cd your-repo codealmanac init codealmanac local setup --branch main --delivery commit codealmanac search "getting" codealmanac show getting-started ```
Read commands work without cloud login. Local update jobs use your local agent credentials and write back to your working tree or local commits, depending on the branch delivery policy.
<p align="center"> <img src="docs/assets/readme-search.gif" alt="Terminal showing codealmanac search and show commands against a repo wiki"> </p>
The installer uses uv tool install so CodeAlmanac lives in an isolated Python tool environment. If an older npm or editable checkout shadows the installed binary, the installer prints both paths. Put uv tool dir --bin earlier on PATH, then run:
codealmanac --version
codealmanac setup
代码百科是一个开源的AI工作流项目,具有较高的实用价值
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:代码百科 的核心功能完整,质量优秀。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | codealmanac |
| Topics | aiclaudeclicodebasecodexpython |
| GitHub | https://github.com/AlmanacCode/codealmanac |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-07-03 · 更新时间:2026-07-03 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端