Agent debugging and observability platform - SDK
Project description
AgentScope SDK
Python SDK for AgentScope - Agent debugging and observability platform.
Installation
pip install agentscope
Quick Start
from agentscope import trace, init_monitor
# Initialize monitoring
init_monitor("http://localhost:8000")
@trace(name="my_agent")
def my_agent(query: str):
# Your agent logic here
return f"Result for: {query}"
# Run your agent
result = my_agent("What is AI?")
Features
- Zero-intrusion: Just add
@tracedecorator - Real-time monitoring: WebSocket-based live updates
- Execution tracing: Full chain of thought visualization
- Tool call tracking: Debug function calling issues
- Token & latency metrics: Performance monitoring
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ai_agent_scope-0.3.0.tar.gz
(10.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai_agent_scope-0.3.0.tar.gz.
File metadata
- Download URL: ai_agent_scope-0.3.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
083c7096b146903a3f73c8970e06102f77f3c711af9f73d692a08e96c331cc4d
|
|
| MD5 |
05c2666151796abb9c848c17741d60b3
|
|
| BLAKE2b-256 |
8f4f9d0f8aa85142901f9b5ed42973805b732a9e9b80c7ceea3696eaefd3ae40
|
File details
Details for the file ai_agent_scope-0.3.0-py3-none-any.whl.
File metadata
- Download URL: ai_agent_scope-0.3.0-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b0ee6da98b6dd298484e69f47f7e39758d9bb2aa6594ab04df8bff1e7117a82
|
|
| MD5 |
91272516b48209d3d6f1c14bab56a0b9
|
|
| BLAKE2b-256 |
da5ca60d4a80a1dfaceef9118284366f559cde0bd235e16506508f10b0ca90b5
|