Description
Currently, only MCP tools are supported. Also see #8.
Use Case
It's fairly common for agents to use functions as tools. It will be nice to supports the same with AFM.
Similarly, we could also support deriving tools from OpenAPI specifications for existing services.
Proposed Solution
Support for functions as tools and/or tools derived from OpenAPI specifications.
Note: for functions as tools, we also need to consider
- minimizing impact on portability
- not all implementations may be able to support it (e.g., may require dynamic loading)
Description
Currently, only MCP tools are supported. Also see #8.
Use Case
It's fairly common for agents to use functions as tools. It will be nice to supports the same with AFM.
Similarly, we could also support deriving tools from OpenAPI specifications for existing services.
Proposed Solution
Support for functions as tools and/or tools derived from OpenAPI specifications.
Note: for functions as tools, we also need to consider