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 ai-agent-scope 0.3.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 | |
|---|---|---|---|
| ai_agent_scope-0.3.0.tar.gz | 10.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ai_agent_scope-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.8 kB
Release files / ai_agent_scope-0.3.0.tar.gz
| Download URL | ai_agent_scope-0.3.0.tar.gz |
|---|---|
| Size | 10.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
083c7096b146903a3f73c8970e06102f77f3c711af9f73d692a08e96c331cc4d
|
|
BLAKE2b-256 checksum How to use checksums |
8f4f9d0f8aa85142901f9b5ed42973805b732a9e9b80c7ceea3696eaefd3ae40
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|
Release files / ai_agent_scope-0.3.0-py3-none-any.whl
| Download URL | ai_agent_scope-0.3.0-py3-none-any.whl |
|---|---|
| Size | 11.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2b0ee6da98b6dd298484e69f47f7e39758d9bb2aa6594ab04df8bff1e7117a82
|
|
BLAKE2b-256 checksum How to use checksums |
da5ca60d4a80a1dfaceef9118284366f559cde0bd235e16506508f10b0ca90b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.15
|