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-first-agent --template 0xkoda/agent-template

cd my-first-agent

Check out the template repository for the full setup guide

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 →