Skip to main content

Crate agent_runtime_core

Crate agent_runtime_core 

Source
Expand description

Provider-neutral runtime contracts shared by provider adapters and agentctl.

The current adapter contract is versioned as provider-adapter.v1 and covers: capabilities, healthcheck, execute, limits, and auth-state.

Re-exports§

pub use provider::ProviderAdapter;
pub use provider::ProviderAdapterV1;
pub use schema::CONTRACT_VERSION_V1;

Modules§

provider
Versioned provider adapter traits.
schema
Versioned provider contract schema.