Commit Graph

2 Commits

Author SHA1 Message Date
dzq 4a7ddd9e72 feat: add memory functionality to multi-function agent and update schemas
- Integrated memory capabilities into the multi-function agent using LibSQLStore for persistent storage.
- Updated agent instructions to reflect memory features, allowing the agent to remember previous conversations and user preferences.
- Modified request schemas to include optional memory parameters for better context management in interactions.
2025-12-16 11:10:08 +08:00
dzq f3e5a0db54 feat: add multi-function agent with tools for weather, time, calculator, file listing, and jokes
- Created multiFunctionAgent to handle multiple user requests.
- Implemented tools for weather information, current time, basic arithmetic operations, file listing, and telling jokes.
- Added necessary schemas and execution logic for each tool.
- Set up main Mastra instance to include the new agent.
- Created a script to run the agent and test its functionality.
- Configured TypeScript settings for the project.
2025-12-11 15:18:09 +08:00