Tomortec
abab4c6b7f
docs: update README and add a VERSION
2025-07-02 19:04:24 +08:00
Tomortec
a9f58b6d1d
fix: change default ticker
2025-07-02 18:23:27 +08:00
Tomortec
977873dd47
fix: KEY
2025-07-02 18:07:14 +08:00
Tomortec
86d7a9ace9
feat: fetch posts from Reddit
2025-07-02 17:46:48 +08:00
Tomortec
669af68337
feat: fetch news from coinstats
2025-07-02 15:52:47 +08:00
Tomortec
3839ffca70
feat: optimize prompt in binance tools
2025-07-02 10:20:46 +08:00
Tomortec
038b348b17
feat: provide investment preferences
2025-07-02 09:19:52 +08:00
Tomortec
691f2835e1
refactor: replace 'company' naming with 'asset'
2025-07-02 00:09:26 +08:00
Tomortec
45de619585
fix: missing {external_reports} in english prompts
2025-07-01 23:59:00 +08:00
Tomortec
dc93d025fb
feat: import external reports
2025-07-01 23:53:46 +08:00
Tomortec
3f5ee3f5b2
feat: get ta indicators from taapi
2025-07-01 20:39:11 +08:00
Tomortec
1712851a07
feat: add fear and greed index dataflow
...
feat: add Binance single OHLCV for analysts
2025-07-01 18:14:06 +08:00
Tomortec
630e06f512
feat: update default max_tokens config
2025-06-30 16:47:36 +08:00
Tomortec
44954ecc54
feat: update Qwen embedding model
2025-06-30 16:47:19 +08:00
Tomortec
a242f1532b
feat: config max_tokens for reports
2025-06-28 00:56:09 +08:00
Tomortec
72eb16bbea
feat: update Qwen model names
2025-06-28 00:54:54 +08:00
Tomortec
18b5808a60
feat: deprecate stock utilities
2025-06-27 23:34:48 +08:00
Tomortec
e4a439ea92
fix: unexpected recusion caused by same name functions
2025-06-27 23:32:47 +08:00
Tomortec
375b09b0e9
feat: get crypto data from Binance
2025-06-26 21:47:12 +08:00
Tomortec
3e83389092
feat: get news from Blockbeats and CoinDesk
2025-06-26 21:42:33 +08:00
Tomortec
e62672768d
feat: save reports to disk
2025-06-26 16:03:25 +08:00
Tomortec
681dc66fd2
fix: incorrect prompts
2025-06-26 15:52:56 +08:00
Tomortec
efd0ec56c4
feat: update default `max_recur_limit`
2025-06-26 11:11:49 +08:00
Tomortec
219d7e4824
feat: optimize `get_lang` and `get_prompts` functions in localization module
2025-06-26 11:11:23 +08:00
Tomortec
53884b11a8
feat: support Chinese prompts
2025-06-26 10:33:43 +08:00
Tomortec
638920dc95
feat: support qwen-long model
2025-06-26 00:13:36 +08:00
Tomortec
941abbe69f
Merge commit '3165da542a92b9f624e8ce4ca7417069d264cf29' into dev-leo
2025-06-26 00:11:09 +08:00
Tomortec
606713face
feat: support Qwen model
2025-06-25 23:24:28 +08:00
Tomortec
623cf677c1
feat: use dotenv to load environment variables
2025-06-25 22:55:34 +08:00
Yijia Xiao
7abff0f354
Merge pull request #46 from AtharvSabde/patch-2
...
Updated requirements.txt based on latest commit
2025-06-23 20:40:58 -04:00
Yijia Xiao
b575bd0941
Merge pull request #52 from TauricResearch/dev
...
Merge dev into main. Add support for Anthropic and OpenRouter.
2025-06-23 20:38:14 -04:00
Edward Sun
52284ce13c
fixed anthropic support. Anthropic has different format of response when it has tool calls. Explicit handling added
2025-06-21 12:51:34 -07:00
Atharv Sabde
11804f88ff
Updated requirements.txt based on latest commit
...
PULL REQUEST: Add support for other backends, such as OpenRouter and Ollama
it had two requirments missing. added those
2025-06-20 15:58:22 +05:30
Yijia Xiao
1e86e74314
Merge pull request #40 from RealMyth21/main
...
Updated README.md: Swap Trader and Management order.
2025-06-19 15:10:36 -04:00
Yijia Xiao
c2f897fc67
Merge pull request #43 from AtharvSabde/patch-1
...
fundamentals_analyst.py (spelling mistake in instruction: Makrdown -> Markdown)
2025-06-19 15:05:08 -04:00
Yijia Xiao
ed32081f57
Merge pull request #44 from TauricResearch/dev
...
Merge dev into main branch
2025-06-19 15:00:07 -04:00
Atharv Sabde
2af7ef3d79
fundamentals_analyst.py(spelling mistake.markdown)
2025-06-19 21:48:16 +05:30
delenzhang
3165da542a
feat(i18n): 添加多语言支持及配置
2025-06-19 20:58:55 +08:00
Mithil Srungarapu
383deb72aa
Updated README.md
...
The diagrams were switched, so I fixed it.
2025-06-18 19:08:10 -07:00
Edward Sun
7eaf4d995f
update clear msg bc anthropic needs at least 1 msg in chat call
2025-06-15 23:14:47 -07:00
Edward Sun
da84ef43aa
main works, cli bugs
2025-06-15 22:20:59 -07:00
Edward Sun
90b23e72f5
Merge pull request #25 from maxer137/main
...
Add support for other backends, such as OpenRouter and Ollama
2025-06-15 16:06:20 -07:00
saksham0161
570644d939
Fix ticker hardcoding in prompt ( #28 )
2025-06-11 19:43:39 -07:00
maxer137
99789f9cd1
Add support for other backends, such as OpenRouter and olama
...
This aims to offer alternative OpenAI capable api's.
This offers people to experiment with running the application locally
2025-06-11 14:19:25 +02:00
neo
a879868396
docs: add links to other language versions of README ( #13 )
...
Added language selection links to the README for easier access to translated versions: German, Spanish, French, Japanese, Korean, Portuguese, Russian, and Chinese.
2025-06-09 15:51:06 -07:00
Yijia-Xiao
0013415378
Add star history
2025-06-09 15:14:41 -07:00
Edward Sun
0fdfd35867
Fix default python usage config code
2025-06-08 13:16:10 -07:00
Edward Sun
e994e56c23
Remove EODHD from readme
2025-06-07 15:04:43 -07:00
Yijia-Xiao
47176ba8a2
chore(release): v0.1.1 – TradingAgents cleaned release
2025-06-07 12:17:58 -07:00
Edward Sun
5f1c9c43cf
removed static site
2025-06-05 11:14:05 -07:00