Chaingraph setup
At the core of BAD 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.
Last updated
At the core of BAD 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.
Last updated
Currently, there are 2 options on how to configure your agent, the easy one and the one that requires some scrupulousness and tech knowledge.
For the easy way you can choose Simple Talker with Telegram Bot v1
, just click Apply and continue to the next step.
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.
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.
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.
🔴 Red
String
🟢 Green
Boolean
🔵 Blue
Number
🟣 Purple
Object
🟡 Yellow
Enum
🟠Orange
Stream
...
This guide is being updated.
Refer to the documentation to learn more about node types and capabilities.