agent-runtime-extension-api 0.1.1

Internal extension contract backing the Agent Runtime SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Agent Runtime Extension API

`agent-runtime-extension-api` defines the implementation-independent contracts
for Agent definitions, tools, context hooks, guards, observers, and extension
facades.

It is published to support the stable `agent-runtime-sdk` facade. Agent authors
should depend on that SDK so internal contract packaging can evolve without
leaking into application manifests.

See the [API documentation](https://docs.rs/agent-runtime-extension-api).