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.0.0.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.0.0-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for agent_observability_autogpt-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0ac5ab71408d13ef30f290e59dbba6945bd5ffe69ee328e64ca8edf1a4cb7060
MD5 7b07475081d6a1cac4d15103107deef4
BLAKE2b-256 07673c9b8678e7fc8e3d90c6c28e5641cb8c8ad9f6606d6ebfd908a7d35f00ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for agent_observability_autogpt-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2bea61d4a79d8d9f1dc830675ea61ad649c65fa59136059ec894deb55ee1f90c
MD5 09153780d92dfb8d9befdce828ce29b3
BLAKE2b-256 bf7304ae95f6b6045945802d8dfec35c6d3f5a748a33b0521db2fb50e9230144

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