feat: initial XCClaw基础架构
- 基于 FastAPI 的 Web API 服务 - OpenCode API 客户端封装 - 会话管理器(同步/异步任务执行) - APScheduler 定时任务调度 - 完整的 REST API 端点
This commit is contained in:
4
app/core/__init__.py
Normal file
4
app/core/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from app.core.config import settings
|
||||
from app.core.logging import logger
|
||||
|
||||
__all__ = ["settings", "logger"]
|
||||
Reference in New Issue
Block a user