Agentor is an open-source framework that makes it easy to build multi-agent pipelines with secure integrations across email, calendars, CRMs, and more.
It lets you connect LLMs to tools — like Gmail, Google Calendar, and your CRM — securely, in just minutes.
🔧 DIY with OSS | 🖥️ Try the CelestoAI web interface
-
Start chatting with your data:
-
Ask questions like:
- "Show me emails from GitHub about security alerts"
- "What meetings do I have this week?"
- "Find invoices from Stripe in my Gmail"
Use Agentor using the API in your applications:
✅ Pre-built agents with ready-to-use tools
🔐 Secure integrations with email, calendar, CRMs, and more
☁️ Easy agent deployment
🦾 AgentMCP - Tool routing
🧩 OpenAI App SDK for rapid development
Adding multiple tools directly to a single Agent can bloat the LLM’s context and degrade performance. Agentor solves this with AgentMCP — a unified interface that aggregates all your tools under one connection to the LLM.
From the model’s perspective, there’s just one tool; AgentMCP automatically routes each request to the appropriate underlying tool based on context.
You can direcrly use the underlying tools and services without using LLMs such as search through emails and calendar events.
🛡️ Your data stays yours:
- Local credentials - Stored securely on your machine
- No data collection - We don't see your emails or calendar
- Open source - Audit the code yourself
- Standard OAuth - Uses Google's official authentication
🔒 Credential management:
- Automatic token refresh
- Secure local storage
- Per-user isolation
- Configurable file paths
If you are building an application which is used by multiple public users, it's recommended to authenticate them using OAuth to access their data. For example, you can build a public application which allows users to search through their emails and calendar events.
| Gmail Integration | ✅ | Search, read, analyze emails |
| Google Calendar | ✅ | View events, check availability |
| Chat Interface | ✅ | Conversational AI with memory |
| Desktop OAuth | ✅ | One-command authentication |
| Backend API | ✅ | Programmatic access |
| Calendar Management | ✅ | Create, update events |
| Email Actions | 🔜 | Draft, reply, send emails |
| Slack Integration | 🔜 | Team communication |
| HubSpot Integration | 🔜 | HubSpot CRM integration |
| Document AI | 🔜 | Google Docs, Sheets analysis |
| Multi-user Support | 🔜 | Team deployments |
| Community plugins | 🔮 | Custom integrations |
We'd love your help making Agentor even better! Please read our Contributing Guidelines and Code of Conduct.
Built with love using:
- OpenAI Agents - The backbone of our AI system
- Typer - Beautiful CLI interfaces
- Rich - Rich text and formatting
- Google APIs - Gmail and Calendar integration
Special thanks to:
- The open-source community for inspiration and contributions
- Early beta testers for valuable feedback
Apache 2.0 License - see LICENSE for details.
.png)


