This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Second Release - v0.0.2 Pre-release
At a high level, the recent contributions are a large refactor to help downstream readability and further work on the automatic document generation pipeline.
This involved adding more abstractions around LLM consumption and agent initialization. This also involved reducing the coupling across modules.
I recommend to everyone following along to take a new look at the docs.
Up next, we will be working on generalizing the work we have done thus far on the indexing and graphing so that it can readily work on all major open source repositories.
What's Changed
- Create CONTRIBUTING.md by @emrgnt-cmplxty in #94
- Improve agent workflow to reflect new demo logic. by @emrgnt-cmplxty in #95
- Feature/notebook refresh by @emrgnt-cmplxty in #97
- Feature/refactor json vector db rebased by @emrgnt-cmplxty in #99
- Refresh the docs by @emrgnt-cmplxty in #100
- Feature/cleanup readme setup by @emrgnt-cmplxty in #101
- Update README.md by @emrgnt-cmplxty in #102
- Update README.md by @emrgnt-cmplxty in #103
- Feature/refactor for added clarity by @emrgnt-cmplxty in #104
- refactor docs by @emrgnt-cmplxty in #106
- Update README.md by @emrgnt-cmplxty in #107
- last cleanups by @emrgnt-cmplxty in #108
- refactor to make folders less dense by @emrgnt-cmplxty in #109
- refactor to simplify symbol similarity by @emrgnt-cmplxty in #113
- Feature/remove extra config init by @emrgnt-cmplxty in #117
- Update docs by @emrgnt-cmplxty in #118
- Add setup.sh to .gitignore (#114) by @Exarchias in #116
- Improve doc pipeline to add persistence by @emrgnt-cmplxty in #119
- Feature/add faq and more by @emrgnt-cmplxty in #120
- Feature/fix read the docs by @emrgnt-cmplxty in #121
- Update pytest requirement from ^6.0 to ^7.4 by @dependabot in #63
- Bump numpy from 1.23.5 to 1.25.0 by @dependabot in #64
New Contributors
- @Exarchias made their first contribution in #116
- @dependabot made their first contribution in #63
Full Changelog: v0.0.1...v0.0.2