loongsuite-python-agent 0.5.0
loongsuite-python-agent 0.5.0
Installation
pip install loongsuite-distro==0.5.0
loongsuite-bootstrap -a install --version 0.5.0Package Versions
- loongsuite-* packages: 0.5.0
- opentelemetry-* packages: 0.60b1
PyPI packages
The following distributions are built and uploaded to PyPI for this release:
loongsuite-util-genailoongsuite-distroloongsuite-site-bootstraploongsuite-instrumentation-agentscopeloongsuite-instrumentation-claude-agent-sdkloongsuite-instrumentation-crewailoongsuite-instrumentation-dashscopeloongsuite-instrumentation-google-adkloongsuite-instrumentation-hermes-agentloongsuite-instrumentation-langchainloongsuite-instrumentation-langgraphloongsuite-instrumentation-litellmloongsuite-instrumentation-mem0loongsuite-instrumentation-qwen-agentloongsuite-instrumentation-qwenpaw
loongsuite
Fixed
- Pin the default upstream core SHA used by CI to a 0.62-compatible commit, and
capmem0aisupport to<2.0.0while keeping Mem0 oldest/latest test
coverage aligned with the supported1.xrange. - Constrain LoongSuite instrumentation
wraptdependencies to<2.0.0to
avoid wrapper compatibility regressions from the wrapt 2.x line.
loongsuite-util-genai
Added
- Add
gen_ai.skill.name,gen_ai.skill.id,gen_ai.skill.description, and
gen_ai.skill.versionsemantic attributes forexecute_toolspans, plus the
corresponding optional fields onExecuteToolInvocation.
Changed
- Relax OpenTelemetry package dependency ranges so LoongSuite GenAI utilities
can be installed with recent AgentScope-based runtimes such as QwenPaw and
CoPaw.
loongsuite-instrumentation-agentscope
Added
- Detect skill-load tool executions by matching reads of registered skills'
top-levelSKILL.md, and enrich the correspondingexecute_toolspan with
gen_ai.skill.name,gen_ai.skill.id,gen_ai.skill.description, and
gen_ai.skill.version.
Fixed
- Pin
wraptto< 2.0.0for AgentScope instrumentation compatibility with
the current wrapper API usage.
loongsuite-instrumentation-hermes-agent
Added
- Create
ENTRYspans for HermesAIAgentplatform requests,
then parent the agent invocation under the entry span. - Add
gen_ai.skill.*semantic attributes to Hermes skill tool spans when
skill_vieworskill_manageis executed.
loongsuite-instrumentation-mem0
Fixed
- Limit supported
mem0aiversions to>=1.0.0,<2.0.0, test the true
minimum supported version inrequirements.oldest.txt, and keep the
latest test environment on the supported1.xline.
loongsuite-instrumentation-qwenpaw
Added
- Renamed the primary instrumentation package to QwenPaw and kept runtime
compatibility forcopaw <= 1.0.2. - Added latest and legacy runtime test dependency sets.
Changed
- Kept QwenPaw as the single auto-instrumentation entry point while retaining
legacy import/runtime compatibility.