Treat code as docu and example #582
Replies: 3 comments
-
|
Typically when I'm using existing code as examples I just put that in an "examples" folder in my codebase and tell my AI coding assistant to reference certain parts of it as it is building my new implementation. You could put the files in a GitHub repo and crawl that as technical documentation in Archon if you want though! Note that we do only support public GitHub URLs right now since it will be rather complex to add GitHub auth into the crawling too. |
Beta Was this translation helpful? Give feedback.
-
|
I do the same, but use a authenticated gh cli as the tool to access private repos. Further we could use the git cli to clibe repos in to a input area for feting them into archon RAG? |
Beta Was this translation helpful? Give feedback.
-
|
This is a great discussion, will move it out of the issues area and into discussions for further scoping |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, have you an idea how To treat existing code as example or documentation? We have a very basic proto type implementation in JS and want to build a python based system. How we can use the JS best in archon, would it be sensible to add this I.e. with the help of Serena into the RAG database as example? There is no need to ever change the code, it's just there to show the algorithms and datastructures. But I assume it might be handled differently than docs ?
Beta Was this translation helpful? Give feedback.
All reactions