docs: publish architecture and experiment portal

This commit is contained in:
wuyang
2026-07-26 21:03:23 +08:00
parent 4eb915283d
commit 688ddec1fe
17 changed files with 3582 additions and 56 deletions
+7
View File
@@ -5,6 +5,8 @@ same independently evolvable Agent loop; its scheduler, context policy, memory,
tools, evidence rules, and child Agents are owned by this repository.
The production instance is available at <https://agent.k1412.top>.
Architecture, Agent internals, and the experiment board are published at
<https://agent.k1412.top/doc/>.
## Architecture
@@ -120,9 +122,14 @@ Open WebUI and re-signed for the Workspace Gateway; no internal key is exposed.
## Documentation
- [Documentation index](docs/README.md)
- [Architecture and Agent loop](docs/architecture.md)
- [Agent loop implementation](docs/agent-loop.md)
- [Experiment system](docs/experiments.md)
- [Project history and decisions](docs/project-history.md)
- [Open WebUI integration](docs/openwebui-integration.md)
- [Infrastructure map](docs/infrastructure.md)
- [Development and verification](docs/development.md)
- [Operations runbook](docs/operations.md)
- [Security model](docs/security.md)