systemprompt-agent 0.2.0

Core Agent protocol module for systemprompt.io
Documentation
1
2
3
4
5
mod service;

pub use service::{
    RetryPolicy, WebhookConfig, WebhookDeliveryResult, WebhookService, WebhookTestResult,
};