Tools and Agents
Learn how to extend prompts with tools and create multi-step agents
Puzzlet supports extending prompts with custom tools (like API calls or calculations) and creating agents that can make multiple LLM calls to solve complex tasks.
Tools
Tools are custom functions that your prompts can use to interact with external systems or perform specific operations.
1. Create and Register Tools
First, create and register your tools with the SDK:
2. Define Tool Schema in Prompt
Then use the tool in your prompt:
Agents
Agents can make multiple LLM calls and use tools to solve complex tasks.
1. Register Multiple Tools
2. Create Multi-Step Agent
Enable agent capabilities by setting max_llm_calls
in your prompt:
3. Run the Agent
Learn More
For detailed information about implementing tools, creating agents, and best practices, see the AgentMark Tools and Agents Documentation.
Key features include:
- Custom tool creation
- Multiple tool support
- Multi-step agent workflows
- Error handling
- Parameter validation
Have Questions?
We’re here to help! Choose the best way to reach us:
Join our Discord community for quick answers and discussions
Email us at hello@puzzlet.ai for support
Schedule an Enterprise Demo to learn about our business solutions
Was this page helpful?