Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Dominic789654
/
tinker-cookbook
Public
forked from
thinking-machines-lab/tinker-cookbook
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
tyler/tool_use
User selector
All users
All time
Commit history
Commits on Feb 5, 2026
Remove unnecessary hasattr check in Qwen3Renderer
Show description for c924a9d
tyler-griggs
and
claude
committed
c924a9d
View commit details
Copy full SHA for c924a9d
Browse repository at this point
Unify ToolSpec types to use renderers TypedDict
Show description for 42e65a5
tyler-griggs
and
claude
committed
42e65a5
View commit details
Copy full SHA for 42e65a5
Browse repository at this point
Fix ToolSpec compatibility in Qwen3Renderer
Show description for f5f732e
tyler-griggs
and
claude
committed
f5f732e
View commit details
Copy full SHA for f5f732e
Browse repository at this point
Merge origin/main into tyler/tool_use
Show description for 8eadc33
tyler-griggs
and
claude
committed
8eadc33
View commit details
Copy full SHA for 8eadc33
Browse repository at this point
Fix tool_use README accuracy and rename code_rl tools.py
Show description for af4728b
tyler-griggs
and
claude
committed
af4728b
View commit details
Copy full SHA for af4728b
Browse repository at this point
Remove stale reference to Remaining TODOs section in README
Show description for 7e7e9aa
tyler-griggs
and
claude
committed
7e7e9aa
View commit details
Copy full SHA for 7e7e9aa
Browse repository at this point
[tinker-cookbook] add a way to register custom renderers & tokenizers (#349)
kennyyu
authored
6888a4e
View commit details
Copy full SHA for 6888a4e
Browse repository at this point
Add error_tool_result helper and clean up error handling
Show description for 093867c
tyler-griggs
and
claude
committed
093867c
View commit details
Copy full SHA for 093867c
Browse repository at this point
Remove private reference from tool-use library
Show description for 0b069f3
tyler-griggs
and
claude
committed
0b069f3
View commit details
Copy full SHA for 0b069f3
Browse repository at this point
Update tool-use READMEs and expose max_trajectory_tokens
Show description for 2cbf92c
tyler-griggs
and
claude
committed
2cbf92c
View commit details
Copy full SHA for 2cbf92c
Browse repository at this point
Merge remote-tracking branch 'origin/main' into tyler/tool_use
tyler-griggs
committed
d94b7fe
View commit details
Copy full SHA for d94b7fe
Browse repository at this point
Commits on Feb 3, 2026
Add `build_supervised_examples` and `LAST_ASSISTANT_TURN`. Fix Kimi K2 thinking preservation in renderer (#341)
TonyLianLong
authored
1cfd252
View commit details
Copy full SHA for 1cfd252
Browse repository at this point
Fix ToolSpec JSON serialization for renderers
Show description for b23334d
tyler-griggs
committed
b23334d
View commit details
Copy full SHA for b23334d
Browse repository at this point
Commits on Feb 2, 2026
Fix linting: remove unused import
Show description for f09780c
tyler-griggs
committed
f09780c
View commit details
Copy full SHA for f09780c
Browse repository at this point
Fix reward extraction and tool_call_id handling
Show description for e66532d
tyler-griggs
committed
e66532d
View commit details
Copy full SHA for e66532d
Browse repository at this point
Add max_trajectory_tokens guard to prevent context overflow
Show description for bc7baed
tyler-griggs
committed
bc7baed
View commit details
Copy full SHA for bc7baed
Browse repository at this point
Simplify TODO comment
tyler-griggs
committed
6206d2a
View commit details
Copy full SHA for 6206d2a
Browse repository at this point
Add TODO for stateful tool grading
Show description for 96562ec
tyler-griggs
committed
96562ec
View commit details
Copy full SHA for 96562ec
Browse repository at this point
Address PR feedback: wandb and dataclass
Show description for edcb284
tyler-griggs
committed
edcb284
View commit details
Copy full SHA for edcb284
Browse repository at this point
typos + wording standardization (#318)
josancamon19
authored
44509bd
View commit details
Copy full SHA for 44509bd
Browse repository at this point
Commits on Feb 1, 2026
Remove unused metrics from recipe tools
Show description for 1d226bb
tyler-griggs
committed
1d226bb
View commit details
Copy full SHA for 1d226bb
Browse repository at this point
Remove tool metric accumulation to match worm's approach
Show description for 0d88398
tyler-griggs
committed
0d88398
View commit details
Copy full SHA for 0d88398
Browse repository at this point
Require ToolResult returns from decorated functions
Show description for 0e8395d
tyler-griggs
committed
0e8395d
View commit details
Copy full SHA for 0e8395d
Browse repository at this point
Remove documentation files and worm references from PR
Show description for efb64de
tyler-griggs
committed
efb64de
View commit details
Copy full SHA for efb64de
Browse repository at this point
Add documentation for unified tool interface
Show description for 3d272d9
tyler-griggs
and
claude
committed
3d272d9
View commit details
Copy full SHA for 3d272d9
Browse repository at this point
Unify tool interface with worm's Tool protocol
Show description for f258cc2
tyler-griggs
and
claude
committed
f258cc2
View commit details
Copy full SHA for f258cc2
Browse repository at this point
Merge origin/main into tyler/tool_use
tyler-griggs
committed
6c4422b
View commit details
Copy full SHA for 6c4422b
Browse repository at this point
Commits on Jan 31, 2026
Add streaming parsing for the Kimi K2 renderer (#319)
Show description for dee2fe4
nealwu
and
claude
authored
dee2fe4
View commit details
Copy full SHA for dee2fe4
Browse repository at this point
Commits on Jan 30, 2026
Reuse KL reference client instead of recreating per minibatch (#332)
jeffrey-tml
authored
abea3ee
View commit details
Copy full SHA for abea3ee
Browse repository at this point
Commits on Jan 29, 2026
Changelog update 2026-01-29 (#329)
Show description for 49aeed4
danobi
and
claude
authored
49aeed4
View commit details
Copy full SHA for 49aeed4
Browse repository at this point
Commits on Jan 28, 2026
Add max_step parameter to on-policy distillation (#328)
ZitongYang
authored
c94af70
View commit details
Copy full SHA for c94af70
Browse repository at this point
Commits on Jan 27, 2026
Add configurable KL penalty reference model (#326)
jeffrey-tml
authored
2575914
View commit details
Copy full SHA for 2575914
Browse repository at this point
Set 7 day TTL by default on checkpoints (#324)
Show description for dccee28
danobi
authored
dccee28
View commit details
Copy full SHA for dccee28
Browse repository at this point
[Fix][Docs] Use smaller example image to avoid asset size limit (#310)
Show description for 65276ac
tyler-griggs
and
claude
authored
65276ac
View commit details
Copy full SHA for 65276ac
Browse repository at this point
Commits on Jan 25, 2026
Update file paths in documentation for Renderer and training scripts (#317)
josancamon19
authored
2c87e8f
View commit details
Copy full SHA for 2c87e8f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.