Integrate Python packages, CrewAI tools, and LangChain tools directly
NOMOS can directly use functions from Python packages without wrapper code:
Use any Python function directly without writing wrapper code
Function signatures provide automatic parameter validation
Function docstrings automatically generate tool descriptions
Access to the entire Python package ecosystem
Use existing CrewAI tools directly in your NOMOS agents:
Integrate LangChain tools seamlessly:
Follow the respective documentation for each tool source to set up your environment
Tool Not Found
Problem: External tool not loading
Solutions:
pip install package-name
@provider/ToolName
Import Errors
Problem: Module import failures
Solutions:
Configuration Issues
Problem: Tool configuration not working
Solutions:
Learn the basics of tools and how to create your own
Implement secure tool usage and validation
External tool integration makes NOMOS incredibly powerful by giving you access to the entire ecosystem of existing tools while maintaining the structure and auditability that makes NOMOS unique.