Skip to content

Commit 9ce128a

Browse files
authored
Update README.md
Announcing the full-stack development
1 parent c6ef3f4 commit 9ce128a

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,26 @@ To launch the interactive mode of **QuantCLI**, follow these steps:
2828
```bash
2929
quantcli interactive
3030

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:
35+
https://medium.com/towardsdev/dual-agent-chatbots-and-expert-systems-design-25e2cba434e9
36+
37+
The trading strategy generated by the system is elaborated in this article:
38+
https://medium.com/coinmonks/how-to-outperform-the-market-fe151b944c77
39+
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
41+
can be found in the article:
42+
https://medium.com/ai-advances/from-finance-papers-to-trading-algorithms-an-automated-approach-ccd2180ee306
43+
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.
3250

33-
Its workflow should be made agentic to enhance code accuracy, using the principles laid in this article :
34-
https://medium.com/towardsdev/dual-agent-chatbots-and-expert-systems-design-25e2cba434e9?sk=c947ad4fb868d599988c8070a94ffb8e
3551

3652
## License
3753

0 commit comments

Comments
 (0)