Revert "fix: add retry logic for streaming errors in chat functionality" 25e14ff ryomo commited on 8 days ago
refactor: improve message building and streaming logic in chat functionality 49c6bf6 ryomo commited on 8 days ago
fix: update oh.ToolDescription instantiation to use .new() method 6c3fd09 ryomo commited on 8 days ago
feat: integrate tool prefix handling for MCP tools in chat functionality 276be42 ryomo commited on 9 days ago
feat: add tool_prefix support to MCPClient and update game initialization 196658e ryomo commited on 9 days ago
feat: add support for suppressing Gradio DeprecationWarnings via environment variable 2c30381 ryomo commited on 9 days ago
feat: enhance chat functionality with system instructions and MCP client integration c37e7d2 ryomo commited on 9 days ago
fix: update agent loop iterations and improve tool usage guidelines in chat_with_mcp_tools 700b662 ryomo commited on 9 days ago
fix: update generate_stream to support async streaming for Modal and ZeroGPU 056e98d ryomo commited on 9 days ago
fix: add logging for LLM stream calls and remove debug logs in tool execution e20b84b ryomo commited on 9 days ago
fix: accumulate LLM responses across iterations in chat_with_mcp_tools 7386493 ryomo commited on 9 days ago
feat: remove MCP prompt feature and integrate prompt logic directly into MCP tools for broader chat AI compatibility 9da4234 ryomo commited on 9 days ago
refactor: organize codebase into "chat" and "mcp_server" directories for feature separation aaa5822 ryomo commited on 9 days ago
feat: move configuration settings to a dedicated settings module 249b762 ryomo commited on 9 days ago
feat: configure logging level from environment variable and load dotenv in initialization 9c71d08 ryomo commited on 9 days ago
feat: add system prompt generation for Lord AI with personality customization b96b116 ryomo commited on 9 days ago
feat: enhance lord's decision-making with action probabilities and personality traits 353b2d2 ryomo commited on 10 days ago
refactor: restructure execute_turn_logic into smaller functions for clarity b48bb47 ryomo commited on 10 days ago
refactor: update llm_zerogpu.py and llm_modal to align each other 0300eff ryomo commited on 10 days ago
refactor: switch llm_modal generate_stream implementation from class-based to function-based to align with llm_zerogpu.py 0ddba75 ryomo commited on 10 days ago
feat: add .env.sample and update README for USE_MODAL configuration f0226f8 ryomo commited on 10 days ago
refactor: rename modules for llm to llm_modal.py and llm_zerogpu.py 0a79889 ryomo commited on 10 days ago
refactor: Convert generate_stream to standalone function for ZeroGPU compatibility 669723f ryomo commited on 11 days ago