The section defines how agents are instantiated, configured, and executed. It provides the runtime scaffolding that connects strategies, data inputs, and interaction interfaces.
Memejob AI Agents are built on ElizaOS, which provides the core agentic runtime for autonomous behavior, state management and action execution.
ElizaOS enables agents to operate as stateful, goal-oriented systems, handling reasoning loops, memory and task sequencing. Memejob defines agent intent and permissions, while ElizaOS governs how agents think and act.
The Agent Framework does not define trading logic or market decisions. Those remain entirely within strategies, which are selected and configured separately.
ElizaOS SDK & Functions
Memejob integrates the ElizaOS SDK as the execution interface between agents and the platform.
Through the SDK, agents access a curated set of explicit functions, that define their capabilities, including:
Data and signal retrieval
Strategy execution and automation
State-aware logic and counters
System and agent coordination
The SDK acts as a capability boundary: agents can only invoke functions that are intentionally exposed, ensuring predictable, auditable and composable behavior.
Agent Flow:Memejob Platform β memejob AI Agent β ElizaOS SDK β On-chain / Off-chain Actions & Data