agent-runtime-http-api 0.1.1

Internal HTTP API contract for Agent Runtime
Documentation
  • Coverage
  • 3.43%
    12 out of 350 items documented0 out of 22 items with examples
  • Size
  • Source code size: 56.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.86 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jincdream

Agent Runtime HTTP API

agent-runtime-http-api owns provider-neutral HTTP request, response, event, and OpenAPI value types for the Runtime transport boundary. It contains no Axum server implementation or execution logic.

This is a published internal contract used by Runtime components. External clients should integrate against the generated HTTP/OpenAPI contract rather than treating this crate as a stable SDK.

See the API documentation.