Tools are the hands and eyes of your NOMOS agent—they enable interaction with external systems, data processing, and action execution. NOMOS provides a flexible and secure tool integration system that gives agents capabilities while maintaining control and auditability.
Tools = Agent CapabilitiesTools are functions that your agent can call to interact with the world—from simple calculations to complex API integrations, database queries, or external service calls.
Function-Based
Convert any Python function into an agent tool with automatic parameter validation
Contextual Access
Tools are only available when needed, improving security and reducing confusion
Type Safety
Automatic parameter validation and type checking prevent runtime errors
Framework Integration
Compatible with existing tools from LangChain, CrewAI, and other frameworks