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
285 stars 31 forks source link

Ll/853/efficient git #931

Closed LukeLalor closed 1 day ago

LukeLalor commented 2 days ago

Adds an efficient git loader

Also adds a root metadata file that loaders can optionally use to store non-file specific metadata. In this case git commit hash.

Time perf from loading goes from 10 seconds to 1 second on our github repo on first load, and subsequent loads become free unless there has been a new commit.

Writing the files into memory however take longer, but there is nothing we can do about that here.

LukeLalor commented 2 days ago

evidently there is a test failing with mongo memory? Todo investigate