Skip to main content

AutoGPT plugin for Agent Observability - automatic logging, cost tracking, and compliance

Project description

Agent Observability for AutoGPT

PyPI version Python 3.10+ License: MIT

AutoGPT plugin for structured logging, cost tracking, and compliance audit trails.

Installation

pip install agent-observability-autogpt

Setup

1. Get Your Free API Key

curl -X POST https://api-production-0c55.up.railway.app/v1/register \
  -H "Content-Type: application/json" \
  -d '{"agent_id":"my-autogpt"}'

2. Set Environment Variable

export AGENT_OBS_API_KEY=ao_live_your_key_here

3. Enable in AutoGPT

Add to your AutoGPT plugins configuration:

agent-observability-autogpt

What Gets Logged Automatically

Event When Data
task_started New instruction received instruction preview
command_executed After each command command name, arguments
agent_response Agent generates response response length, preview
planning Planning phase starts prompt length, message count

Manual Logging

Your AutoGPT agent can also log custom events:

from agent_observability_autogpt import AgentObservabilityPlugin

plugin = AgentObservabilityPlugin()

# Log an API call with cost
plugin.log_event(
    event_type="api_call",
    metadata={
        "provider": "openai",
        "model": "gpt-4",
        "cost_usd": 0.03,
        "latency_ms": 1200
    }
)

# Log a decision
plugin.log_event(
    event_type="decision",
    metadata={
        "decision": "use_web_search",
        "reason": "need current information"
    }
)

# Get task summary
summary = plugin.get_task_summary()
print(f"Task cost so far: ${summary['total_cost_usd']}")
print(f"Commands executed: {summary['commands_executed']}")

Features

  • Automatic Logging: All commands and responses logged automatically
  • Cost Tracking: Track spending per task
  • Task Metrics: Elapsed time, command count, cumulative costs
  • Compliance Ready: SOC 2, GDPR audit trail requirements
  • Zero Configuration: Just set the API key

Pricing

Tier Logs/Month Price
Free 100,000 $0
Starter 1,000,000 $29/month
Professional 10,000,000 $199/month

Related Packages

License

MIT License — see LICENSE for details.

Links

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

agent_observability_autogpt-1.2.1.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

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

agent_observability_autogpt-1.2.1-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file agent_observability_autogpt-1.2.1.tar.gz.

File metadata

File hashes

Hashes for agent_observability_autogpt-1.2.1.tar.gz
Algorithm Hash digest
SHA256 4bdb7284951c92545f1a508e4122539dbde4cd82c165d1bf52322e6dadd0f0bd
MD5 00643b86f7d2bbcf45ddb4b498a48e8d
BLAKE2b-256 4568f8a6ea626723af1980bddf442ce21550ad2de7eeb1381e3a1563cc3b0aec

See more details on using hashes here.

File details

Details for the file agent_observability_autogpt-1.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for agent_observability_autogpt-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cb842456b108fdb33dc34d42ad4f99ce08a83b2c5c6cb7e8f313420c3a3dc77b
MD5 d7a778841854f18590f6c1dc6dcad667
BLAKE2b-256 9ad6de4d7b59805c3ad58510416f04dcfdb0c99385cef85f439f0f68eaacb3f8

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