What You’ll Build
A production-ready multi-agent system with three agents:| Agent | What it does |
|---|---|
| Pal | AI-powered second brain. Captures notes, bookmarks, people, meetings, and research. |
| Knowledge Agent | Answers questions from a knowledge base (Agentic RAG). |
| MCP Agent | Connects to external services via Model Context Protocol. |
Prerequisites
Run Locally
1
Clone the repository
2
Configure environment
OPENAI_API_KEY to .env3
Start the system
4
Connect to the control plane
- Open os.agno.com
- Click Add OS → Local
- Enter
http://localhost:8000
- API: http://localhost:8000
- Docs: http://localhost:8000/docs
Try Pal
Pal is your AI-powered second brain. It captures, organizes, and retrieves your personal knowledge. Capture:Pal is a work in progress. It’s a starting point for building your own personal agent.
Deploy to Production
1
Install Railway CLI
2
Login and deploy
3
Connect to the control plane
- Open os.agno.com
- Click Add OS → Live
- Enter your Railway domain
Manage Your Deployment
What’s Next
You now have a production multi-agent system with:- Learning - Agents that remember and improve over time
- Persistence - PostgreSQL for agent state, DuckDB for user data
- Research - Web search, company lookup, and people search via Exa
- Monitoring - Full visibility via the AgentOS control plane