Commit Graph

  • ca8abaa373 feat: add i18n translations (zh/en/jp/ko) for all modules main Hermes Agent 2026-06-19 15:01:26 +08:00
  • 89e4039985 chore: 添加json/build.sh脚本 Hermes Agent 2026-06-17 17:26:23 +08:00
  • 1bdbb81b86 fix: wrap Tabular in VBox with cheight for proper scrolling yumoqing 2026-05-29 22:09:49 +08:00
  • e99312967d refactor(models): convert to json format per database-table-definition-spec yumoqing 2026-05-27 13:23:27 +08:00
  • f475b2f731 feat: add load_path.py RBAC permission registration script yumoqing 2026-05-27 13:16:06 +08:00
  • d6d3e61a9e fix: add /wss/ prefix to WebSocket URL for nginx proxy yumoqing 2026-05-23 15:49:57 +08:00
  • 42fd93b706 fix: use bricks.getWidgetById instead of non-existent bricks.app.find_widget_by_id yumoqing 2026-05-23 15:39:03 +08:00
  • c6df7f1829 fix: move JS logic from Html widget to external .js file yumoqing 2026-05-23 12:05:42 +08:00
  • c7b14f17dd fix: update WebSocket connection logic for better session handling yumoqing 2026-05-17 00:07:04 +08:00
  • e21d2c7973 fix: 修复前端状态更新延迟和重试机制 yumoqing 2026-05-13 16:20:54 +08:00
  • eda50f8140 fix: 修复WebSocket连接 - 移除错误的cookie参数传递 yumoqing 2026-05-13 14:58:11 +08:00
  • fd8930ef43 fix: wss URL添加/wss前缀 yumoqing 2026-05-13 14:45:06 +08:00
  • 89e099ee12 feat: 实现推理过程实时可视化(WebSocket事件推送) yumoqing 2026-05-13 13:41:42 +08:00
  • 766bd9ecb9 fix: WebSocket连接添加cookie认证,修复ahserver权限校验 yumoqing 2026-05-09 16:16:59 +08:00
  • 3ed94fdf7a fix: wss路径修正,entire_url从../改为./指向模块目录 yumoqing 2026-05-09 16:05:04 +08:00
  • cf00fce500 refactor: 推理控制台UI改用bricks声明式widgets yumoqing 2026-05-09 15:55:55 +08:00
  • ea4a9e3bd9 feat: 推理过程可视化 - websocket实时推送推理步骤到前端 yumoqing 2026-05-09 15:48:12 +08:00
  • 564084f3c8 fix: ensure user_id is passed in context to harnessed_agent tools yumoqing 2026-05-08 18:03:44 +08:00
  • 518f174926 fix: replace uuid.uuid4() with getID() from appPublic.uniqueID for all table ID generation yumoqing 2026-05-08 15:47:22 +08:00
  • 9597cfa7b8 fix: add env.get_module_dbname() for dynamic database lookup yumoqing 2026-05-08 15:30:32 +08:00
  • 0a270f2c59 fix: DBPools Singleton - manually set db.databases after getting instance yumoqing 2026-05-08 15:17:19 +08:00
  • 8d233f7dcc fix: DBPools(config.databases) instead of DBPools() for subprocess context yumoqing 2026-05-08 14:49:18 +08:00
  • ba59b43268 fix: DBPools() not in __init__, sqlorContext uses module name not default yumoqing 2026-05-08 11:41:54 +08:00
  • 906c037920 fix: add traceback logging to _store_session for debugging yumoqing 2026-05-08 11:26:23 +08:00
  • dfa350737a fix: parse execute_immediately from frontend boolean/string correctly yumoqing 2026-05-08 10:58:54 +08:00
  • 356544853a fix: debug reasoning execution flow and fix JSON serialization yumoqing 2026-05-07 18:45:25 +08:00
  • f9dac4ce7f fix: add user_id parameter to reason_and_execute method yumoqing 2026-05-07 18:08:14 +08:00
  • 9ac531bdf0 fix: pass user_id from .dspy to reasoning engine, remove hardcoded model yumoqing 2026-05-07 18:02:33 +08:00
  • c164914738 fix: correct sor.R() call pattern - ns dict contains filters+sort yumoqing 2026-05-07 17:09:13 +08:00
  • a00465305a chore: remove accidental .swp file yumoqing 2026-05-07 16:39:36 +08:00
  • 7f60b0a79b fix: multi-user isolation and sqlor-compatible queries yumoqing 2026-05-07 16:39:19 +08:00
  • bb420a6471 fix: replace invalid sor.R(orderby/limit) calls with sqlExe yumoqing 2026-05-07 15:32:59 +08:00
  • c36477c9cb fix: improve LLM call error handling and plan parsing yumoqing 2026-05-07 14:51:44 +08:00
  • 8108e86ab5 refactor: replace mock reasoning with real LLM-based engine yumoqing 2026-05-07 12:15:23 +08:00
  • e91a5554f6 fix: add length/dec attributes to float/decimal fields in model definitions yumoqing 2026-05-07 10:39:27 +08:00
  • 3dfd935dfe 添加推理交互和模型配置:创建推理控制台UI和API,扩展config模型添加LLM模型字段(model_name/provider/api_key/temperature等) yumoqing 2026-05-06 15:05:28 +08:00
  • 4882ba0290 重构前端:添加TabPanel正确语法,创建sessions和config CRUD页面及API yumoqing 2026-05-06 12:58:21 +08:00
  • 216c21466f feat: add menu.ui with reasoning sessions, config and console menu items yumoqing 2026-05-05 21:56:12 +08:00
  • cb89a25b27 feat: add config functions, init module, config model and skill documentation - Add config_functions.py for reasoning configuration - Add init.py initialization module - Add harnessed_reasoning_config model definition - Add skill documentation (SKILL.md with assets, references, scripts) - Add ios_design.css frontend styles yumoqing 2026-05-04 11:56:43 +08:00
  • eb28ba57b9 add design style yumoqing 2026-05-04 10:09:44 +08:00
  • 09fff13dd9 bugfix yumoqing 2026-04-16 16:27:27 +08:00
  • cca0434d7c bugfix yumoqing 2026-04-16 15:42:41 +08:00