Docs.rs
  • agent-client-protocol-0.0.17
    • agent-client-protocol 0.0.17
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • benbrandt
    • agu-z
    • github:agentclientprotocol:rust-maintainers
    • Dependencies
      • anyhow ^1.0.98 normal
      • futures ^0.3.31 normal
      • log ^0.4.27 normal
      • parking_lot ^0.12.4 normal
      • schemars ^1.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • env_logger ^0.10 dev
      • futures-util ^0.3 dev
      • tokio ^1.0 dev
    • Versions
    • 12.41% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

agent_client_protocol0.0.17

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits

List of all items

Structs

  • AgentCapabilities
  • AgentMethodNames
  • AgentSide
  • AgentSideConnection
  • Annotations
  • AudioContent
  • AuthMethod
  • AuthMethodId
  • AuthenticateRequest
  • BlobResourceContents
  • CancelledNotification
  • ClientCapabilities
  • ClientMethodNames
  • ClientSide
  • ClientSideConnection
  • Diff
  • EmbeddedResource
  • EnvVariable
  • Error
  • ErrorCode
  • FileSystemCapability
  • ImageContent
  • InitializeRequest
  • InitializeResponse
  • LoadSessionRequest
  • LoadSessionResponse
  • McpServer
  • NewSessionRequest
  • NewSessionResponse
  • PermissionOption
  • PermissionOptionId
  • Plan
  • PlanEntry
  • PromptRequest
  • ProtocolVersion
  • ReadTextFileRequest
  • ReadTextFileResponse
  • RequestPermissionRequest
  • RequestPermissionResponse
  • ResourceLink
  • SessionId
  • SessionNotification
  • TextContent
  • TextResourceContents
  • ToolCall
  • ToolCallId
  • ToolCallLocation
  • ToolCallUpdate
  • ToolCallUpdateFields
  • WriteTextFileRequest

Enums

  • AgentNotification
  • AgentRequest
  • AgentResponse
  • ClientNotification
  • ClientRequest
  • ClientResponse
  • ContentBlock
  • EmbeddedResourceResource
  • PermissionOptionKind
  • PlanEntryPriority
  • PlanEntryStatus
  • RequestPermissionOutcome
  • Role
  • SessionUpdate
  • ToolCallContent
  • ToolCallStatus
  • ToolKind

Traits

  • Agent
  • Client

Macros

  • dispatch_notification
  • dispatch_request

Constants

  • AGENT_METHOD_NAMES
  • AUTHENTICATE_METHOD_NAME
  • CLIENT_METHOD_NAMES
  • FS_READ_TEXT_FILE_METHOD_NAME
  • FS_WRITE_TEXT_FILE_METHOD_NAME
  • INITIALIZE_METHOD_NAME
  • SESSION_CANCELLED_METHOD_NAME
  • SESSION_LOAD_METHOD_NAME
  • SESSION_NEW_METHOD_NAME
  • SESSION_PROMPT_METHOD_NAME
  • SESSION_REQUEST_PERMISSION_METHOD_NAME
  • SESSION_UPDATE_NOTIFICATION
  • V0
  • V1
  • VERSION