CurrentAgentSkillsToolset returns the skills toolset for the current agent, or nil if skills are not enabled.
()
| 96 | |
| 97 | // CurrentAgentSkillsToolset returns the skills toolset for the current agent, or nil if skills are not enabled. |
| 98 | CurrentAgentSkillsToolset() *skills.ToolSet |
| 99 | |
| 100 | // RunSkillFork executes a `context: fork` skill as an isolated |
| 101 | // sub-session of sess. Used by the run_skill tool and the App's |
no outgoing calls
no test coverage detected