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:
- 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