Integrail.ai Help
  • Build agents with Integrail.ai
  • Getting Started
    • Quickstart
  • Agent Studio
    • Design Agents
      • Export/Import agents to JSON
      • Misc
      • LLM
      • Embeddings
      • Text to Image
      • Image to Text
      • Image to Image
      • Image to Video
      • 3D
      • Text to Speech
      • Speech to Text
      • Web
    • Memory Management
    • Benchmark Tool
    • Integrations
      • WIX
      • OpenAI
      • Llama
      • Microsoft
      • Google Vertex AI
      • Fireworks AI
      • Claude
    • Resources
  • SDK Documentation
  • API
  • Troubleshooting
    • Request assistance with agent
Powered by GitBook
On this page
  • My Agents
  • Read CSV
  • Serialize JSON
  • Parse JSON
  1. Agent Studio
  2. Design Agents

Misc

My Agents

The "My Agent" node enables you to include another agent within a larger agent workflow, creating modular, reusable systems. The key concept here is encapsulation, where the embedded agent runs independently from the main agent's processes.

This separation ensures that the embedded agent handles its own tasks, logic, and operations without interfering with the flow or state of the broader agent. The outer agent simply interacts with the results, making complex, multi-agent systems manageable and efficient.

Read CSV

This node accepts input in a form of CSV file. You can specify what delimeter to use. It outputs an array of lines from the CSV file, organized in a dictionary, in JSON syntax.

To pass a file as an input, you must use a "file" type agent input, and upload the CSV file.

Serialize JSON

Serialize and object (such as Google Search output) and return a JSON string.

Parse JSON

Parse a JSON string and return a list of strings for each element.

PreviousExport/Import agents to JSONNextLLM

Last updated 2 months ago