This website requires JavaScript.
Explore
Help
Register
Sign In
admin123
/
MyAgent
Watch
1
Star
0
Fork
You've already forked MyAgent
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5b40a79d6d
MyAgent
/
src
/
mastra
/
agents
/
index.ts
1 line
60 B
TypeScript
Raw
Normal View
History
Unescape
Escape
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
export
{
multiFunctionAgent
}
from
"./multi-function-agent"
;