Does ooo seed save generated Seeds to ~/.ouroboros/seeds?
#1049
Unanswered
nabigraphics
asked this question in
Q&A
Replies: 1 comment
-
|
For reference, the docs/skill references I had in mind were:
That was the main reason I was unsure whether the manual |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I recently came across Ouroboros and have been enjoying trying it out.
While using it, I ran into one part of the Seed workflow that I am not fully sure I understand, so I wanted to ask about the intended behavior.
When I run:
I get a successful response like:
However, no YAML file seems to be written under:
From reading the code, it looks like the
ooo autopath wires persistence explicitly viaseed_saver=save_seed, while the authoring handler for manual Seed generation appears to generate and return the Seed YAML but not callsave_seed.I also noticed that some docs/skills seem to imply generated Seeds live under
~/.ouroboros/seeds/, while theSeedOrigincomments inauto/state.pyseem to suggest that anouroboros_generate_seedside-channel writer/provenance path may have been intentionally deferred.The part I am trying to clarify is:
ooo seed <interview_id>intended to persist a Seed YAML file?ooo autopersisted Seeds and manualooo seedgenerated YAML?save_seedto the authoring handler be welcome?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions