Module creator
Structs§
- Skill
Creator - Creates reusable skill definitions from successful multi-step executions.
- Tool
Call Record - A record of a single tool call executed during a task.
Functions§
- extract_
tool_ calls_ from_ history - Extract
ToolCallRecords from the agent conversation history. Scans assistant messages for tool call patterns (both JSON and XML formats) and returns records for each unique tool invocation.