10 Commits

Author SHA1 Message Date
Leopold 4de5f8d8ab docs: update current_status.md and add requirements_rbac.md
tests / pytest (push) Has been cancelled
2026-07-14 20:08:47 +02:00
Leopold 88ddc21e64 fix: LLM_MODEL default to openrouter/deepseek/deepseek-v4-flash
tests / pytest (push) Has been cancelled
LiteLLM requires openrouter/ prefix to route through openrouter API.
Without it, deepseek/* models route to Deepseek native API and fail
with the openrouter API key.
2026-07-07 06:09:31 +02:00
implementation_engineer fcc9b22ec0 chore: C2 DELETE 204+body, C4 cached_tokens, C5 utcnow + LICENSE (T011)
tests / pytest (push) Has been cancelled
2026-07-06 07:33:38 +02:00
release-auditor efc4eab542 docs: release audit + current_status + test_report + release notes (T010)
tests / pytest (push) Has been cancelled
2026-07-06 07:17:40 +02:00
Leopold 347ccb0c68 fix: C3 case-insensitive Bearer prefix + S1 MCP asyncio.Lock (closes 2 xfail)
tests / pytest (push) Has been cancelled
2026-07-06 07:10:35 +02:00
Leopold 2672bd86e6 test: add pytest suite + CI workflow (21 tests)
tests / pytest (push) Has been cancelled
2026-07-06 07:05:17 +02:00
Leopold 061cec4435 fix: add Traefik labels for Coolify v4 + write deployment report 2026-07-06 00:42:51 +02:00
Leopold 4847d3eb05 chore: compose polish for Coolify + complete .env.example 2026-07-05 23:58:26 +02:00
Leopold 8aa2e6792b fix: resolve staging blockers B1-B5, S6, X5 (quality review v1) 2026-07-05 22:55:29 +02:00
Leopold 64b840c94c feat: agent platform initial commit
- FastAPI + HTMX UI: dashboard, agents CRUD, chat, audit, tools
- SQLite schema: agents, conversations, messages, audit, sessions
- Code-agent sync (agents/*.py -> DB on startup)
- MCP client with health check
- Token auth (Bearer + session)
- LiteLLM integration via llm.py
- Docker Compose: agent-platform + mcp-tools services
- Smoke tests pass: /health 200, /api/agents 200, / 401
2026-07-05 22:18:00 +02:00