ARCH AI
  • Welcome to ARCH AI
  • Chaingraph
  • Talk to AI Agents
    • Login
    • Chatting
    • Troubleshooting
  • Tokenomics
  • Staking
    • How to stake
    • Rewards
    • Tiers
    • $AIKING Index Pool
    • Contracts
  • Create your own AI
    • Agent profile
    • Chaingraph setup
    • AI Configuration
    • Test and deploy
    • Telegram integration
  • Changelog
  • Links
  • Terms of Use
Powered by GitBook
On this page
  • Basic setup
  • Advanced setup
  • How to edit chaingraph
  1. Create your own AI

Chaingraph setup

At the core of ARCH AI patform there is a chaingraph responsible for the logic behind every agent. It's a visual workflow builder for creating AI agents enabling the design of complex scenarios.

PreviousAgent profileNextAI Configuration

Last updated 3 months ago

Basic setup

Currently, there are 2 options on how to configure your agent, the easy one and the one that requires some scrupulousness and tech knowledge.

Advanced setup

If you feel tech-savy, choose Start From Scratch option or start editing the Simple Talker one by clicking edit; and experience a whole new level of AI Agent development.

With our set of nodes that include basic math functions, telegram and X integrations, LLM calls, DB interactions, webhooks, blockchain transactions module and other features, you may upgrade your custom agent to perform intricated tasks and workflows across different domains.


How to edit chaingraph

Control elements

There are 4 buttons on the right of the workboard.

Presets will get you back to chaingraph presets selection.

Clear removes everything and lets you start from scratch.

Restore button will revert your chaingraph to the last saved checkpoint.

Save makes sure you do not lose progress. You should press it to apply changes.

Nodes

On the workbord you can see connected blocks – nodes.

Nodes are where the actual work happens - they process data, make decisions, interact with external systems, and orchestrate AI behaviors. Think of nodes as building blocks or workers, each with specific skills and responsibilities.

All available nodes are on the left side of the board. Drag and drop them to the working area.

Nodes may have inputs and outputs. Each input output is represented by data of a certain type. You can only connect similar types of data. To make it easier, they have differently colored bullets. Hover over a bullet to learn data type.

Bullet color
Data type

🔴 Red

String

🟢 Green

Boolean

🔵 Blue

Number

🟣 Purple

Object

🟡 Yellow

Enum

🟠 Orange

Stream


...

This guide is being updated.

For the easy way you can choose Simple Talker with Telegram Bot v1 , just click Apply and continue to the .

Refer to the to learn more about node types and capabilities.

next step
documentation
Page cover image