Framework Architecture
Hierarchical Structure
Operates within a parent-child framework where lower-level agents report upward.
Functions
Custom actions (DB queries, API calls, file operations) assigned to specific agents.
Reflections
Auto-triggered prompts via cron schedules that generate input signals based on the agent's current state and methods.
Groups
Parent agents can wait for responses from grouped child agents.


Core Ecosystem Components
01
Core Library
A lightweight AI library with essential agent behavior, freely available on GitHub. Developers can integrate their own data and API keys, ensuring full transparency and control.
agentory-ai-core
Public
https://api.agented.com/v2/sites/:site_id/collections
ghost-agent
Public
https://api.webflow.com/v2/sites/:site_id/collections
lite-agent
Public
https://api.webflow.com/v2/sites/:site_id/collections
Function Code
Parameters
Request example
async ({ url }) => {
const response = await fetch(url);
const html = response.data;
1
2
3
4
5
6
7
8
9
^
const cleanHtml = html
.replace(/)<[^<]*)*<\/script>/gi, '')
.replace(/)<[^<]*)*<\/style>/gi, '')
.replace(//g, '')
.replace(/<[^>]+>/g, ' ')
.replace(/\s+/g, ' ')
.trim();
const words = cleanHtml.split(' ').slice(0, 2000);
return words.join(' ');
02
Agent Builder
Construct AI agents with an intuitive dashboard. Patch in functions, define interactions, and deploy efficiently. Supports async remote requests, embedded databases, and self-learning loops.
Agent Customization
Agent Behavior
Deployment & API
user
I want to create a social trading agent for X
Agented
Great! Now, let’s define how your agent should interact.
user
Create an agent which monitor the most profitable Solana degen traders and publish their trades automatically on my X account.
Agented
Got it! Let’s add scheduling logic and calendar integration.
Reset
Create agent
03
Functions Marketplace
Enhance AI agents with modular functions. Integrate pre-built functionalities like data retrieval and API requests. Off-chain processing ensures seamless execution, with on-chain smart contract updates for fair monetization.




Functions Marketplace
A powerful ecosystem for AI-driven applications and business automation.
Developers & Data Providers
Create and publish new functions on the marketplace for further monetization.
Businesses & Users
Create no-code AI agents and use functions from the marketplace within the agent workflow.

Build, Customize, and Scale AI Agents Effortlessly
A modular framework for AI agents and AI functions marketplace.

© 2025 Agented
App
Telegram
To top
Framework Architecture
Hierarchical
Structure
Operates within a parent-child framework where lower-level agents report upward.
Functions
Custom actions (DB queries, API calls, file operations) assigned to specific agents.
Reflections
Auto-triggered prompts via cron schedules that generate input signals based on the agent's current state and methods.
Groups
Parent agents can wait for responses from grouped child agents.




Functions Marketplace
A powerful ecosystem for AI-driven applications and business automation.
Developers & Data Providers
Create and publish new functions on the marketplace for further monetization.
Businesses & Users
Create no-code AI agents and use functions from the marketplace within the agent workflow.
Core Ecosystem Components
01
Core Library
A lightweight AI library with essential agent behavior, freely available on GitHub. Developers can integrate their own data and API keys, ensuring full transparency and control.
agented-ai-core
Public
https://api.agented.com/v2/sites/:site_id/collections
ghost-agent
Public
https://api.webflow.com/v2/sites/:site_id/collections
lite-agent
Public
https://api.webflow.com/v2/sites/:site_id/collections
Function Code
Parameters
Request example
async ({ url }) => {
const response = await fetch(url);
const html = response.data;
1
2
3
4
5
6
7
8
9
^
const cleanHtml = html
.replace(/)<[^<]*)*<\/script>/gi, '')
.replace(/)<[^<]*)*<\/style>/gi, '')
.replace(//g, '')
.replace(/<[^>]+>/g, ' ')
.replace(/\s+/g, ' ')
.trim();
const words = cleanHtml.split(' ').slice(0, 2000);
return words.join(' ');
02
Agent Builder
Construct AI agents with an intuitive dashboard. Patch in functions, define interactions, and deploy efficiently. Supports async remote requests, embedded databases, and self-learning loops.
Agent Customization
Agent Behavior
Deployment & API
user
Create an agent which monitor the most profitable Solana degen traders and publish their trades automatically on my X account.
Agented
Got it! Let’s add scheduling logic and calendar integration.
Reset
Create agent
03
Functions Marketplace
Enhance AI agents with modular functions. Integrate pre-built functionalities like data retrieval and API requests. Off-chain processing ensures seamless execution, with on-chain smart contract updates for fair monetization.












Build, Customize, and Scale AI Agents Effortlessly
A modular framework for AI agents and AI functions marketplace.


Smart Contract
Telegram
© 2024 Agented