Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: Would GitIngest be good for coder bots? #154

Open
BradKML opened this issue Jan 24, 2025 · 4 comments
Open

Q: Would GitIngest be good for coder bots? #154

BradKML opened this issue Jan 24, 2025 · 4 comments
Labels
discussion Community talk on a given topic

Comments

@BradKML
Copy link

BradKML commented Jan 24, 2025

GitIngest can be used for regular LLM, but what are the tailoring needed to make it suitable for more advanced tools like Aide or OpenHands or Agentless?

Cross-ref: All-Hands-AI/OpenHands#2185

P.S. How is GitIngest different from the other tools like

@cyclotruc cyclotruc added the discussion Community talk on a given topic label Jan 24, 2025
@cyclotruc
Copy link
Owner

@BradKML
Yes! It's actually what gitingest aims to become: a way for agents to ingest code easily

The main difference between this project and the ones you mentionned is basically the ecosystem it focuses on: Python

https://github.com/yamadashy/repomix is more focused on NPM ecosystem
https://github.com/mufeedvh/code2prompt is Rust based so will probably offer the best perfomances

Gitingest will soon have an API that will be a convenient way to get ingests from every source through simple http requests

@BradKML
Copy link
Author

BradKML commented Jan 25, 2025

@cyclotruc let's say OpenHands and other tools are written in Python, BUT the agent is designed to be programming language-ignostic, so should gitingest be used, or mufeedvh's code2prompt?

@ODAncona
Copy link

@cyclotruc Python sdk for Code2prompt is available now. Since this commit 😉

@cyclotruc
Copy link
Owner

@ODAncona Good to know, thanks!
I was wondering if I should start using code2prompt to improve the performances of gitingest's web UI, I guess time will tell

Looking forward to see how those 2 projects and the others will fit in the big puzzle of code ingestion that we're trying to solve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Community talk on a given topic
Projects
None yet
Development

No branches or pull requests

3 participants