Commit 0fa8351
fix: Register docker_stats tool in runtime
The docker_stats tool was implemented but not registered in the runtime,
so it wasn't available to agents.
Changes:
- Added docker_stats to system_tools list in runtime.rs
- Added docker_stats registration case in create_system_executor
- Exported DockerStatsTool from aof-tools lib.rs
Now agents can use:
tools:
- docker_stats
The tool automatically uses --no-stream flag to avoid timeouts.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9426ad2 commit 0fa8351
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
806 | 806 | | |
807 | 807 | | |
808 | 808 | | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
809 | 812 | | |
810 | 813 | | |
811 | 814 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments