eidolon
Basic Information
Eidolon is an open source Agent Service SDK designed to help developers build and deploy agent-based services. The project treats agents as standalone services with a built-in HTTP server so deployment is straightforward. It emphasizes modularity and pluggable components so teams can pick or replace LLMs, retrieval-augmented generation (RAG) implementations and tools. Eidolon also facilitates agent-to-agent communication by exposing OpenAPI JSON schemas, enabling dynamically generated tool interfaces between services. The README and repo signals indicate a Python SDK with published packages and CI tests, targeted at developers and teams building production or enterprise-ready agentic applications. The repository provides documentation, a quickstart guide and community contribution pathways to onboard new users and maintainers.