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:
- Store and retrieve conversations
- Manage long-term memories
- Integrate context in responses
Action Framework
Extend your agent's capabilities with custom actions. Discover how to:
- Create new actions
- Handle user commands
- Integrate with external services
Deployment
Deploy your agent to production with our step-by-step guide:
- Configure environment variables
- Set up Cloudflare Workers
- Connect to Farcaster