Description
I am trying to integrate the fotiecodes/jarvis model with N8n, but I have encountered a limitation where the model does not support tool usage when setting up an agent. This feature is crucial for expanding the AI's capabilities and allowing it to interact with external APIs, databases, and automation workflows effectively
Current Behavior
- When configuring an agent in N8n, the AI model does not recognize or utilize external tools.
- Attempting to set up tool usage results in
registry.ollama.ai/fotiecodes/jarvis:latest does not support tools.
Expected Behavior
- The AI model should support tool usage to interact with external services and perform automated tasks.
- When integrated into N8n, the model should be able to invoke and utilize tools dynamically based on the workflow requirements.
Use Case / Why It Matters
- Adding tool usage support would significantly improve the model's functionality in automation and orchestration workflows.
- This feature would enable users to connect the AI model with various services, such as databases, APIs, and external processing tools, making it a more versatile and powerful assistant.
Proposed Solution (If Applicable)
- Implement OpenAI-style tool calling (e.g., function calling API, tool invocation hooks).
- Allow the model to parse and execute tool-based actions within the N8n workflow or other automation based tools.
Additional Context
- N8n Version: 1.76.3
- AI Model Version: Latest (registry.ollama.ai/fotiecodes/jarvis:latest)



Would love to see this feature added! Let me know if any further details are needed. 🚀
Description
I am trying to integrate the
fotiecodes/jarvismodel with N8n, but I have encountered a limitation where the model does not support tool usage when setting up an agent. This feature is crucial for expanding the AI's capabilities and allowing it to interact with external APIs, databases, and automation workflows effectivelyCurrent Behavior
registry.ollama.ai/fotiecodes/jarvis:latest does not support tools.Expected Behavior
Use Case / Why It Matters
Proposed Solution (If Applicable)
Additional Context
Would love to see this feature added! Let me know if any further details are needed. 🚀