Open stephenlf opened 2 months ago
Yes, my goal is to:
1) Add the documentation in the Rust file as normal Rust doc.
2) Write an internal command agent that will read those Rust files and recreate a .devai/doc/rhai-doc.md
.
3) Later, after I implement the devai adhoc ...
functionality, which simulates a chat with file output, I will create a command agent like .devai/defaults/devai-ask-doc.md
that will load the rhai-doc
and can answer DevAI questions.
But yes, you are right, this is missing, and I am using it as a forcing factor to complete steps 1 and 2. (Step 3 will be a bonus.)
@stephenlf wrong repo ...
Sorry, now, I am getting confused. It was the right repo. Sorry.
This crate registers 11 functions with the
rhai
runtime. These functions create a sort of "devai Agent" DSL. I propose these functions be documented, first in their "src/" definitions, then in a standalone usage guide.