Arjux Documentation

Build powerful AI agents with memory and extensible actions using the Arjux framework.

🧠 Memory System

Two-tier memory system for maintaining context and long-term knowledge.

⚡️ Actions

Extensible action framework for custom functionality and integrations.

☁️ Serverless

Built on Cloudflare Workers for scalability and performance.

Quick Start

# Create new project
npm create cloudflare@latest my-farcaster-agent

# Setup and deploy
cd my-farcaster-agent
git clone https://github.com/0xkoda/fagent.git
cp -r fagent/src/* src/
npx wrangler deploy

Check out our template repository for the full setup guide, or visit setup

Core Components

Memory System

The memory system enables agents to maintain context and remember past interactions. Learn how to:

Learn More →

Action Framework

Extend your agent's capabilities with custom actions. Discover how to:

Learn More →

Deployment

Deploy your agent to production with our step-by-step guide:

Learn More →