This website requires JavaScript.
Explore
Help
Register
Sign In
caoxiaozhu
/
X-Agents
Watch
1
Star
0
Fork
0
You've already forked X-Agents
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3a4876ab00d0f2e3da278ab0dc572c7fda5de16d
X-Agents
/
core
/
agents
/
api
/
__init__.py
6 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
feat: 新增 core/agents 模块和 nanobot - 新增 agents 模块,包含 agent、api、skills 等子模块 - 新增 nanobot 项目,支持多渠道集成 - 添加启动脚本 start-all.bat 和 start-all.sh Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 21:29:12 +08:00
"""
X-Agents API Module.
"""
fix: 修复Python模块导入错误并优化Chat功能 - 修复 core/agents/api 模块导入问题 - 优化 ChatInput 组件交互体验 - 增强 agent_handler 和 agent_service 功能 - 调整 Chat 页面样式和布局 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 10:27:07 +08:00
from
.
routes
import
router
feat: 新增 core/agents 模块和 nanobot - 新增 agents 模块,包含 agent、api、skills 等子模块 - 新增 nanobot 项目,支持多渠道集成 - 添加启动脚本 start-all.bat 和 start-all.sh Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 21:29:12 +08:00
__all__
=
[
"
router
"
]
Reference in New Issue
Copy Permalink