JackBekket / Reflexia

Autodoc project, aimed to autonomously generating documentation for any code repository and store info about it in vectorstore to further interactions
2 stars 2 forks source link

Designe sequential chain for documentation #3

Closed JackBekket closed 2 months ago

JackBekket commented 3 months ago

It mught be few ai calls like this:

  1. comment functions of this file
  2. comment this file
  3. summarize file
  4. summarize package
  5. make documentation for project, based on package summary

Scheme might be different, we need to find some solution