llms.txt Content
# EDDI — Enterprise AI Orchestrator
> EDDI is a configuration-driven AI orchestration middleware built natively on the JVM (Java 25). Currently in v6. It combines config-as-code agent design, a visual React management UI (11 languages), 65 MCP tools, 12 built-in agent tools, multi-agent orchestration, and enterprise observability (Prometheus + auto-provisioned Grafana dashboards) in a single deployable platform. Supports 12 LLM providers. Apache 2.0 licensed.
## Documentation
- [Getting Started](https://docs.labs.ai/getting-started/getting-started.md): Introduction to EDDI and setup instructions
- [Developer Quickstart](https://docs.labs.ai/getting-started/developer-quickstart.md): Get an agent running in minutes with Docker Compose
## Features
- [Features Overview](https://eddi.technology/features/overview/): Complete platform capabilities summary
- [EDDI Manager UI](https://eddi.technology/features/manager/): Visual agent lifecycle management with 11-locale i18n
- [Configuration-as-Code](https://eddi.technology/features/config-as-code/): JSON-based agent configuration without recompilation
- [MCP Server](https://eddi.technology/features/mcp-server/): 65 MCP tools + OpenAPI 3.1 + A2A Protocol + OAuth 2.0/OIDC + SSE
- [Multi-Agent Orchestration](https://eddi.technology/features/multi-agent/): Coordinator-based agent collaboration, 6 group discussion styles
- [Memory & Context](https://eddi.technology/features/memory/): Persistent memory, dream consolidation, memory policy (commit flags)
- 12 Built-In Agent Tools: Web search, calculator, scraper, PDF reader, weather, HTTP calls, user memory, and more
- Config & Portability: Import/export (ZIP), agent sync, prompt snippets, behavior rules
- [Performance](https://eddi.technology/features/performance/): Java 25 virtual threads and JVM-native throughput
- [Security](https://eddi.technology/features/security/): Zero eval(), cryptographic audit trails, RBAC
- [Observability](https://eddi.technology/features/observab