This website requires JavaScript.
Explore
Help
Sign In
shoko
/
randebu
Watch
1
Star
0
Fork
0
You've already forked randebu
Code
Issues
6
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b1ddad0808525bd2ccf1b71cc6cae9376a98ae46
randebu
/
src
/
backend
/
app
/
services
/
ai_agent
History
shokollm
b1ddad0808
Fix intermittent UnboundLocalError for 'thinking' variable in ConversationalAgent.chat() - initialize thinking=None before conditional assignment to handle API responses missing message field
2026-04-14 03:34:36 +00:00
..
__init__.py
refactor: Split conversational.py into modular structure (
fixes
#63
)
2026-04-14 02:36:23 +00:00
agent.py
Fix intermittent UnboundLocalError for 'thinking' variable in ConversationalAgent.chat() - initialize thinking=None before conditional assignment to handle API responses missing message field
2026-04-14 03:34:36 +00:00
client.py
refactor: Split conversational.py into modular structure (
fixes
#63
)
2026-04-14 02:36:23 +00:00
crew.py
fix: properly configure CrewAI LLM with MiniMax api_base
2026-04-10 03:19:51 +00:00
help.py
refactor: Split conversational.py into modular structure (
fixes
#63
)
2026-04-14 02:36:23 +00:00
llm_connector.py
fix: update MiniMaxConnector default model to MiniMax-M2.7
2026-04-10 03:53:26 +00:00
tools.py
refactor: Split conversational.py into modular structure (
fixes
#63
)
2026-04-14 02:36:23 +00:00