Go to file
Matt f40c5fcc69 Add ENV and FILE management APIs with tests
Features:
- POST /api/v1/agents/{agent_id}/env/inspect - Create ENV_INSPECT tasks
- POST /api/v1/agents/{agent_id}/env/update - Create ENV_UPDATE tasks
- POST /api/v1/agents/{agent_id}/files/inspect - Create FILE_INSPECT tasks

Changes:
- Add EnvInspectRequest, EnvUpdateRequest, FileInspectRequest schemas
- Add env and files route modules
- Fix JSONB to use JSON variant for SQLite test compatibility
- Add pytest, pytest-asyncio, aiosqlite for testing
- Add tests for all new endpoints (17 tests passing)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-04 00:30:37 +01:00
.claude Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
alembic Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
app Add ENV and FILE management APIs with tests 2025-12-04 00:30:37 +01:00
tests Add ENV and FILE management APIs with tests 2025-12-04 00:30:37 +01:00
.env.example Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
.gitignore Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
CLAUDE.md Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
Dockerfile Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
alembic.ini Initial commit: LetsBe Cloud Orchestrator 2025-12-03 11:02:31 +01:00
docker-compose-production.yml Add production Docker Compose and nginx config 2025-12-03 11:25:57 +01:00
docker-compose.yml Add ENV and FILE management APIs with tests 2025-12-04 00:30:37 +01:00
nginx.conf Add production Docker Compose and nginx config 2025-12-03 11:25:57 +01:00
requirements.txt Add ENV and FILE management APIs with tests 2025-12-04 00:30:37 +01:00