-
Notifications
You must be signed in to change notification settings - Fork 868
Closed
Labels
bugSomething isn't workingSomething isn't workingwork in progressThis PR is not ready yet but is being worked onThis PR is not ready yet but is being worked on
Description
I tried the following with gitingest version 0.1.3 on osx mac with Python 3.12.8:
from gitingest import ingest
summary, tree, content = ingest("https://github.com/cyclotruc/gitingest")
print(f"{summary=}")
print(f"{tree=}")
print(f"{content=}")
It resulted in this:
ln@Lodes-MacBook-Pro ~/p/First_agent_template (main)> uv run python test.py
summary='Repository: cyclotruc/gitingest\nFiles analyzed: 0\n\nEstimated tokens: 13'
tree='Directory structure:\n└── cyclotruc-gitingest/\n'
content=''
I think it's a bit terse ? Any ideas what I could do?
Thanks, Lode
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwork in progressThis PR is not ready yet but is being worked onThis PR is not ready yet but is being worked on