Start a debugging session with worklog file
Maintain Dynamo Fern docs site -- add, update, move, or remove pages. Use for any documentation changes.
File a GitHub bug issue against ai-dynamo/dynamo using context from the current conversation.
Check CI status, analyze failures, and explain skips for a Dynamo PR
Generate optimized tool call parsers for dynamo from HuggingFace model chat templates. Use this when you need to add support for a new model's tool calling format. Takes a HuggingFace model name, analyzes its chat template, compares with existing parsers, and either maps to existing parser or generates new Rust code with tests for the dynamo tool_calling library.