Skip to content

bug: output seems a bit terse #179

@cast42

Description

@cast42

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

Labels

bugSomething isn't workingwork in progressThis PR is not ready yet but is being worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions