Skip to main content

Module core

Module core 

Source
Expand description

core command group: the platform’s primary domain commands.

Dispatches the CoreCommands subgroups — artifacts, content, files, contexts, skills, plugins, and hooks. The reduced execute_with_db path serves the content and files subgroups that can run with only a DatabaseContext; the rest require a full profile context.

Modules§

artifacts
core artifacts command group: inspect A2A task artifacts.
content
core content command group: manage and inspect published content.
contexts
core contexts command group: manage conversation contexts.
files
core files command group: manage stored file uploads.
hooks
core hooks command group: list and validate plugin hook definitions.
plugins
plugins CLI command group: list, show, validate, and generate plugins.
skills
skills CLI command group: list and show configured skills.

Enums§

CoreCommands

Functions§

execute
execute_with_db