agentic_fabric.tools¶
Custom tools for agentic-fabric.
Tool modules are imported lazily so the core package can be imported without pulling in optional framework dependencies like CrewAI or scraping extras.
Submodules¶
Package Contents¶
Functions¶
Get the standard file manipulation tools. |
|
Get the web scraping tools. |
|
Get all available tools. |
API¶
- agentic_fabric.tools.get_file_tools() list[Any]¶
Get the standard file manipulation tools.
- agentic_fabric.tools.get_scraping_tools() list[Any]¶
Get the web scraping tools.
- agentic_fabric.tools.get_all_tools() list[Any]¶
Get all available tools.