Documentation
¶
Overview ¶
Package oneshot is the non-interactive entry point: read one prompt, run one agent turn, print the final answer to stdout, exit. The TUI is great for working sessions; oneshot is what scripts and CI pipelines call.
Output convention:
- stdout: the model's *content* tokens (the answer)
- stderr: reasoning tokens, tool-call status, errors
That way `yottacode run "summarize x" > out.md` produces a clean file with reasoning visible only on the terminal.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.