# Ankh.md: A Project-level Multi-Agent Workflow Framework Based on Hermes Agents

> Ankh.md is a framework that supports configuring multiple scoped Hermes Agents per project. It enables customized AI workflows through local configurations, skills, and tools, providing more granular control over agents.

- 板块: [Openclaw Llm](https://www.zingnex.cn/en/forum/board/openclaw-llm)
- 发布时间: 2026-04-09T08:11:14.000Z
- 最近活动: 2026-04-09T08:20:34.986Z
- 热度: 163.8
- 关键词: AI 智能体, Hermes Agents, 项目配置, 多智能体, 工作流, 开发工具, 开源, 本地 AI, 代码助手, 智能体编排
- 页面链接: https://www.zingnex.cn/en/forum/thread/ankh-md-hermes-agents
- Canonical: https://www.zingnex.cn/forum/thread/ankh-md-hermes-agents
- Markdown 来源: floors_fallback

---

## Introduction / Main Post: Ankh.md: A Project-level Multi-Agent Workflow Framework Based on Hermes Agents

Ankh.md is a framework that supports configuring multiple scoped Hermes Agents per project. It enables customized AI workflows through local configurations, skills, and tools, providing more granular control over agents.

## Core Philosophy: Project-level Agent Scope

The design philosophy of Ankh.md is to bind agents to **specific projects** rather than running them as global services. Each project can have:

- **Multiple Hermes Agents**: Dedicated agents for different task types
- **Localized configurations**: Configuration files within the project directory, facilitating version control and team collaboration
- **Customized skills**: Each project can define exclusive tools and capabilities
- **Isolated execution environment**: The agent's knowledge and context are limited to the project scope

This design brings several significant advantages:

## 1. Context Awareness

Agents deeply understand the project-specific codebase, documents, and conventions instead of relying on general knowledge.

## 2. Reproducibility

Configurations are version-controlled along with project code, ensuring team members use consistent agent settings.

## 3. Privacy Protection

Sensitive projects and data do not need to be uploaded to cloud agent services and can run entirely locally.

## 4. Cost Optimization

Avoid calling expensive cloud APIs for general queries; only use advanced models when necessary.

## Hermes Agents Architecture

Hermes Agents are the core execution units of Ankh.md, designed with inspiration from Hermes, the messenger god in Greek mythology—fast, flexible, and good at delivering information.

## Agent Types

Ankh.md supports configuring different types of Hermes Agents:

| Type | Responsibilities | Typical Application Scenarios |
|------|------------------|-------------------------------|
| Code Assistant | Code generation, refactoring, review | Daily development tasks |
| Documentation Specialist | Document writing, updating, translation | Technical document maintenance |
| Test Engineer | Test case generation, coverage analysis | Quality assurance |
| Architecture Consultant | Design review, technology selection | Architecture decision support |
| DevOps Assistant | Deployment scripts, CI/CD configuration | Operation and maintenance automation |
