Documentation Index
Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt
Use this file to discover all available pages before exploring further.
0.4
- Enhancements
- Tool Definition Tracing: Added
gen_ai.tool.definitionsspan attribute to all child spans, providing visibility into tool schemas within agent traces.
- Tool Definition Tracing: Added
- Enhancements
- API Export Fix: Added
get_llm_contextto module exports — previously available but not importable from the top-level package. - Documentation: Added comprehensive docstrings to all critical public APIs to support automatic documentation generation.
- Examples: Fixed missing example dependencies and Fiddler configuration setup.
- API Export Fix: Added
- Enhancements
- LLM Context Management: New
set_llm_context()andget_llm_context()functions for setting additional context for LLM processing within Strands agent workflows. - System Prompt Telemetry: System prompts are now included as part of telemetry events for backend processing.
- LLM Context Management: New
- Initial Release
- Core
StrandsAgentInstrumentorwithinstrument()anduninstrument()for automatic OpenTelemetry instrumentation of Strands agents. - Conversation Tracking:
set_conversation_id()andget_conversation_id()for multi-turn conversation tracking. - Session Attributes:
set_session_attributes()andget_session_attributes()for adding custom metadata to trace sessions. - Span Attributes:
set_span_attributes()andget_span_attributes()for adding custom metadata to individual spans. - Available as
pip install fiddler-strands.
- Core