[P2] Implement Streaming Support #13
Labels
No labels
audit-2025-12-03
component/api
component/commands
component/llm
component/memory
component/tick-loop
component/tools
priority
high
priority
low
status
in-progress
status
needs-info
status
needs-triage
status
on-hold
type
bug
type
documentation
type
enhancement
type
feature
type
refactor
type
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
blightbow/evennia_ai#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
All providers declare
supports_streaming = Truebut:stream_chat_completion()method existsSuggested Fix
Add
stream_chat_completion()to fulfill declared capability, or remove thesupports_streamingdeclaration.Priority
P2 — Medium Priority
Source
Architecture Audit 2025-12-03, Section 6: Streaming Support Unimplemented
Resolved in commit
b68176e1fby removing the false capability declarations rather than implementing streaming.Rationale:
Changes:
supports_streamingfrom base provider class and all implementationsFiles modified: 9 files across providers, API, UI, and tests.