Skip to main content

Module creator

Module creator 

Structs§

SkillCreator
Creates reusable skill definitions from successful multi-step executions.
ToolCallRecord
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.