feat: 增强日历功能并集成 AgentScope 代理服务
This commit is contained in:
@@ -31,6 +31,11 @@ Follow this hierarchy when developing:
|
||||
| Infrastructure/ops | This file + infra/ directory conventions |
|
||||
| API doc changes | Sync to `docs/runtime/runtime-route.md` |
|
||||
|
||||
## Backend Startup
|
||||
|
||||
**Always use `./infra/scripts/app.sh` to start/stop the backend.** Do not start uvicorn directly.
|
||||
**Always use `./logs/*.log` to check the backend log output.**
|
||||
|
||||
## Git Workflow
|
||||
|
||||
- Default branch: `dev`
|
||||
@@ -46,11 +51,3 @@ Follow this hierarchy when developing:
|
||||
| **agentscope-skill** | AgentScope framework reference and examples | AgentScope multi-agent orchestration, API usage, implementation patterns |
|
||||
|
||||
**Usage**: Reference skills by name (e.g., "use the `ag-ui` skill") in development rules. Skills provide complete documentation, examples, and best practices.
|
||||
|
||||
## Supabase Services
|
||||
|
||||
Project uses locally hosted Supabase for development.
|
||||
|
||||
- Docker config: `infra/docker/docker-compose.yml`
|
||||
- Start services: `cd infra/docker && docker compose up -d`
|
||||
- Stop services: `cd infra/docker && docker compose down`
|
||||
|
||||
Reference in New Issue
Block a user