AGENTIA
A mobile-first AI agent orchestration platform.
- Flutter
- Spring Boot
- FastAPI
- Next.js
- PostgreSQL
- Redis
- Kubernetes
- LangChain
Agentia is an orchestration platform for designing, chaining and publishing AI agents from a mobile device. I built it individually during my studies.
Highlights
- Agent Builder — a 4-step wizard to design agents without writing code.
- Agent City — a gamified interface that manages agents with a city metaphor.
- Pipeline — chain multiple agents across sequential tasks.
- Agent Hub — a marketplace for sharing agents.
- 8 AI tools — web search, summarization, code execution and more.
- Webhook triggers — automations that react to external events.
Architecture
| Layer | Technology |
|---|---|
| Mobile | Flutter |
| Core backend | Spring Boot 3.x |
| AI worker | Python / FastAPI |
| Dashboard | Next.js |
| Data | PostgreSQL + Redis |
| Deployment | Kubernetes |
| Observability | Prometheus + Grafana |
My most comprehensive work, focused on scalable system design, asynchronous job queues and observability.