Home/AI Agents/agentwatch
agentwatch logo

agentwatch

Enrichment pending
cyberark/agentwatch

A powerful AI observability framework that provides comprehensive insights into agent interactions across platforms, enabling developers to monitor, analyze, and optimize AI-driven applications with m

GraphCanon updated today · GitHub synced today

121 stars11 forksLast push 1y Python Apache-2.0

Verify the decision

Maintenance and security

Full trust report
Maintenance
Dormant (427d since push)
As of today
Provenance
Not a fork · Organization account
As of today
Security (OSV)
No lockfile
As of today

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install agentwatch
PyPI

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A powerful AI observability framework that provides comprehensive insights into agent interactions across platforms, enabling developers to monitor, analyze, and optimize AI-driven applications with minimal integration effort.

Capability facts

CLI
CLI entrypoint

Source: pyproject.toml:[project.scripts] · Jul 15, 2026

Languages
python

Source: github.language+pyproject.toml · Jul 15, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 15, 2026)

```python import agentwatch
Source link

Tags

README

🔧 Installation

Install agentwatch directly from GitHub:

pip install git+https://github.com/cyberark/agentwatch.git

🖥️ Quick Start

  1. Import agentwatch in your main module:

    import agentwatch
    
  2. Ensure your entry point is within a __main__ block:

    if __name__ == "__main__":
        # Your code execution starts here
    
  3. Launch the UI:

    agentwatch ui
    # (Take note this will open a new tab in your browser)
    

Run your main module - and AI agent interactions will now be automatically tracked and monitored in the UI!


📄 License

agentwatch is released under the Apache License 2.0.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.