This website requires JavaScript.
Explore
Help
Register
Sign In
mashen
/
chengshishouce
Watch
1
Star
0
Fork
0
You've already forked chengshishouce
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d9e09b61ee770a846d1099681e3fb2661dd325d5
chengshishouce
/
city-manual
/
backend
/
city_manual
/
__pycache__
/
urls.cpython-312.pyc
17 lines
2.7 KiB
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: 城市手册后端完成 - 用户/区域/内容/服务/审核系统
2026-04-10 12:12:41 +00:00
<EFBFBD>
feat: 实现 AI-First 代理系统 核心功能: - AIAgent 模型:AI 代理身份管理 - AIOperationLog: AI 操作日志记录 - AITask: AI 异步任务系统 - AIWebhook: AI webhook 订阅 API 端点: - POST /api/agents/auth/ - AI 代理认证 - GET/POST /api/agents/ - 代理管理 - GET /api/agent-logs/ - 操作日志查询 - GET/POST /api/agent-tasks/ - 任务管理 - GET/POST /api/agent-webhooks/ - Webhook 管理 - POST /api/batch/ - 批量操作 预置 AI 代理: - content-moderator-ai: 内容审核 AI - content-generator-ai: 内容生成 AI - service-curator-ai: 服务推荐 AI - analytics-ai: 数据分析 AI - admin-ai: 管理员 AI 文档: - AI_AGENT.md: AI-First 设计文档 - init_agents.py: AI 代理初始化脚本 测试: - 认证系统测试通过 - JWT token 生成正常 - 权限系统工作正常
2026-04-12 11:40:11 +00:00