feat: enhance chat functionality with system instructions and MCP client integration c37e7d2 ryomo commited on Nov 30, 2025
fix: update agent loop iterations and improve tool usage guidelines in chat_with_mcp_tools 700b662 ryomo commited on Nov 29, 2025
fix: update generate_stream to support async streaming for Modal and ZeroGPU 056e98d ryomo commited on Nov 29, 2025
fix: add logging for LLM stream calls and remove debug logs in tool execution e20b84b ryomo commited on Nov 29, 2025
fix: accumulate LLM responses across iterations in chat_with_mcp_tools 7386493 ryomo commited on Nov 29, 2025
feat: remove MCP prompt feature and integrate prompt logic directly into MCP tools for broader chat AI compatibility 9da4234 ryomo commited on Nov 29, 2025
refactor: organize codebase into "chat" and "mcp_server" directories for feature separation aaa5822 ryomo commited on Nov 29, 2025
feat: add unpredictable-load server configuration to mcp.json for local testing abb8451 ryomo commited on Nov 29, 2025
feat: add max_containers parameter to generate_stream function 1404589 ryomo commited on Nov 29, 2025
feat: integrate MCP tool support and enhance chat functionality 22695c6 ryomo commited on Nov 29, 2025
feat: move configuration settings to a dedicated settings module 249b762 ryomo commited on Nov 29, 2025
feat: configure logging level from environment variable and load dotenv in initialization 9c71d08 ryomo commited on Nov 29, 2025
feat: add system prompt generation for Lord AI with personality customization b96b116 ryomo commited on Nov 29, 2025
feat: enhance chat interface with game status and control features 8483e68 ryomo commited on Nov 29, 2025
feat: enhance lord's decision-making with action probabilities and personality traits 353b2d2 ryomo commited on Nov 29, 2025
refactor: restructure execute_turn_logic into smaller functions for clarity b48bb47 ryomo commited on Nov 29, 2025
feat: add MCP server functionality and game session management 9966912 ryomo commited on Nov 29, 2025
fix: update logger to use spaces.config to check if the space is ZeroGPU 0d8e8db ryomo commited on Nov 29, 2025
refactor: update llm_zerogpu.py and llm_modal to align each other 0300eff ryomo commited on Nov 29, 2025
refactor: switch llm_modal generate_stream implementation from class-based to function-based to align with llm_zerogpu.py 0ddba75 ryomo commited on Nov 29, 2025
feat: add .env.sample and update README for USE_MODAL configuration f0226f8 ryomo commited on Nov 29, 2025
refactor: rename modules for llm to llm_modal.py and llm_zerogpu.py 0a79889 ryomo commited on Nov 29, 2025
refactor: Convert generate_stream to standalone function for ZeroGPU compatibility 669723f ryomo commited on Nov 27, 2025