Skip to content

loongsuite-python-agent 0.5.0

Choose a tag to compare

@Cirilla-zmh Cirilla-zmh released this 11 May 12:22

loongsuite-python-agent 0.5.0

Installation

pip install loongsuite-distro==0.5.0
loongsuite-bootstrap -a install --version 0.5.0

Package 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-genai
  • loongsuite-distro
  • loongsuite-site-bootstrap
  • loongsuite-instrumentation-agentscope
  • loongsuite-instrumentation-claude-agent-sdk
  • loongsuite-instrumentation-crewai
  • loongsuite-instrumentation-dashscope
  • loongsuite-instrumentation-google-adk
  • loongsuite-instrumentation-hermes-agent
  • loongsuite-instrumentation-langchain
  • loongsuite-instrumentation-langgraph
  • loongsuite-instrumentation-litellm
  • loongsuite-instrumentation-mem0
  • loongsuite-instrumentation-qwen-agent
  • loongsuite-instrumentation-qwenpaw

loongsuite

Fixed

  • Pin the default upstream core SHA used by CI to a 0.62-compatible commit, and
    cap mem0ai support to <2.0.0 while keeping Mem0 oldest/latest test
    coverage aligned with the supported 1.x range.
  • Constrain LoongSuite instrumentation wrapt dependencies to <2.0.0 to
    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.version semantic attributes for execute_tool spans, plus the
    corresponding optional fields on ExecuteToolInvocation.

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-level SKILL.md, and enrich the corresponding execute_tool span with
    gen_ai.skill.name, gen_ai.skill.id, gen_ai.skill.description, and
    gen_ai.skill.version.

Fixed

  • Pin wrapt to < 2.0.0 for AgentScope instrumentation compatibility with
    the current wrapper API usage.

loongsuite-instrumentation-hermes-agent

Added

  • Create ENTRY spans for Hermes AIAgent platform requests,
    then parent the agent invocation under the entry span.
  • Add gen_ai.skill.* semantic attributes to Hermes skill tool spans when
    skill_view or skill_manage is executed.

loongsuite-instrumentation-mem0

Fixed

  • Limit supported mem0ai versions to >=1.0.0,<2.0.0, test the true
    minimum supported version in requirements.oldest.txt, and keep the
    latest test environment on the supported 1.x line.

loongsuite-instrumentation-qwenpaw

Added

  • Renamed the primary instrumentation package to QwenPaw and kept runtime
    compatibility for copaw <= 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.