엔터프라이즈 AI의 공백
엔터프라이즈 Java에는 비주얼 AI 오케스트레이션 미들웨어가 없습니다.
EDDI가 이 공백을 채웁니다
EDDI는 배포 가능한 미들웨어 플랫폼이며 라이브러리가 아닙니다:
- 비주얼 관리 UI — 에이전트 구축과 모니터링을 위한 EDDI 매니저
- Configuration-as-Code — 에이전트 로직은 JSON, 컴파일된 Java가 아님
- 42개 MCP 도구 — Model Context Protocol을 통한 완전한 AI 네이티브 제어
- 엔터프라이즈 보안 — OIDC, Vault, 감사 추적, eval() 없음
- 프로덕션 인프라 — REST API, 대화 상태 관리, Prometheus 메트릭
- 수평 확장 — 분산 아키텍처를 위한 NATS JetStream
누가 EDDI를 사용해야 하나요?
- 엔터프라이즈 Java 팀 — JVM을 벗어나지 않고 AI 오케스트레이션이 필요
- 프롬프트 엔지니어 — Java 재컴파일 없이 반복하고 싶은
- 규제 산업 — 감사 추적과 EU AI법 준수가 필요한
- 플랫폼 팀 — 여러 부서를 위한 내부 AI 서비스를 구축하는
EDDI vs. 일반적인 에이전트 프레임워크
| 차원 | Python/Node 프레임워크 | EDDI |
|---|---|---|
| Concurrency | GIL or single-threaded event loop | Java 25 Virtual Threads — true OS-level parallelism |
| Agent Logic | Embedded in application code | Versioned JSON configs — update behavior without redeployment |
| Security Model | Relies on sandboxed code execution | No dynamic code execution; envelope-encrypted vault, SSRF protection |
| Compliance | Requires custom implementation | GDPR, HIPAA, EU AI Act infrastructure built-in |
| Audit Trail | Application-level logging | HMAC-SHA256 immutable ledger with cryptographic agent signing |
| Deployment | pip/npm + manual infrastructure | One-command Docker install, Kubernetes/OpenShift-ready |
12개 LLM 제공업체 지원
주요 LLM 제공업체에 연결 — 또는 OpenAI 호환 엔드포인트를 통해 자체 제공업체 사용.
| 카테고리 | 프로바이더 |
|---|---|
| 클라우드 API | OpenAI · Anthropic Claude · Google Gemini · Mistral AI |
| 엔터프라이즈 클라우드 | Azure OpenAI · Amazon Bedrock · Oracle GenAI · Google Vertex AI |
| 셀프 호스팅 | Ollama · Jlama · Hugging Face |
| 호환 | OpenAI 호환 엔드포인트 (DeepSeek, Cohere 등) baseUrl 사용 |
모든 CIO가 물어야 할 8가지 질문
AI 에이전트 오케스트레이션 플랫폼을 평가할 때, 이러한 질문들이 that separate production-grade infrastructure from fragile prototypes:
Architecture
Does the platform execute user-supplied code at runtime?
EDDI: No. EDDI uses declarative JSON configuration only.
Performance
How does the platform handle thousands of concurrent agent conversations?
EDDI: Java 25 virtual threads provide true OS-level parallelism.
Integration
Can agents consume external tools through open standards?
EDDI: 42 MCP tools, A2A protocol, OpenAPI 3.1, OAuth 2.0/OIDC.
Data Privacy
How are data subject rights implemented?
EDDI: Unified REST API cascades across all 5 data stores. 15+ frameworks.
Security
What is the platform's architectural security posture?
EDDI: No dynamic code execution. OIDC/Keycloak, AES-256-GCM vault, HMAC-SHA256 audit trails.
Compliance
Does the platform provide immutable audit trails?
EDDI: HMAC-SHA256 tamper-evident ledger with full pipeline tracing.
Operations
Can non-developers use the platform?
EDDI: EDDI Manager: production-ready React UI with visual agent building.
Portability
Can it run on-premises and air-gapped?
EDDI: Docker-native. 12 LLM providers. Full air-gap via Ollama.
총 소유 비용: 구축 vs. 배포
AI 라이브러리 사용의 숨겨진 비용은 라이브러리 자체가 아니라 — it's the invisible infrastructure teams must build around it:
라이브러리로 구축
- Custom REST API layer (2–4 weeks)
- Authentication & RBAC system (2–3 weeks)
- Conversation state persistence (1–2 weeks)
- Audit trail & compliance logging (2–4 weeks)
- Management UI for non-developers (4–8 weeks)
- Secret management integration (1–2 weeks)
- Horizontal scaling & coordination (2–4 weeks)
- Ongoing maintenance & security patching
EDDI 배포
- One-command install (5 minutes)
- All of the above included out of the box
- Team focuses on business logic, not infrastructure
- Maintained by an 18-year-old open-source project
비즈니스 케이스
EDDI의 가치는 팀이 구축하지 않아도 되는 것으로 측정됩니다.
규제가 심한 산업의 경우 비용 방정식은 더욱 명확해집니다: 대안은 15개 이상의 규제 프레임워크를 포괄하는 맞춤형 컴플라이언스 구현입니다.