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
Release files for agentscope-monitor 0.5.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 | |
|---|---|---|---|
| agentscope_monitor-0.5.0.tar.gz | 20.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentscope_monitor-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 43.3 kB
Release files / agentscope_monitor-0.5.0.tar.gz
| Download URL | agentscope_monitor-0.5.0.tar.gz |
|---|---|
| Size | 20.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a3413f531d453903f52a3c911eb89e413aa45ef131a64da69e5e05cbbb97575f
|
|
BLAKE2b-256 checksum How to use checksums |
c2f45439fc2463e38b41239b0f154c1206e58f51302d77250743a3cc68261cdd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|
Release files / agentscope_monitor-0.5.0-py3-none-any.whl
| Download URL | agentscope_monitor-0.5.0-py3-none-any.whl |
|---|---|
| Size | 22.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cb43903b96e70c98a79ec76a54c056ebc544b04dd96eba9b7bceaefb996e4643
|
|
BLAKE2b-256 checksum How to use checksums |
2a27429f9453a5af875e4570ec2655a184ebcd431498d9ccbf325c01ac4627c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|