Discover and explore top open-source AI tools and projects—updated daily.
MagicCubeLocal AI agent for seamless 24/7 personal assistance
New!
Top 90.6% on SourcePulse
Summary
Agentara is a 24/7 personal assistant designed for local execution, powered by Claude Code and OpenAI Codex. It addresses the need for a private, integrated AI assistant by offering multi-channel messaging, long-term memory, skills, task scheduling, and session management, benefiting users who require continuous AI support and automation without relying on cloud services.
How It Works
Agentara orchestrates interactions with large language models (Claude Code, OpenAI Codex) through managed sessions, featuring full streaming support for responsive communication. It employs a queue-based task dispatcher (Bunqueue) for serial session execution and cross-session concurrency, enabling robust task scheduling and cron job functionality. The system supports multi-channel messaging (e.g., Feishu/Lark) with message streaming and updating capabilities and includes file/image handling. Data persistence is managed via JSONL files for session history and SQLite for databases, all built on a Bun runtime with a Hono API backend and a React frontend.
Quick Start & Requirements
make install followed by make dev to start both backend and frontend in development mode.~/.agentara). The backend runs on http://localhost:1984 and the frontend dev server on http://localhost:8000.https://github.com/magiccube/agentara.gitHighlighted Details
Maintenance & Community
The README does not provide specific details on notable contributors, sponsorships, or community channels like Discord/Slack. Contributions are welcomed via standard open-source practices (fork, branch, PR).
Licensing & Compatibility
Limitations & Caveats
The README does not explicitly list limitations, alpha status, or known bugs. The setup requires local installation and configuration of both Claude Code and OpenAI Codex, which may represent a significant setup hurdle.
1 day ago
Inactive
agentscope-ai