agentos-project/agentos

Replace Git dependy with Dulwich dependency

Closed this issue · 1 comments

andyk commented

From our discussion in #195 this morning regarding a pure Python implementation of the Git functionality we need for our Component/Repo abstractions:

dulwich is a Python implementation of git that's pip installable and importable. Tested it out on the REPL and seems like we could use this instead of relying on git to be installed locally. I think I'll hold off on this for now, though, and work on the end-to-end stuff.

Fixed in #195