Skip to content

LightAgent v0.8.1

Choose a tag to compare

@wxai-space wxai-space released this 14 Jun 15:36
55f1e0f

LightAgent v0.8.1

LightAgent v0.8.1 strengthens the boundary between trace observability, persistent memory, self-reflection memory, and LightSwarm delegation state.

Highlights

  • Add MemoryScope as a recommended metadata convention for memory provenance.
  • Extend MemoryPolicy with optional filtering by source, scope, agent name, trust level, and confidence.
  • Document how to separate user memory from trace-derived, reflection, and delegated-agent memory.
  • Clarify trace hierarchy: each agent.run(..., trace=True) creates its own trace ID, while nested reflection or delegated runs should be linked by caller-managed parent_trace_id metadata when needed.
  • Update memory security, tracing, FAQ, README, and roadmap documentation.

Compatibility

  • Existing MemoryProtocol remains store(data, user_id) and retrieve(query, user_id).
  • Default memory behavior remains unchanged unless the new stricter MemoryPolicy filters are configured.

Tests

  • Local targeted regression suite passed: 30 tests.
  • LiteLLM tests passed: 2 tests.
  • GitHub CI passed on Python 3.10, 3.11, and 3.12.