Skip to main content

Self-healing telemetry proxy SDK for AI Agents

Project description

AgentPulse SDK Core ⚡

The official Python client package for connecting applications to AgentPulse—the self-healing telemetry proxy engine built specifically for autonomous AI Agent workflows.

Installation

pip install autonomous-agentpulse

Quick Start Implementation

Wrap your core asynchronous API endpoint listener routines with our performance monitoring wrapper decorator:

import asyncio
from autonomous_agentpulse.monitor import monitor_agent_webhook

# The decorator automatically catches schema changes and triggers AI self-healing
@monitor_agent_webhook(provider="stripe", agentpulse_key="your_active_token_here")
async def handle_incoming_transaction(payload: dict):
    print(f"Executing agent workflows safely with clean data structures: {payload}")

Resilience Architecture

If your upstream integration endpoint falls offline or returns an unexpected schema payload variant format, our SDK drops back to a native exception recovery mode. Your core execution loop will never fail.

Features

  • Lightweight Sync: Only requires httpx for async HTTP communication.
  • Fail-Safe Design: Proxy isolation layers ensure telemetry bottlenecks never crash your core application.
  • Async-Native: Built natively for FastAPI and asyncio production loops.

License

MIT License - see LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autonomous_agentpulse-1.0.6.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autonomous_agentpulse-1.0.6-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file autonomous_agentpulse-1.0.6.tar.gz.

File metadata

  • Download URL: autonomous_agentpulse-1.0.6.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for autonomous_agentpulse-1.0.6.tar.gz
Algorithm Hash digest
SHA256 c1433488df1693e95e21f7a9535a8ff3967c0649dac796ccd796ccc614d73784
MD5 3be1e05a4e14728e0ab0995cfb317179
BLAKE2b-256 7c090844f1191df58deb1733c5344ec8d667645a587c8f830dc2bd4eee370d50

See more details on using hashes here.

File details

Details for the file autonomous_agentpulse-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for autonomous_agentpulse-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 3921dd9743e7802639c180a35661cd28872323b6666acbae1e358e8fe0b1f6dd
MD5 ef5d6ebfc4975153af7d6bbb2ccf1703
BLAKE2b-256 d4040ed77f530b6bb2247d1616b13e9aa1c945c18e7e3d3067aa4ae64dd28136

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page