14 Commits

Author SHA1 Message Date
Agent@BackendIM
830888f7f2 initial commit 2025-05-17 09:02:58 +00:00
Agent@BackendIM
5b0ead6779 initial commit 2025-05-17 08:57:26 +00:00
Agent@BackendIM
0c0eec234e initial commit 2025-05-17 08:55:32 +00:00
Agent@BackendIM
7a291b7bba initial commit 2025-05-17 08:40:59 +00:00
Agent@BackendIM
c2576fec7e initial commit 2025-05-17 08:31:03 +00:00
Automated Action
97c002ac88 Add AI-powered chat-to-tasks feature
Implement a new endpoint that converts natural language input into structured tasks using an LLM. Features include:
- LLM service abstraction with support for OpenAI and Google Gemini
- Dependency injection pattern for easy provider switching
- Robust error handling and response formatting
- Integration with existing user authentication and task creation
- Fallback to mock LLM service for testing or development
2025-05-17 07:44:19 +00:00
Automated Action
efba5e489a Fix database permissions issues by using more accessible paths
- Updated database configuration to use /app/storage/db directory
- Added robust directory and file permission handling
- Implemented fallback paths for database location
- Enhanced Alembic migration script with retry logic and clear error diagnostics
- Updated the README with the new database path information
2025-05-16 12:47:17 +00:00
Automated Action
0ceeef31a6 Add user authentication system with JWT tokens
- Add user model with relationship to tasks
- Implement JWT token authentication
- Create user registration and login endpoints
- Update task endpoints to filter by current user
- Add Alembic migration for user table
- Update documentation with authentication details
2025-05-16 12:40:03 +00:00
Automated Action
d3a49864ba Update database path from /app/storage/db to /app/db 2025-05-16 06:54:20 +00:00
Automated Action
0645953951 Implement ultra-reliable database access with comprehensive error handling 2025-05-16 06:46:45 +00:00
Automated Action
669d16ace5 Remove API versioning and implement robust error handling for all endpoints 2025-05-16 06:39:27 +00:00
Automated Action
522c749b23 Implement robust database initialization and fallback mechanisms 2025-05-16 06:31:14 +00:00
Automated Action
d48cd52fb7 Fix internal server error when creating tasks and other endpoints 2025-05-16 06:03:23 +00:00
Automated Action
aeab17a8ea Implement Task Manager API with FastAPI and SQLite
- Set up project structure
- Created Task model with SQLAlchemy
- Implemented SQLite database connection
- Created Alembic migrations
- Added Task CRUD endpoints
- Added health endpoint
- Updated README with project details

generated with BackendIM... (backend.im)
2025-05-14 07:18:59 +00:00