quantalogic 0.2.4__py3-none-any.whl → 0.2.5__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.
quantalogic/agent.py CHANGED
@@ -92,11 +92,14 @@ class Agent(BaseModel):
92
92
 
93
93
  tool_manager = ToolManager(tools={tool.name: tool for tool in tools})
94
94
  environment = get_environment()
95
+ logger.debug(f"Environment details: {environment}")
95
96
  tools_markdown = tool_manager.to_markdown()
97
+ logger.debug(f"Tools Markdown: {tools_markdown}")
96
98
 
97
99
  system_prompt_text = system_prompt(
98
100
  tools=tools_markdown, environment=environment, expertise=specific_expertise
99
101
  )
102
+ logger.debug(f"System prompt: {system_prompt_text}")
100
103
 
101
104
  config = AgentConfig(
102
105
  environment_details=environment,
@@ -104,6 +107,7 @@ class Agent(BaseModel):
104
107
  system_prompt=system_prompt_text,
105
108
  )
106
109
 
110
+ logger.debug("Base class init started ...")
107
111
  super().__init__(
108
112
  model=GenerativeModel(model=model_name),
109
113
  memory=memory,
quantalogic/version.py CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  def get_version() -> str:
4
4
  return VERSION
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quantalogic
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: QuantaLogic ReAct Agents
5
5
  Author: Raphaël MANSUY
6
6
  Author-email: raphael.mansuy@gmail.com
@@ -1,5 +1,5 @@
1
1
  quantalogic/__init__.py,sha256=HFk7_19UzHzYwvPzb9QTQ4w_lPwTTPda61AYb8qggZY,686
2
- quantalogic/agent.py,sha256=pvXwJepJMRvkn5DX01b2R77mBSpfQI57mi81s4SN0xY,25196
2
+ quantalogic/agent.py,sha256=QBQc-C_h_DsstV2ntHETh8XywPAcY31-ThO2SiBqvB0,25443
3
3
  quantalogic/agent_config.py,sha256=sNuZ0Y02h3ra2hcjAE3-8Tt-NE8QSarRsTB0auTLgn0,3595
4
4
  quantalogic/coding_agent.py,sha256=ivHBn3hIDEt9V1LDXI4l-COeGXYVp_v_rrx9ng8sP2A,3214
5
5
  quantalogic/event_emitter.py,sha256=jqot2g4JRXc88K6PW837Oqxbf7shZfO-xdPaUWmzupk,7901
@@ -59,11 +59,11 @@ quantalogic/utils/get_quantalogic_rules_content.py,sha256=fnEFTyClXzpI0MLaM-gB9R
59
59
  quantalogic/utils/git_ls.py,sha256=_aXg2TwqYv9CoOrhQ1gqHCqu1j8wOVigQNWbGncSDlM,4361
60
60
  quantalogic/utils/read_file.py,sha256=tSRVHk8dIP4nNLL89v5kRki4hOTjVyjbmuEb2zwvwCY,2077
61
61
  quantalogic/utils/read_http_text_content.py,sha256=1nRLQ9DHP_fKrm0rIEJBF0ROmB78e4lct2hUzD2PAUk,4408
62
- quantalogic/version.py,sha256=H_M9VsTe7G2HeD8XedH6FDu8L351L1RYdBHbbXQpNL8,64
62
+ quantalogic/version.py,sha256=vMuwvVglZoPE5da2Fx1uBnrcvAZEF1ZLVbYUA_oU0Jg,64
63
63
  quantalogic/xml_parser.py,sha256=cTRorr5sVfkIzH72M0C-GQ9ROGPiz2FTT66U9ndjzhE,9538
64
64
  quantalogic/xml_tool_parser.py,sha256=lsVzClZBrZan7wjCuCKnGHWzksXI3VMy_vWthxu2_bo,3738
65
- quantalogic-0.2.4.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
66
- quantalogic-0.2.4.dist-info/METADATA,sha256=d93jsS31zo9A5kTwe3PsSLyvLvwRw_pnIEwC7wziHV8,38601
67
- quantalogic-0.2.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
68
- quantalogic-0.2.4.dist-info/entry_points.txt,sha256=wgSq5SRU98yvlRHGEZD1Xn7sS5CSjH2RfUtTa6Qy28Q,52
69
- quantalogic-0.2.4.dist-info/RECORD,,
65
+ quantalogic-0.2.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
66
+ quantalogic-0.2.5.dist-info/METADATA,sha256=SH8tnUP8q8Gq2tlcCmgyYrFkdrtPRd4b91dGH2kHljg,38601
67
+ quantalogic-0.2.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
68
+ quantalogic-0.2.5.dist-info/entry_points.txt,sha256=wgSq5SRU98yvlRHGEZD1Xn7sS5CSjH2RfUtTa6Qy28Q,52
69
+ quantalogic-0.2.5.dist-info/RECORD,,