Skip to content

loongsuite-python-agent 0.4.0

Choose a tag to compare

@Cirilla-zmh Cirilla-zmh released this 03 Apr 09:20
· 90 commits to main since this release
41ce634

loongsuite-python-agent 0.4.0

Installation

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

Package Versions

  • loongsuite-* packages: 0.4.0
  • opentelemetry-* packages: 0.61b0

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-copaw
  • loongsuite-instrumentation-crewai
  • loongsuite-instrumentation-dashscope
  • loongsuite-instrumentation-google-adk
  • loongsuite-instrumentation-langchain
  • loongsuite-instrumentation-langgraph
  • loongsuite-instrumentation-litellm
  • loongsuite-instrumentation-mem0

loongsuite-instrumentation-copaw

Added

  • CoPaw instrumentation initialization: CoPawInstrumentor registers
    automatic instrumentation for CoPaw when instrument() is called (included
    in LoongSuite distro automatic injection). (#162)

Changed

  • Instrumentor depends on opentelemetry-util-genai and passes
    tracer_provider, meter_provider, and logger_provider from
    instrument() into the shared GenAI telemetry handler. (#162)