Skip to content

AI Agents

Hub-style LLM blocks. Each accepts connections from messengers, data feeds, trading, files, and more — exposing those as tools the model can call. Connect a Worker or a messenger to give the agent something to do.

Pick the provider you want — the block model is identical, only the underlying LLM changes.

BlockType IDProviderDescription
ChatGPTai.llm_agentOpenAIGPT models — tasks, prompts, automation.
Claude Agentai.claude_agentAnthropicClaude — vision, reasoning, long-context automation.
Grok Agentai.grok_agentxAIGrok — X/Twitter data, reasoning.
DeepSeekai.deepseek_agentDeepSeekV3 + R1 reasoning, cost-efficient.
Groqai.groq_agentGroqUltra-fast Llama / Mixtral / Gemma inference.

Media

BlockType IDProviderDescription
Sora 2 Videoai.sora_videoOpenAIAnimate a still image into a short video clip (bring-your-own key).

How agents become useful

An AI Agent on its own just answers prompts. Its power comes from what you wire to it — each connected block becomes a tool the model can call:

Wire an agent to……and it can
A messenger (Telegram, Discord, WhatsApp)Read and reply to messages
A WorkerRun arbitrary Python and use any ctx.* adapter
A data feedPull live market or web data into its answers
A trading exchangeCheck balances, place orders on instruction
A File ExplorerRead and write files in the workspace sandbox

Turn an agent into a Telegram bot

Wire any AI Agent into a Telegram AI Bot and it answers Telegram messages automatically. See Messengers → Telegram Mini Apps.

NodeGraph Documentation