Skip to content

feat(rivetkit): expose actorOptions in agentOs config#5158

Open
turisanapo wants to merge 1 commit into
rivet-dev:mainfrom
turisanapo:feat/agent-os-actor-options
Open

feat(rivetkit): expose actorOptions in agentOs config#5158
turisanapo wants to merge 1 commit into
rivet-dev:mainfrom
turisanapo:feat/agent-os-actor-options

Conversation

@turisanapo
Copy link
Copy Markdown

Summary

  • Add actorOptions field to agentOsActorConfigSchema so users can pass actor-level options (e.g. sleepTimeout) through agentOs() without patching internals
  • User-supplied values are spread on top of the existing defaults (sleepGracePeriod: 900_000, actionTimeout: 900_000)

Closes #5157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

agentOs(): expose actor-level options (sleepTimeout, etc.) in config

1 participant