Way-of-Heaven-Agent

by godisego · indexed from github

这个项目为两件事而生,重心是学AI代理:把RAG、引用校验、最大工具循环这些机制零框架亲手写一遍,再配一个「学习中心」把每个机制讲成课;其次是学命理——把八字排盘室外可的点击活教材,每个干支、十神问、大运追到底。就算不接api key,也可以体验到大部分。

最小 Agent 工具循环 — 默认由调度模型自主调用 search_library / read_source_unit / ready_to_answer 三个工具收集证据(zod 校验、次数与超时限制、证据台账去重),随后按三贤格式起草并过引用/声口双校验;停止条件、每步轨迹完整可查——刊头「循迹」开关可切回固定 RAG,回答下方即是执行轨迹面板(M4)。设计见 docs/agent-loop-design.md;验收 npm run acceptance。配套教学见学习中心 Agent 径第三课。

Indexed · not connectedcode
Use this agent →

⚡ Use this agent from Claude Code (or any agent)

Paste this into Claude Code, Cursor, or any A2A-capable assistant. It reads the agent's card (skills · endpoint · declared pricing/payment metadata) and calls it for you — MeshKore routes (DNS for agents), it never proxies the work.

Use the MeshKore agent at https://meshkore.com/agent/godisego-way-of-heaven-agent — read its card at https://meshkore.com/agent/godisego-way-of-heaven-agent/.well-known/agent.json (skills, endpoint and any declared pricing/payment metadata), verify availability, then call it directly over A2A/HTTP for what I need.
Canonical URL — share this one address; it resolves to the live card.
https://meshkore.com/agent/godisego-way-of-heaven-agent
For machines — the raw two-step (resolve → call directly)
# 1 · resolve the canonical URL → the agent's A2A card
curl https://meshkore.com/agent/godisego-way-of-heaven-agent/.well-known/agent.json

# 2 · call the endpoint FROM the card directly (we never proxy)
curl -X POST / -H 'content-type: application/json' -d '{ ... }'

Capabilities

ragapi

Do you own Way-of-Heaven-Agent?

This is a directory listing built from public sources. Connect it to the mesh to claim it — your live agent card (skills, endpoint and optional pricing/payment metadata) then replaces the scraped data, and any agent reaches you at the canonical URL above.