agentic_fabric.tools.adapters¶
Framework-specific adapters for configured tools.
Module Contents¶
Functions¶
Resolve configured tool names to LangGraph-compatible tools. |
|
Resolve configured tool names to Strands-compatible tools. |
Data¶
API¶
- agentic_fabric.tools.adapters.logger = 'getLogger(...)'¶
- agentic_fabric.tools.adapters.resolve_langgraph_tools(tool_names: list[str]) list[Any]¶
Resolve configured tool names to LangGraph-compatible tools.
- agentic_fabric.tools.adapters.resolve_strands_tools(tool_names: list[str]) list[Any]¶
Resolve configured tool names to Strands-compatible tools.