systemprompt-agent 0.1.22

Core Agent protocol module for systemprompt.io
Documentation
mod events;
mod push_notification;
mod requests;

pub use events::{TaskArtifactUpdateEvent, TaskStatusUpdateEvent};
pub use push_notification::{
    DeleteTaskPushNotificationConfigParams, DeleteTaskPushNotificationConfigRequest,
    DeleteTaskPushNotificationConfigResponse, GetTaskPushNotificationConfigParams,
    GetTaskPushNotificationConfigRequest, GetTaskPushNotificationConfigResponse,
    ListTaskPushNotificationConfigRequest, ListTaskPushNotificationConfigResponse,
    PushNotificationConfig, PushNotificationNotSupportedError,
    SetTaskPushNotificationConfigRequest, SetTaskPushNotificationConfigResponse,
    TaskPushNotificationConfig, TaskResubscriptionRequest, TaskResubscriptionResponse,
};
pub use requests::{
    A2aJsonRpcRequest, A2aParseError, A2aRequest, A2aRequestParams, A2aResponse,
    CancelTaskResponse, GetAuthenticatedExtendedCardResponse, GetTaskResponse,
    MessageSendConfiguration, MessageSendParams, SendMessageResponse, SendStreamingMessageResponse,
    TaskIdParams, TaskNotCancelableError, TaskNotFoundError, TaskQueryParams,
    UnsupportedOperationError,
};