- 修复 core/agents/api 模块导入问题 - 优化 ChatInput 组件交互体验 - 增强 agent_handler 和 agent_service 功能 - 调整 Chat 页面样式和布局 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
77 B
Python
6 lines
77 B
Python
"""X-Agents API Module."""
|
|
|
|
from .routes import router
|
|
|
|
__all__ = ["router"]
|