mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 13:26:08 +00:00
feat(agent-runner): add host admin permissions
This commit is contained in:
@@ -107,6 +107,19 @@ plugin:
|
||||
binary_storage:
|
||||
# Max bytes for a single plugin binary storage value
|
||||
max_value_bytes: 10485760
|
||||
agent_runner:
|
||||
# Host-level admin permissions for trusted control plugins. These plugins
|
||||
# can use existing plugin action handlers to inspect or manage AgentRunner
|
||||
# infrastructure across runner/plugin boundaries. Keep empty unless you
|
||||
# fully trust the plugin identity.
|
||||
#
|
||||
# Example:
|
||||
# admin_plugins:
|
||||
# - identity: langbot/agent-runner-control
|
||||
# permissions:
|
||||
# - agent_run:admin
|
||||
# - runtime:admin
|
||||
admin_plugins: []
|
||||
monitoring:
|
||||
auto_cleanup:
|
||||
# Enable automatic cleanup of expired monitoring records
|
||||
|
||||
Reference in New Issue
Block a user