You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,26 @@ To launch the interactive mode of **QuantCLI**, follow these steps:
28
28
```bash
29
29
quantcli interactive
30
30
31
-
## Evolution
31
+
## Project History
32
+
33
+
The project was initiated in November 2023 with the goal of leveraging large language models (LLMs) within the LangChain framework to autonomously develop a trading algorithm.
34
+
The cognitive architecture underpinning this system is comprehensively detailed in the article:
Following a LinkedIn post announcing this innovative approach, which garnered approximately 10,000 impressions, I published several articles on AI-assisted pair-coding.
40
+
This positive reception inspired me to integrate the research, summarization of quantitative finance articles, and algorithm coding into a unified workflow. More insights
which received significant attention in publication AI advances.
44
+
45
+
Subsequently, I released the initial proof of concept workflow (v0.1) on GitHub. The codebase was then refactored to adhere more closely to object-oriented programming (OOP)
46
+
standards in version 0.2, and a user interface was introduced in version 0.3.
47
+
48
+
As of December 2024, I am developing the full-stack version of this tool (v0.3). The next phase involves enhancing code generation accuracy through an agent-based workflow
49
+
using the CrewAI framework. I anticipate releasing the beta version to the quantitative finance community in Q3 2025.
32
50
33
-
Its workflow should be made agentic to enhance code accuracy, using the principles laid in this article :
0 commit comments