quantalogic 0.2.19__py3-none-any.whl → 0.2.20__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.
@@ -0,0 +1,515 @@
1
+ Metadata-Version: 2.1
2
+ Name: quantalogic
3
+ Version: 0.2.20
4
+ Summary: QuantaLogic ReAct Agents
5
+ Author: Raphaël MANSUY
6
+ Author-email: raphael.mansuy@gmail.com
7
+ Requires-Python: >=3.12,<4.0
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.12
10
+ Classifier: Programming Language :: Python :: 3.13
11
+ Requires-Dist: boto3 (>=1.35.86,<2.0.0)
12
+ Requires-Dist: click (>=8.1.8,<9.0.0)
13
+ Requires-Dist: duckduckgo-search (>=7.2.1,<8.0.0)
14
+ Requires-Dist: fastapi (>=0.115.6,<0.116.0)
15
+ Requires-Dist: google-auth (>=2.20.0,<3.0.0)
16
+ Requires-Dist: google-search-results (>=2.4.2,<3.0.0)
17
+ Requires-Dist: jinja2 (>=3.1.5,<4.0.0)
18
+ Requires-Dist: litellm (>=1.56.4,<2.0.0)
19
+ Requires-Dist: llmlingua (>=0.2.2,<0.3.0)
20
+ Requires-Dist: loguru (>=0.7.3,<0.8.0)
21
+ Requires-Dist: markitdown (>=0.0.1a3,<0.0.2)
22
+ Requires-Dist: mkdocs-git-revision-date-localized-plugin (>=1.2.0,<2.0.0)
23
+ Requires-Dist: mkdocs-macros-plugin (>=1.0.4,<2.0.0)
24
+ Requires-Dist: mkdocs-material[imaging] (>=9.5.49,<10.0.0)
25
+ Requires-Dist: mkdocs-mermaid2-plugin (>=1.1.1,<2.0.0)
26
+ Requires-Dist: mkdocs-minify-plugin (>=0.7.1,<0.8.0)
27
+ Requires-Dist: mkdocstrings (>=0.24.0,<0.25.0)
28
+ Requires-Dist: mkdocstrings-python (>=1.7.0,<2.0.0)
29
+ Requires-Dist: pathspec (>=0.12.1,<0.13.0)
30
+ Requires-Dist: prompt-toolkit (>=3.0.48,<4.0.0)
31
+ Requires-Dist: pydantic (>=2.10.4,<3.0.0)
32
+ Requires-Dist: pymdown-extensions (>=10.3.1,<11.0.0)
33
+ Requires-Dist: rich (>=13.9.4,<14.0.0)
34
+ Requires-Dist: serpapi (>=0.1.5,<0.2.0)
35
+ Requires-Dist: tenacity (>=9.0.0,<10.0.0)
36
+ Requires-Dist: toml (>=0.10.2,<0.11.0)
37
+ Requires-Dist: tree-sitter (>=0.23.2,<0.24.0)
38
+ Requires-Dist: tree-sitter-c (>=0.23.4,<0.24.0)
39
+ Requires-Dist: tree-sitter-cpp (>=0.23.4,<0.24.0)
40
+ Requires-Dist: tree-sitter-go (>=0.23.4,<0.24.0)
41
+ Requires-Dist: tree-sitter-java (>=0.23.5,<0.24.0)
42
+ Requires-Dist: tree-sitter-javascript (>=0.23.1,<0.24.0)
43
+ Requires-Dist: tree-sitter-python (>=0.23.6,<0.24.0)
44
+ Requires-Dist: tree-sitter-rust (>=0.23.2,<0.24.0)
45
+ Requires-Dist: tree-sitter-scala (>=0.23.4,<0.24.0)
46
+ Requires-Dist: tree-sitter-typescript (>=0.23.2,<0.24.0)
47
+ Requires-Dist: types-requests (>=2.32.0.20241016,<3.0.0.0)
48
+ Requires-Dist: uvicorn (>=0.34.0,<0.35.0)
49
+ Requires-Dist: websocket (>=0.2.1,<0.3.0)
50
+ Description-Content-Type: text/markdown
51
+
52
+ # QuantaLogic
53
+
54
+ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
55
+ [![Python](https://img.shields.io/badge/Python-3.12+-blue.svg)](https://www.python.org/downloads/)
56
+ [![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://quantalogic.github.io/quantalogic/)
57
+ [HowTo Guide](./docs/howto/howto.md)
58
+
59
+ QuantaLogic is a ReAct (Reasoning & Action) framework for building advanced AI agents.
60
+
61
+ It seamlessly integrates large language models (LLMs) with a robust tool system, enabling agents to understand, reason about, and execute complex tasks through natural language interaction.
62
+
63
+ The `cli` version include coding capabilities comparable to Aider.
64
+
65
+ [📖 Documentation](https://quantalogic.github.io/quantalogic/)
66
+
67
+ ![Video](./examples/generated_tutorials/python/quantalogic_8s.gif)
68
+
69
+ ## Why QuantaLogic?
70
+
71
+ We created [QuantaLogic](https://www.quantalogic.app) because we saw a significant gap between the advanced AI models developed by companies like OpenAI, Anthropic, DeepSeek and their practical implementation in everyday business processes.
72
+
73
+ > Our mission is to bridge this gap, making the power of generative AI accessible and actionable for businesses of all sizes.
74
+
75
+
76
+ ## 🌟 Highlights
77
+
78
+ - **ReAct Framework**: Advanced implementation combining LLM reasoning with concrete actions
79
+ - **Universal LLM Support**: Integration with OpenAI, Anthropic, LM Studio, Bedrock, Ollama, DeepSeek V3, via LiteLLM
80
+ - **Secure Tool System**: Docker-based code execution and file manipulation tools
81
+ - **Real-time Monitoring**: Web interface with SSE-based event visualization
82
+ - **Memory Management**: Intelligent context handling and optimization
83
+ - **Enterprise Ready**: Comprehensive logging, error handling, and validation system
84
+
85
+ ## 📋 Table of Contents
86
+
87
+ - [Release Notes](#release-notes)
88
+
89
+ - [Installation](#-installation)
90
+ - [Quick Start](#-quickstart)
91
+ - [Key Components](#-key-components)
92
+ - [Agent System](#-agent-system)
93
+ - [Tool System](#-tool-system)
94
+ - [Web Interface](#-web-interface)
95
+ - [Examples](#-examples)
96
+ - [Development](#-development)
97
+ - [Contributing](#-contributing)
98
+ - [License](#-license)
99
+ - [Documentation Development](#-documentation-development)
100
+
101
+ ## Release Notes
102
+
103
+ See our [Release Notes](RELEASE_NOTES.MD) for detailed version history and changes.
104
+
105
+ [TODO List](TODO.md)
106
+
107
+ ## 📦 Installation
108
+
109
+ ### Prerequisites
110
+
111
+ - Python 3.12+
112
+ - Docker (optional for code execution tools)
113
+
114
+ ### Via pip
115
+
116
+ ```bash
117
+ # Basic installation
118
+ pip install quantalogic
119
+ ```
120
+
121
+ ### From Source
122
+
123
+ ```bash
124
+ git clone https://github.com/quantalogic/quantalogic.git
125
+ cd quantalogic
126
+ python -m venv .venv
127
+ source ./venv/bin/activate
128
+ poetry install
129
+ ```
130
+
131
+ ## Using pipx
132
+
133
+ ```
134
+ pipx install quantalogic
135
+ ```
136
+
137
+
138
+ ## 🚀 Quickstart
139
+
140
+ ### Basic Usage
141
+
142
+ ## 📖 CLI Reference
143
+
144
+ The QuantaLogic CLI provides powerful command-line capabilities:
145
+
146
+ ```bash
147
+ Usage: quantalogic [OPTIONS] COMMAND [ARGS]...
148
+ QuantaLogic AI Assistant - A powerful AI tool for various tasks.
149
+
150
+ Options:
151
+ --version Show version information.
152
+ --model-name TEXT Specify the model (litellm format, e.g., "openrouter/deepseek/deepseek-chat").
153
+ --log [info|debug|warning] Set logging level.
154
+ --verbose Enable verbose output.
155
+ --mode [code|basic|interpreter|full|code-basic|search|search-full] Agent mode.
156
+ --vision-model-name TEXT Specify the vision model (litellm format, e.g., "openrouter/A/gpt-4o-mini").
157
+ --max-iterations INTEGER Maximum iterations for task solving (default: 30).
158
+ --max-tokens-working-memory INTEGER Maximum tokens to keep in working memory (default: 4000).
159
+ --compact-every-n-iteration INTEGER Compact memory every N iterations (default: 5).
160
+ --help Show this message and exit.
161
+
162
+ Commands:
163
+ task Execute a task with the QuantaLogic AI Assistant.
164
+ ```
165
+
166
+ ### Commands
167
+ task Execute a task with the QuantaLogic AI Assistant
168
+
169
+ **Usage:** `quantalogic task [OPTIONS] [TASK]`
170
+ **Description:** Execute a task with the QuantaLogic AI Assistant.
171
+ **Options:**
172
+ - `--file PATH`: Path to task file.
173
+ - `--model-name TEXT`: Specify the model (litellm format, e.g., `openrouter/deepseek/deepseek-chat`).
174
+ - `--verbose`: Enable verbose output.
175
+ - `--mode [code|basic|interpreter|full|code-basic|search|search-full]`: Agent mode.
176
+ - `--log [info|debug|warning]`: Set logging level.
177
+ - `--vision-model-name TEXT`: Specify the vision model (litellm format).
178
+ - `--max-iterations INTEGER`: Maximum iterations for task solving (default: 30).
179
+ - `--max-tokens-working-memory INTEGER`: Maximum tokens to keep in working memory (default: 4000).
180
+ - `--compact-every-n-iteration INTEGER`: Compact memory every N iterations (default: 5).
181
+ - `--no-stream`: Disable streaming output (default: enabled).
182
+ - `--help`: Show this message and exit.
183
+
184
+ **Detailed Parameter Descriptions:**
185
+
186
+ - **--model-name**: Specifies the LLM model to use (e.g., "openrouter/deepseek/deepseek-chat")
187
+ - **--mode**: Selects agent capabilities:
188
+ - *code*: Coding-focused with basic capabilities
189
+ - *basic*: General-purpose without coding tools
190
+ - *interpreter*: Interactive code execution
191
+ - *full*: All capabilities enabled
192
+ - *code-basic*: Coding with basic reasoning
193
+ - *search*: Web search integration
194
+ - **--log**: Controls logging verbosity (info, debug, warning)
195
+ - **--vision-model-name**: Specifies vision model for image processing
196
+ - **--max-iterations**: Limits task-solving attempts (default: 30)
197
+ - **--max-tokens-working-memory**: Controls memory usage (default: None)
198
+ - **--compact-every-n-iteration**: Memory optimization frequency (default: None)
199
+ - **--no-stream**: Disables real-time output streaming
200
+
201
+
202
+
203
+ ### Detailed Usage
204
+
205
+ #### Agent Modes
206
+ - code: Coding-focused agent with basic capabilities
207
+ - basic: General-purpose agent without coding tools
208
+ - interpreter: Interactive code execution agent
209
+ - full: Full-featured agent with all capabilities
210
+ - code-basic: Coding agent with basic reasoning
211
+ - search: Web search agent with Wikipedia, DuckDuckGo and SERPApi integration
212
+
213
+ #### Task Execution
214
+
215
+ Tasks can be provided:
216
+
217
+ 1. Directly via `task` parameter
218
+ 2. Through a file using --file parameter
219
+ 3. Interactively via standard input
220
+
221
+
222
+ #### Examples
223
+
224
+
225
+ Using a task file:
226
+ ```bash
227
+ quantalogic task --file tasks/example.md --verbose
228
+ ```
229
+
230
+ Selecting agent mode:
231
+ ```bash
232
+ quantalogic --mode interpreter task "Explain quantum computing"
233
+ ```
234
+
235
+ Interactive mode:
236
+ ```bash
237
+ quantalogic
238
+ ```
239
+
240
+ ### Using QuantaLogic With code
241
+
242
+ ```python
243
+ from quantalogic import Agent
244
+
245
+ # Initialize agent with default configuration
246
+ agent = Agent(model_name="deepseek/deepseek-chat")
247
+
248
+ # Execute a task
249
+ result = agent.solve_task(
250
+ "Create a Python function that calculates the Fibonacci sequence"
251
+ )
252
+ print(result)
253
+ ```
254
+
255
+ ### Environment Configuration Example
256
+
257
+ ```python
258
+ import os
259
+
260
+ from quantalogic import Agent
261
+
262
+ # Verify that DEEPSEEK_API_KEY is set
263
+ if not os.environ.get("DEEPSEEK_API_KEY"):
264
+ raise ValueError("DEEPSEEK_API_KEY environment variable is not set")
265
+
266
+ # Initialize the AI agent with default configuration
267
+ agent = Agent(model_name="deepseek/deepseek-chat")
268
+
269
+ # Execute a sample task
270
+ result = agent.solve_task("Create a Python function that calculates the Fibonacci sequence")
271
+ print(result)
272
+ ```
273
+
274
+ ## 📖 Examples
275
+
276
+ Watch how QuantaLogic can generate complete tutorials from simple prompts:
277
+
278
+ [![Tutorial Generation Demo](./examples/generated_tutorials/python/quantalogic_long.mp4)](./examples/generated_tutorials/python/quantalogic_long.mp4)
279
+
280
+ Example prompt: [04-write-a-tutorial.md](./examples/tasks/04-write-a-tutorial.md)
281
+
282
+ Here are some practical examples to help you get started:
283
+
284
+ Here is the markdown table based on the provided directory listing:
285
+
286
+ | Example | Description | File |
287
+ |---------|-------------|------|
288
+ | Simple Agent | A basic example of an agent implementation. | [examples/01-simple-agent.py](examples/01-simple-agent.py) |
289
+ | Agent with Event Monitoring | An example of an agent with event monitoring capabilities. | [examples/02-agent-with-event-monitoring.py](examples/02-agent-with-event-monitoring.py) |
290
+ | Agent with Interpreter | An example of an agent that includes an interpreter. | [examples/03-agent-with-interpreter.py](examples/03-agent-with-interpreter.py) |
291
+ | Agent Summary Task | An example of an agent performing a summary task. | [examples/04-agent-summary-task.py](examples/04-agent-summary-task.py) |
292
+ | Code Example | A general code example. | [examples/05-code.py](examples/05-code.py) |
293
+
294
+
295
+ ## 🔨 Key Components
296
+
297
+ ### Agent System
298
+
299
+ The core agent implements the `ReAct`paradigm, combining:
300
+
301
+ - Language model reasoning
302
+ - Tool execution capabilities
303
+ - Memory management
304
+ - Event handling
305
+ - Task validation
306
+
307
+ ```python
308
+ from quantalogic import Agent
309
+ from quantalogic.tools import PythonTool, ReadFileTool
310
+
311
+ # Create agent with specific tools
312
+ agent = Agent(
313
+ model_name="openrouter/deepseek/deepseek-chat",
314
+ tools=[
315
+ PythonTool(),
316
+ ReadFileTool()
317
+ ]
318
+ )
319
+
320
+ ```
321
+
322
+ ### How it works
323
+
324
+
325
+ The ReAct (Reasoning & Action) framework represents a significant advancement in the development of intelligent agents capable of autonomously reasoning through tasks and taking appropriate actions.
326
+
327
+ QuantaLogic implements this framework, allowing integration with large language models (LLMs) to construct sophisticated agents that can tackle complex problems through natural language interaction.
328
+
329
+ ## What is a ReAct Agent?
330
+
331
+ ### Basic Concept
332
+
333
+ A ReAct agent utilizes the synergy of reasoning and action. It not only processes natural language inputs but also executes actions in response to these inputs, utilizing various available tools. This functionality is particularly beneficial for environments where complex tasks can be decomposed into manageable subtasks.
334
+
335
+ ### The QuantaLogic Implementation
336
+
337
+ QuantaLogic provides an effective implementation of the ReAct framework with several core components:
338
+
339
+ - **Generative Model**: This serves as the agent's brain, enabling it to interpret tasks and generate human-like text responses.
340
+ - **Memory Management**: This capability allows the agent to maintain context, keeping track of previous inputs and interactions to provide coherent responses.
341
+ - **Tool Management**: The agent has access to a diverse range of tools, enabling it to perform actions such as code execution, file manipulation, and API communication.
342
+
343
+ ## How the ReAct Framework Works
344
+
345
+ ### Workflow of a ReAct Agent
346
+
347
+ The following state diagram shows the core workflow of a QuantaLogic agent:
348
+
349
+ ```mermaid
350
+ stateDiagram-v2
351
+ [*] --> InitializeAgent
352
+ InitializeAgent --> Idle: Agent Initialized
353
+
354
+ state Idle {
355
+ [*] --> WaitForTask
356
+ WaitForTask --> SolveTask: Task Received
357
+ }
358
+
359
+ state SolveTask {
360
+ [*] --> ResetSession
361
+ ResetSession --> AddSystemPrompt
362
+ AddSystemPrompt --> PreparePrompt
363
+ PreparePrompt --> EmitTaskStartEvent
364
+ EmitTaskStartEvent --> UpdateTokens
365
+ UpdateTokens --> CompactMemoryIfNeeded
366
+ CompactMemoryIfNeeded --> GenerateResponse
367
+ GenerateResponse --> ObserveResponse
368
+ ObserveResponse --> CheckToolExecution
369
+ CheckToolExecution --> TaskComplete: Tool Executed (task_complete)
370
+ CheckToolExecution --> UpdatePrompt: Tool Not Executed
371
+ UpdatePrompt --> UpdateTokens
372
+ TaskComplete --> EmitTaskCompleteEvent
373
+ EmitTaskCompleteEvent --> [*]
374
+ }
375
+
376
+ state CompactMemoryIfNeeded {
377
+ [*] --> CheckMemoryOccupancy
378
+ CheckMemoryOccupancy --> CompactMemory: Memory Occupancy > MAX_OCCUPANCY
379
+ CheckMemoryOccupancy --> [*]: Memory Occupancy <= MAX_OCCUPANCY
380
+ CompactMemory --> [*]
381
+ }
382
+
383
+ state ObserveResponse {
384
+ [*] --> ProcessResponse
385
+ ProcessResponse --> ExecuteTool: Tool Identified
386
+ ProcessResponse --> UpdateAnswer: No Tool Identified
387
+ ExecuteTool --> UpdateAnswer
388
+ UpdateAnswer --> [*]
389
+ }
390
+
391
+
392
+
393
+ Idle --> [*]: Task Completed
394
+ SolveTask --> Idle: Task Completed
395
+ ```
396
+
397
+ The following sequence diagram illustrates the workflow of a ReAct agent as it processes and solves a task:
398
+
399
+ ```mermaid
400
+ sequenceDiagram
401
+ participant User
402
+ participant Agent
403
+ participant ToolManager
404
+ participant Memory
405
+
406
+ User->>Agent: Submit task
407
+ Agent->>Memory: Store task details
408
+ Agent->>ToolManager: Retrieve tools
409
+ ToolManager-->>Agent: Provide available tools
410
+ Agent->>Agent: Prepare prompt for task
411
+ Agent->>Agent: Analyze input and generate response
412
+ Agent->>ToolManager: Execute required tool
413
+ ToolManager-->>Agent: Return tool execution result
414
+ Agent->>User: Present final result
415
+ ```
416
+
417
+ ### Key Components Explained
418
+
419
+ 1. **User Input**: The agent begins by receiving a task or question from the user, which initiates the interaction.
420
+ 2. **Memory Management**: Before tackling the task, the agent logs relevant task details into its memory, ensuring it has the necessary context for processing.
421
+ 3. **Tool Retrieval**: The agent communicates with the ToolManager to inquire about available tools that can facilitate the required actions.
422
+ 4. **Prompt Generation**: The agent constructs a prompt that outlines the task specifics, available tools, and any other pertinent context information.
423
+ 5. **Analysis and Response Generation**: The agent uses its generative model to analyze the task input and formulate a response.
424
+ 6. **Tool Execution**: If certain tools are needed for the task, the agent instructs the ToolManager to execute those tools, fetching the results for processing.
425
+ 7. **Output to User**: Finally, the agent compiles and presents the results back to the user.
426
+
427
+ ### Tool System
428
+
429
+ The QuantaLogic framework incorporates a well-defined tool system that enhances the functionality of AI agents by enabling them to perform a variety of tasks efficiently. Each tool is designed to address specific needs that arise in the context of complex problem-solving and task execution:
430
+
431
+ 1. **Core Functionality**: Tools such as **AgentTool** and **LLMTool** are fundamental to the agent's operation, allowing it to manage tasks and interact with large language models. The integration of these tools enables the agent to process natural language inputs and execute corresponding actions effectively. **AgentTool** enables the agent to delegate tasks to specialized agents, and **LLMTool** provides the agent to explore a specific area of a latent space using role play.
432
+
433
+ 2. **Code Execution**: Tools like **PythonTool**, **NodeJsTool**, and **ElixirTool** are vital for executing code in different programming languages. This capability allows the agent to handle programming tasks directly, facilitating real-time coding assistance and code evaluation.
434
+
435
+ 3. **File Operations**: The framework includes tools for file management, such as **ReadFileTool**, **WriteFileTool**, and **ReplaceInFileTool**. These tools are essential for enabling the agent to read from and write to files, as well as update file content dynamically. This functionality supports scenarios where agents need to manipulate data or configuration files as part of the task execution process.
436
+
437
+ 4. **Search Capabilities**: Tools like **RipgrepTool** and **SearchDefinitionNames** enhance the agent's ability to search through codebases and identify relevant definitions. This is crucial when dealing with large volumes of code, allowing the agent to quickly locate information necessary for problem-solving.
438
+
439
+ 5. **Utility Functions**: Additional tools such as **DownloadHttpFileTool**, **ListDirectoryTool**, and **ExecuteBashCommandTool** provide broader functionality that supports various tasks, from fetching external resources to executing system commands. These utilities expand the operational scope of agents, allowing them to perform diverse actions beyond simple text processing.
440
+
441
+ 6. **Documentation and Representation**: Tools like **MarkitdownTool** facilitate the generation of documentation, ensuring that output from the agent can be formatted and presented clearly. This is particularly beneficial for creating reports or guides based on the agent's findings and actions.
442
+
443
+ By integrating these tools into its architecture, QuantaLogic allows agents to perform a wide range of tasks autonomously while ensuring that they have the necessary resources and capabilities to do so effectively. This tool system is fundamental to the agent's ability to reason and act in sophisticated ways, thereby enhancing the overall utility of the framework in complex scenarios.
444
+
445
+
446
+
447
+ ### Development
448
+
449
+ ### Tools Documentation
450
+
451
+ For detailed documentation of all available tools, please see [REFERENCE_TOOLS.md](REFERENCE_TOOLS.md).
452
+ ## 🔧 Development
453
+ ### Setup Development Environment
454
+
455
+ ```bash
456
+ # Clone repository
457
+ git clone https://github.com/quantalogic/quantalogic.git
458
+ cd quantalogic
459
+
460
+ # Create virtual environment
461
+ python -m venv venv
462
+ source venv/bin/activate # Windows: venv\Scripts\activate
463
+
464
+ # Install dependencies
465
+ poetry install
466
+
467
+ ```
468
+
469
+ ### Run Tests
470
+
471
+ ```bash
472
+ # Run all tests
473
+ pytest
474
+
475
+ # With coverage
476
+ pytest --cov=quantalogic
477
+
478
+ # Run specific tests
479
+ pytest tests/unit
480
+ ```
481
+
482
+ ### Code Quality
483
+
484
+ ```bash
485
+ # Format code
486
+ ruff format
487
+
488
+ # Type checking
489
+ mypy quantalogic
490
+
491
+ # Linting
492
+ ruff check quantalogic
493
+ ```
494
+
495
+ ## 🤝 Contributing
496
+
497
+ 1. Fork the repository
498
+ 2. Create a feature branch
499
+ 3. Write tests
500
+ 4. Implement changes
501
+ 5. Submit pull request
502
+
503
+ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.
504
+
505
+ ## 📄 License
506
+
507
+ Copyright 2024 QuantaLogic Contributors
508
+
509
+ Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.
510
+
511
+ ## Project Growth
512
+ [![Star History Chart](https://api.star-history.com/svg?repos=quantalogic/quantalogic&type=Date)](https://star-history.com/#quantalogic/quantalogic&Date)
513
+
514
+ Initiated with ❤️ by Raphaël MANSUY. Founder of [Quantalogic](https://www.quantalogic.app).
515
+
@@ -1,7 +1,7 @@
1
1
  quantalogic/__init__.py,sha256=kX0c_xmD9OslWnAE92YHMGuD7xZcTo8ZOF_5R64HKps,784
2
- quantalogic/agent.py,sha256=XP25233hpGDKp-1y90wyDOREPEdS3OvTR-5WxEzXElU,29883
2
+ quantalogic/agent.py,sha256=yYRfp5NM9GhWWiAJnsLbgq-Yf9ikGGsEGwFL3MbUHXA,31227
3
3
  quantalogic/agent_config.py,sha256=H-YkaNkVglBlnN00Htrs3bPPoD2hirBfGBpoSbKgdMU,7232
4
- quantalogic/coding_agent.py,sha256=viKePGtDbD3tzbc6RIPslINeRqOkLYwDWXDsw4TF18Y,4328
4
+ quantalogic/coding_agent.py,sha256=cFw-D6yLNsQpotj8z5-kLaudUMjHJf3XW3ZOyScZTSc,4894
5
5
  quantalogic/console_print_events.py,sha256=KB-DGi52As8M96eUs1N_vgNqKIFtqv_H8NTOd3TLTgQ,2163
6
6
  quantalogic/console_print_token.py,sha256=qSU-3kmoZk4T5-1ybrEBi8tIXDPcz7eyWKhGh3E8uIg,395
7
7
  quantalogic/docs_cli.py,sha256=3giVbUpespB9ZdTSJ955A3BhcOaBl5Lwsn1AVy9XAeY,1663
@@ -22,7 +22,7 @@ quantalogic/server/static/js/event_visualizer.js,sha256=eFkkWyNZw3zOZlF18kxbfsWq
22
22
  quantalogic/server/static/js/quantalogic.js,sha256=x7TrlZGR1Y0WLK2DWl1xY847BhEWMPnL0Ua7KtOldUc,22311
23
23
  quantalogic/server/templates/index.html,sha256=nDnXJoQEm1vXbhXtgaYk0G5VXj0wwzE6KrqEDhHFpj4,7773
24
24
  quantalogic/tool_manager.py,sha256=JAC5E5kLfYzYJx0QRIWbG14q1hlkOcwJFBG7HE8twpU,2425
25
- quantalogic/tools/__init__.py,sha256=hAHP1-jrDAbvzoo-noV2mokYbUZ4Em7agagnq3W5dH4,1738
25
+ quantalogic/tools/__init__.py,sha256=8JYoIGWTtFn-EjSK3gdUv9Bl8vuUTmfmbQwDhD-k0d8,1789
26
26
  quantalogic/tools/agent_tool.py,sha256=MXCXxWHRch7VK4UWhtRP1jeI8Np9Ne2CUGo8vm1oZiM,3064
27
27
  quantalogic/tools/download_http_file_tool.py,sha256=wTfanbXjIRi5-qrbluuLvNmDNhvmYAnlMVb3dO8C2ss,2210
28
28
  quantalogic/tools/duckduckgo_search_tool.py,sha256=xVaEb_SUK5NL3lwMQXj1rGQYYvNT-td-qaB9QCes27Q,7014
@@ -30,6 +30,7 @@ quantalogic/tools/edit_whole_content_tool.py,sha256=nXmpAvojvqvAcqNMy1kUKZ1ocbok
30
30
  quantalogic/tools/elixir_tool.py,sha256=fzPPtAW-Koy9KB0r5k2zV1f1U0WphL-LXPPOBkeNkug,7652
31
31
  quantalogic/tools/execute_bash_command_tool.py,sha256=fnx-zSPpxR2EofaleygAorrR21gRs43jBWh7IBAoNKw,4131
32
32
  quantalogic/tools/input_question_tool.py,sha256=UoTlNhdmdr-eyiVtVCG2qJe_R4bU_ag-DzstSdmYkvM,1848
33
+ quantalogic/tools/jinja_tool.py,sha256=1bqkFia2GtfntIyTVg4tCiPP8S1dX43U7QsrBE1Ngps,2893
33
34
  quantalogic/tools/language_handlers/__init__.py,sha256=5GD6TYsMqRni0nwePp2KOjNQ04GnT5wihT6YAuvx43c,699
34
35
  quantalogic/tools/language_handlers/c_handler.py,sha256=q_NiOExbnfYyzxz4C0V5B5887d_D8LYr30tTEVj4LH8,1226
35
36
  quantalogic/tools/language_handlers/cpp_handler.py,sha256=7iFBuidI_yMSbC0RL4A3mKPjLWKxW7AoRrtUTlBnpyw,1241
@@ -41,7 +42,7 @@ quantalogic/tools/language_handlers/rust_handler.py,sha256=t_AqKVa3KVk6SVkq_UjUU
41
42
  quantalogic/tools/language_handlers/scala_handler.py,sha256=wr-cWOIFOc0UYwODmEtT6rV63Qf1NyNB_BLo23GLrvk,1281
42
43
  quantalogic/tools/language_handlers/typescript_handler.py,sha256=L4vuJMYxKO3_83dQhdwZ9fogauIV7rwoicRT0xLGfkQ,1738
43
44
  quantalogic/tools/list_directory_tool.py,sha256=8Hy38DelSh-mRqS_uDLpeBYoHLtEy5ji77xI-TJu3Ms,4176
44
- quantalogic/tools/llm_tool.py,sha256=m9OyF38QQ0afWKtmbwrGxpt1p3T-ZWAkgwRp2ScToiI,6877
45
+ quantalogic/tools/llm_tool.py,sha256=6OSfEyV-VDlJjoQrRusXgeM-CPbTLZv1Yr1aRaXndVI,7064
45
46
  quantalogic/tools/llm_vision_tool.py,sha256=eVDIrANxxZCHxYp9xaAN8hLdFhlYm7bUu2tX9-1xUbI,5496
46
47
  quantalogic/tools/markitdown_tool.py,sha256=lpbJBLx43_x2DjiZAV1HSidkHeqkkV0KvgeLG2fphK4,4339
47
48
  quantalogic/tools/nodejs_tool.py,sha256=zdnE0VFj_5786uR2L0o-SKR0Gk8L-U7rdj7xGHJYIq0,19905
@@ -50,10 +51,10 @@ quantalogic/tools/read_file_block_tool.py,sha256=FTcDAUOOPQOvWRjnRI6nMI1Upus90kl
50
51
  quantalogic/tools/read_file_tool.py,sha256=bOWJbA0GU-hYbFOJ-tQVlSVz0r6WrVAfzy4aXOnAcBw,2757
51
52
  quantalogic/tools/replace_in_file_tool.py,sha256=n63s09Y8RXOKGjxfWw0D6F6JpQ6ERSJxVJOzmceVXLk,12953
52
53
  quantalogic/tools/ripgrep_tool.py,sha256=sRzHaWac9fa0cCGhECJN04jw_Ko0O3u45KDWzMIYcvY,14291
53
- quantalogic/tools/search_definition_names.py,sha256=qolDbRUssE5EyghWqgs69Kmu_dhzeO9GliqgP9pkUHM,16704
54
+ quantalogic/tools/search_definition_names.py,sha256=Qj9ex226vHs8Jf-kydmTh7B_R8O5buIsJpQu3CvYw7k,18601
54
55
  quantalogic/tools/serpapi_search_tool.py,sha256=sX-Noch77kGP2XiwislPNFyy3_4TH6TwMK6C81L3q9Y,5316
55
56
  quantalogic/tools/task_complete_tool.py,sha256=L8tuyVoN07Q2hOsxx17JTW0C5Jd_N-C0i_0PtCUQUKU,929
56
- quantalogic/tools/tool.py,sha256=ixouKOcmyYMP4YnzXANhIxixh4xgBVCRqvnBccqrAY0,5650
57
+ quantalogic/tools/tool.py,sha256=hrTzzAohrOatTIZTtCyTYVg1_L5z4ySP7E2aJISbws8,9826
57
58
  quantalogic/tools/unified_diff_tool.py,sha256=wTKXIoBEPcC_EcQmpJZVi95vq0Ncvsw1Kyc7XqPO6dU,14147
58
59
  quantalogic/tools/wikipedia_search_tool.py,sha256=bdZ_0dYTxpEfU04tBFsatnLM5P9Z3kAZgKQEjsopJLA,5405
59
60
  quantalogic/tools/write_file_tool.py,sha256=_mx9_Zjg2oMAAVzlcHEKjZVZUxQVgbRfcoMKgWnoZcg,3764
@@ -69,9 +70,9 @@ quantalogic/utils/read_file.py,sha256=tSRVHk8dIP4nNLL89v5kRki4hOTjVyjbmuEb2zwvwC
69
70
  quantalogic/utils/read_http_text_content.py,sha256=n3IayT5KcqctIVVF2gOQQAMf3Ow6eenlVgfXTpLcQbw,4410
70
71
  quantalogic/version.py,sha256=ea_cRutaQk5_lwlLbUUvPFuOT7Of7-gAsDl7wdveS-g,107
71
72
  quantalogic/xml_parser.py,sha256=uMLQNHTRCg116FwcjRoquZmSwVtE4LEH-6V2E3RD-dA,11466
72
- quantalogic/xml_tool_parser.py,sha256=lsVzClZBrZan7wjCuCKnGHWzksXI3VMy_vWthxu2_bo,3738
73
- quantalogic-0.2.19.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
74
- quantalogic-0.2.19.dist-info/METADATA,sha256=K9NDiW2H5B6atGvvB7y7znTwxs-aYqv30uOXCUmZh1U,40928
75
- quantalogic-0.2.19.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
76
- quantalogic-0.2.19.dist-info/entry_points.txt,sha256=h74O_Q3qBRCrDR99qvwB4BpBGzASPUIjCfxHq6Qnups,183
77
- quantalogic-0.2.19.dist-info/RECORD,,
73
+ quantalogic/xml_tool_parser.py,sha256=Vz4LEgDbelJynD1siLOVkJ3gLlfHsUk65_gCwbYJyGc,3784
74
+ quantalogic-0.2.20.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
75
+ quantalogic-0.2.20.dist-info/METADATA,sha256=4W7djzID_a6qyVJwlVrGPRPXThIs86wrP59so57CJ2g,20077
76
+ quantalogic-0.2.20.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
77
+ quantalogic-0.2.20.dist-info/entry_points.txt,sha256=h74O_Q3qBRCrDR99qvwB4BpBGzASPUIjCfxHq6Qnups,183
78
+ quantalogic-0.2.20.dist-info/RECORD,,