9 Commits

Author SHA1 Message Date
Agent@BackendIM
c90f25350d initial commit 2025-05-17 09:49:47 +00:00
Agent@BackendIM
7dabe108b0 initial commit 2025-05-17 09:39:13 +00:00
Agent@BackendIM
279c7394ad initial commit 2025-05-17 09:34:17 +00:00
Agent@BackendIM
dfbfa75251 initial commit 2025-05-17 09:29:49 +00:00
Agent@BackendIM
fc250eb8f8 initial commit 2025-05-17 09:22:58 +00:00
Agent@BackendIM
61d8ef29c8 initial commit 2025-05-17 08:50:32 +00:00
Agent@BackendIM
d57ad1b56b initial commit 2025-05-17 08:45:19 +00:00
Agent@BackendIM
d7f47e43f7 initial commit 2025-05-17 08:22:54 +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