n8n-nodes-tess
v0.1.3
Published
Integração n8n com a API da Tess para gerenciamento de agents e arquivos
Readme

n8n-nodes-tess
This is an n8n community node for integrating with the Tess API. It allows you to manage Tess Agents, Files, and Responses directly from your n8n workflows.
Tess is an AI platform for managing agents, files, and automating AI-powered tasks. With this node, you can execute agents, upload and link files, retrieve responses, and more.

Features
- Execute Tess Agents: Send messages to agents and get AI-powered responses.
- Manage Files: Upload, download, link, and delete files in Tess.
- Agent File Operations: List, link, and remove files associated with agents.
- Get Agent Responses: Retrieve detailed responses from previous executions.
Installation
Follow the n8n community nodes installation guide:
npm install n8n-nodes-tessAfter installation, restart n8n. The Tess node will appear in your node list.
Credentials
To use this node, you need a Tess API token:
- Sign up or log in at Tess.
- Go to your account settings and generate an API token.
- In n8n, create new credentials for "Tess API" and paste your token.
Optionally, you can set a custom API base URL (default is https://tess.pareto.io).
Operations
| Operation | Description | |----------------------|------------------------------------------------------------| | Execute Agent | Send a message to a Tess agent and get a response. | | Get Agent Response | Retrieve a specific agent response by ID. | | List Agent Files | List all files linked to an agent. | | Link Files to Agent | Link one or more files to a Tess agent. | | Delete Agent File | Remove a file from an agent. | | Upload File | Upload a file to Tess (with optional processing). | | Get File | Download a file from Tess by ID. | | Delete File | Delete a file from Tess by ID. |
Usage
- Add the Tess node to your workflow.
- Select the desired operation (e.g., "Execute Agent").
- Fill in the required fields (e.g., Agent ID, Message).
- Optionally link files by providing File IDs (comma, space, or semicolon separated).
- Connect the node and run your workflow.
Example: Executing an Agent
- Set Operation to "Execute Agent".
- Enter the Agent ID and your message.
- Optionally, set model, temperature, tools, and file IDs.
- The node will return the agent's response.
Example: Uploading a File
- Set Operation to "Upload File".
- Specify the binary property (e.g.,
data). - Choose whether to process the file after upload.
Screenshots

Compatibility
- Requires n8n version 1.0.0 or higher.
- Tested with Node.js 20+.
