docs: document optional host and workspace for scheduled tasks#364
Open
omnigent-ci[bot] wants to merge 1 commit into
Open
docs: document optional host and workspace for scheduled tasks#364omnigent-ci[bot] wants to merge 1 commit into
omnigent-ci[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation update for omnigent-ai/omnigent#2946 — feat(scheduled tasks): make workspace/host optional on create
Changes documented
app/docs/use/scheduled-tasks/page.mdx— new page documenting scheduled tasks, grounded in the PR:host_idandworkspaceare now optional (required set isname,prompt,rrule,agent_id); no-host/no-workspace runs on the owner's live host at fire time in its home dir (failed run if none online); pinned-host-without-workspace defaults to host HOME; a workspace without a host is rejected; pinned hosts are authorized (existence + ownership) at create time.components/DocsSidebarFull.js— added a "Scheduled Tasks" entry under the "Use Cases" section's Coding Agents subsection, pointing at/docs/use/scheduled-tasks.Manual review needed
agent_idvalue format — the diff doesn't specify the exact id format; I used a genericag_...placeholder in the example. Confirm the canonical prefix.Source PR: omnigent-ai/omnigent#2946 · merged by @rahulrav1
Drafted automatically by the doc-sync workflow. Review for accuracy before merging.