Hi OpenFang Team,
I'm exploring the repository and trying to find the specific source code or playbook for the Clip Hand. I checked the agents/ folder, but it seems it's handled differently as a bundled Hand. Could you point me to the directory where its HAND.toml and prompt logic are stored?
Additionally, I want to create a new Hand that uses an external library and a new code file for a custom tool.
Is it possible to add a new tool directly into the system?
Should I implement this by adding a new tool in openfang-runtime/src/tool_runner.rs?
Or is it better to use an external MCP server for new libraries?
Thanks for the help!
Hi OpenFang Team,
I'm exploring the repository and trying to find the specific source code or playbook for the Clip Hand. I checked the agents/ folder, but it seems it's handled differently as a bundled Hand. Could you point me to the directory where its HAND.toml and prompt logic are stored?
Additionally, I want to create a new Hand that uses an external library and a new code file for a custom tool.
Is it possible to add a new tool directly into the system?
Should I implement this by adding a new tool in openfang-runtime/src/tool_runner.rs?
Or is it better to use an external MCP server for new libraries?
Thanks for the help!