AgentPulse
Lightweight, framework-agnostic observability for AI agents. Track costs, tokens, traces, and latency across OpenAI, Anthropic, and any custom tooling.
Install
pip install agentpulse
Quick Start
from agentpulse import AgentPulse, trace, tool
ap = AgentPulse(endpoint="http://localhost:3000", api_key="ap_dev_default")
@tool
def search(query: str) -> str:
return f"Results for {query}"
@trace(name="research-agent")
def run_agent(topic: str) -> str:
return search(topic)
run_agent("quantum computing")
ap.shutdown()
Documentation
See the full documentation.
Release files for agentpulse-ai 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentpulse_ai-0.1.0.tar.gz | 7.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentpulse_ai-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.6 kB
Release files / agentpulse_ai-0.1.0.tar.gz
| Download URL | agentpulse_ai-0.1.0.tar.gz |
|---|---|
| Size | 7.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f1671c0b5e38925eae3b041ca181e91e3d598b94d1c08cd260026ee4f9f2af90
|
|
BLAKE2b-256 checksum How to use checksums |
9f1ec50e91721693094b1ff1aa18509878082ea1046e366201c1e79e5c76a7da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|
Release files / agentpulse_ai-0.1.0-py3-none-any.whl
| Download URL | agentpulse_ai-0.1.0-py3-none-any.whl |
|---|---|
| Size | 11.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
33a33c19eedfa3a4bc056b247dadb2781b6c02e396bd607aade662f34eaef6b9
|
|
BLAKE2b-256 checksum How to use checksums |
b70d266b238c398d5f555c86b36095c895ee7620de4db486c47e0231f67ac4d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.2
|