AI Agents

Learn how to create and manage AI Agents in Lasius.

Lasius allows you to create AI-powered Agents that process data, interact with users, and automate tasks. Agents are created and managed directly within the Workflow Editor, making them modular and easily configurable.

Creating an AI Agent

  1. Navigate to Workflows from the dashboard.
  2. Click Create Workflow or select an existing one.
  3. In the Flow Editor, drag an Agent component onto the canvas.
  4. Click on the Agent to open its configuration panel, where you can:
    • Select a Model Provider (OpenAI, Anthropic, or custom API).
    • Adjust behavior settings like response type, memory, and persistence.
    • Define input/output variables.
  5. Connect the Agent to other components in the workflow.

Customizing AI Agents

  • Modify Model Parameters – Adjust temperature, token limits, and context length.
  • Attach External APIs – Agents can interact with APIs using the Tools component.
  • Enable Logging & Debugging – View detailed execution logs via Observability.

For more details, see: