feat: 新增 Agent 应用核心代码

- supervisor, memory, skills 模块
- LLM 工厂

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-11 16:26:33 +08:00
parent 0cab33b16b
commit f9660a3d7b
14 changed files with 835 additions and 0 deletions

1
agent/app/__init__.py Normal file
View File

@@ -0,0 +1 @@
# X-Agents Python Agent Engine