- Add agent-run module to handle AI interactions with tools and messages.
- Create routes for proxying requests to OpenAI and Anthropic APIs.
- Implement flowme-life chat route for user queries and task management.
- Add services for retrieving and updating life records in the database.
- Implement logic for fetching today's tasks and marking tasks as done with next execution time calculation.
- Introduce tests for flowme-life functionalities.
- Implemented routes for listing, retrieving, updating, and deleting containers.
- Added ContainerModel with necessary fields and methods for data handling.
- Created utility functions for fetching container data by ID.
feat(page): enhance page management with CRUD and publish functionality
- Developed routes for managing pages, including listing, updating, and deleting.
- Integrated caching and zip file generation for page exports.
- Added publish functionality to manage app versions and file uploads.
feat(prompts): implement prompt management with CRUD operations
- Created routes for listing, updating, and deleting prompts.
- Added pagination and search capabilities for prompt listing.
test: add common query utilities and prompt tests
- Implemented common query utilities for API interactions.
- Added tests for prompt listing functionality.