Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
MiniMax-AI
/
Mini-Agent
Public
Notifications
You must be signed in to change notification settings
Fork
434
Star
2.9k
Code
Issues
32
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: streaming LLM responses
- #84
#84
Open
TumCucTom
wants to merge 10 commits into
MiniMax-AI:main
MiniMax-AI/Mini-Agent:main
from
TumCucTom:feat/streaming-llm
TumCucTom/Mini-Agent:feat/streaming-llm
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
feat: streaming LLM responses
#84
TumCucTom
wants to merge 10 commits into
MiniMax-AI:main
MiniMax-AI/Mini-Agent:main
from
TumCucTom:feat/streaming-llm
TumCucTom/Mini-Agent:feat/streaming-llm
Copy head branch name to clipboard
Commits
Commits on Apr 5, 2026
feat(llm): add streaming support for LLM responses
Show description for 6d44fd5
TumCucTom
and
claude
committed
6d44fd5
View commit details
Copy full SHA for 6d44fd5
Browse repository at this point
feat(agent): streaming LLM output in agent loop with --no-stream fallback
Show description for d1fe46a
TumCucTom
and
claude
committed
d1fe46a
View commit details
Copy full SHA for d1fe46a
Browse repository at this point
fix(llm): add missing await in LLMClient.generate_stream
TumCucTom
committed
d1a9103
View commit details
Copy full SHA for d1a9103
Browse repository at this point
fix(agent): await generate_stream coroutine before iterating
TumCucTom
committed
4c05778
View commit details
Copy full SHA for 4c05778
Browse repository at this point
fix(llm): remove erroneous await in generate_stream wrapper
TumCucTom
committed
10d394e
View commit details
Copy full SHA for 10d394e
Browse repository at this point
fix(anthropic): remove invalid stream=True from messages.stream() call
TumCucTom
committed
21f5cde
View commit details
Copy full SHA for 21f5cde
Browse repository at this point
fix(llm): use getattr for stop_reason/finish_reason on raw streaming events
TumCucTom
committed
6edce95
View commit details
Copy full SHA for 6edce95
Browse repository at this point
fix(anthropic): parse SDK streaming events correctly
Show description for 308beba
TumCucTom
and
claude
committed
308beba
View commit details
Copy full SHA for 308beba
Browse repository at this point
fix streaming: force unbuffered stdout + sys.stdout.write for live output
Show description for d8a19bb
TumCucTom
and
claude
committed
d8a19bb
View commit details
Copy full SHA for d8a19bb
Browse repository at this point
fix streaming duplicate events in AnthropicClient
Show description for ae3c90d
TumCucTom
and
claude
committed
ae3c90d
View commit details
Copy full SHA for ae3c90d
Browse repository at this point
You can’t perform that action at this time.