Commit Graph

13 Commits

Author SHA1 Message Date
d8b2fb4b51 fix: created_at type in MessageOut
All checks were successful
Deploy Tracker / deploy (push) Successful in 7s
2026-02-15 23:48:26 +01:00
b777623320 feat: remove adapters, add chat API + WS rooms, capabilities on agents
All checks were successful
Deploy Tracker / deploy (push) Successful in 7s
2026-02-15 23:07:10 +01:00
5f9ea80621 feat: task numbers (TEA-1, TEA-2...) + project key_prefix
All checks were successful
Deploy Tracker / deploy (push) Successful in 7s
- Project: key_prefix (auto from name), task_counter
- Task: number (auto-increment per project)
- API returns 'key' field (e.g. TEA-1)
- Migration numbers existing tasks
2026-02-15 20:30:20 +01:00
37c2ac3717 feat: request/response logging, CORS, error handling
All checks were successful
Deploy Tracker / deploy (push) Successful in 17s
2026-02-15 19:36:49 +01:00
0891452d63 ci: test deploy v2
All checks were successful
Deploy Tracker / deploy (push) Successful in 7s
2026-02-15 19:12:00 +01:00
64089c249f ci: test deploy pipeline
Some checks failed
Deploy Tracker / deploy (push) Has been cancelled
2026-02-15 19:10:30 +01:00
face0d000e ci: trigger deploy
Some checks are pending
Deploy Tracker / deploy (push) Waiting to run
2026-02-15 19:09:28 +01:00
c3035272ba ci: auto-deploy on push (Gitea Actions)
Some checks are pending
Deploy Tracker / deploy (push) Waiting to run
2026-02-15 19:08:12 +01:00
3a1ff3c482 fix: remove web from docker-compose (runs on host) 2026-02-15 18:58:22 +01:00
c7f591db32 feat: add web service to docker-compose, port 3100 2026-02-15 18:52:53 +01:00
04be227740 feat: tracker MVP — FastAPI, models, REST API, WebSocket, Docker
- Models: projects, tasks, agents, adapters, labels, chats
- REST API: CRUD for all entities
- WebSocket: connection manager, heartbeat
- Alembic: async migrations, initial schema
- Docker Compose: tracker + postgres + redis (dev)
- All config via TRACKER_* env vars
2026-02-15 18:42:45 +01:00
bbbc65bc48 docs: add OpenClaw integration architecture
- OpenClawClient Python class
- Agent model with status tracking
- Task assignment flow
- Callback endpoint
2026-02-15 15:41:37 +01:00
438a8aaa88 Initial backend structure 2026-02-15 11:57:18 +01:00