jarvis-ai-assistant 0.1.209__py3-none-any.whl → 0.1.211__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
jarvis/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """Jarvis AI Assistant"""
3
3
 
4
- __version__ = "0.1.209"
4
+ __version__ = "0.1.211"
@@ -130,6 +130,8 @@ class CodeAgent:
130
130
  platform=platform_instance,
131
131
  input_handler=[shell_input_handler, builtin_input_handler],
132
132
  need_summary=need_summary,
133
+ use_methodology=False, # 禁用方法论
134
+ use_analysis=False # 禁用分析
133
135
  )
134
136
 
135
137
  self.agent.set_after_tool_call_cb(self.after_tool_call_cb)