Discover and explore top open-source AI tools and projects—updated daily.
agentica-orgProactive personal AI assistant for email and task management
Top 99.6% on SourcePulse
Summary
Pepper is a personal AI assistant designed to proactively manage your email and delegate tasks. It targets users needing to stay on top of critical communications and offload background work, offering autonomous email summarization and task delegation to free up user time.
How It Works
Pepper connects to Gmail to summarize emails and identify critical updates, delegating tasks to a "swarm of workers" for background processing. It uses an "Episodic Context Store" for state and external services like Composio for orchestration and LLMs (OpenAI/Anthropic) for NLP.
Quick Start & Requirements
git clone --recurse-submodules https://github.com/agentica-org/pepperconda create -n pepper python=3.12 pip -y && conda activate pepper.episodic-sdk: cd episodic-sdk && pip install -e .[semantic].cd ../pepper && pip install -r requirements.txt.episodic serve --port 8000 (must remain running).cp env_var.example.sh env_var.sh.COMPOSIO_API_KEY (from composio.dev) and LLM API key (OPENAI_API_KEY or ANTHROPIC_API_KEY).export LLM_PROVIDER="anthropic") and update model names in Python files.source env_var.sh.python -m pepper.services.email_service and authorize via the provided URL.python -m pepper.launch_pepper. UI at http://localhost:5050/pepper/ui.html.
Highlighted Details
Maintenance & Community
Developed by the Agentica Team (Berkeley Sky Computing Lab). No explicit community channels or roadmap links are provided.
Licensing & Compatibility
The README does not specify a software license, preventing assessment of commercial use or closed-source linking compatibility.
Limitations & Caveats
3 weeks ago
Inactive
ag2ai
microsoft