fleet-memory/hindsight-api/hindsight_api/extensions
Chris Bartholomew 83ca669011
Add actual LLM token usage fields to RetainResult (#342)
* Add actual LLM token usage fields to RetainResult

RetainResult now carries llm_input_tokens, llm_output_tokens, and
llm_total_tokens populated from the engine's TokenUsage, so downstream
operation validator extensions can access actual LLM token counts.

* Test that RetainResult includes actual LLM token usage
2026-02-11 10:41:41 +01:00
..
builtin doc: prepare doc for 0.4.10 (#325) 2026-02-09 11:42:37 +01:00
__init__.py Add Supabase tenant extension as built-in (#267) 2026-02-09 10:16:47 +01:00
base.py feat: extensions (#54) 2025-12-22 11:05:23 +01:00
context.py Fix embedding dimension for tenant schemas (#135) 2026-01-08 22:48:25 +01:00
http.py feat: extensions (#54) 2025-12-22 11:05:23 +01:00
loader.py feat: extensions (#54) 2025-12-22 11:05:23 +01:00
mcp.py feat: add TenantExtension auth to MCP endpoint (#286) 2026-02-06 12:28:05 -07:00
operation_validator.py Add actual LLM token usage fields to RetainResult (#342) 2026-02-11 10:41:41 +01:00
tenant.py feat: add TenantExtension auth to MCP endpoint (#286) 2026-02-06 12:28:05 -07:00