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.2.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.2.0.tar.gz.
File metadata
- Download URL: ai_agent_scope-0.2.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 |
928eafa9a3a6a7aa3214b9fee1fd16bccfb9605e329c1c27951aec3d4e329914
|
|
| MD5 |
711a5de00328473b797b39a256fc4e5f
|
|
| BLAKE2b-256 |
93c6deb6a2cbb010e6bf9ddf84be589c4feb1e1726ea5e2338abd62cedfb1c18
|
File details
Details for the file ai_agent_scope-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ai_agent_scope-0.2.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 |
bc983b0d000bec1b35141a42fbf50c7c815c7b8fadddd06cb52fc5c4f1a12655
|
|
| MD5 |
d820331d6112229ec5be14159220e8b6
|
|
| BLAKE2b-256 |
0f99bb17f008e21708668a1d427c1de38ae6fff922629bdaf3fecf35fe0ef11c
|