eidolon-ai / eidolon

The first AI Agent Server, Eidolon is a pluggable Agent SDK and enterprise ready, deployment server for Agentic applications
https://www.eidolonai.com/
Apache License 2.0
292 stars 32 forks source link

Agent Machine should launch mongo and chromadb in docker (including when serving locally) #861

Closed LukeLalor closed 1 month ago

LukeLalor commented 1 month ago

I as a developer do not want to worry about state between when I run locally via serve vs docker-serve.

resetting system state locally should be an explicit action make reset-server-state

see github assistant for an example of how to launch mongo externally and handle mounted directory in a docker-daemon agnostic manner.