docs: add complete Chinese documentation

This commit is contained in:
wuyang
2026-07-26 21:32:12 +08:00
parent 66109235e2
commit e2e7a7ba37
24 changed files with 1251 additions and 14 deletions
+3
View File
@@ -1,5 +1,7 @@
# K1412 Agent
[中文文档](README.zh-CN.md) · English
K1412 Agent is a multi-user web coding Agent. Every user request enters the
same independently evolvable Agent loop; its scheduler, context policy, memory,
tools, evidence rules, and child Agents are owned by this repository.
@@ -122,6 +124,7 @@ Open WebUI and re-signed for the Workspace Gateway; no internal key is exposed.
## Documentation
- [中文文档索引](docs/README.zh-CN.md)
- [Documentation index](docs/README.md)
- [Architecture and Agent loop](docs/architecture.md)
- [Agent loop implementation](docs/agent-loop.md)