Logo
Explore Help
Register Sign In
caoxiaozhu/X-Agents
1
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

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
Powered by Gitea Version: 1.25.3 Page: 53ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API