NodeJS Class for transforming a given codebase directory into an LLM prompt
Stars
2
Forks
3
Watchers
2
Open Issues
0
Overall repository health assessment
^1.2.68^1.1.0^16.4.7^11.2.0^10.3.12^4.7.8^5.0.4https://github.com/puntorigen/llm-api^3.3.2^2.4.2^1.2.1^0.4.1^1.0.17^3.24.1^0.16.066
commits
- fixed exclusion of dot files even if not adding them to ignorePatterns
7b0bbb0View on GitHub- overwrite the python print method to print it even in silenced blocks
b572a8dView on GitHub- exported 'silence' python context method capturing and silencing a given python block code
c6bf32bView on GitHub- added python support for helper method 'require' so it enables python code blocks to embed an external python script into context, as well as install package pypi libraries from the scripts
9e403caView on GitHub- changed default active directory to home user's subfolder 'code2prompt' for running python code blocks (to re-use caching code blocks)
fbdb771View on GitHub- added support for running python code blocks with context and passing returned context to other code blocks
2397776View on GitHub