Internals of yafai-skills for tools and third party integrations
Prepare the skill manifest
Spin up the skill server
Agent asks for available tools
Agent invokes a tool or integration based on LLM recommendation
Skill Server is a gRPC service with the following proto,
These two RPCs form the basic interface for fetching, and executing tools for yafai agents. Invoke them via “ANY” gRPC client.