add TradingAgents

This commit is contained in:
Jinyang 2026-04-01 07:25:26 +04:00 committed by GitHub
parent 36d8ca9b88
commit 444bdb18e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,6 +137,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents
- [dspy](https://github.com/stanfordnlp/dspy) - A framework for programming, not prompting, language models.
- [langchain](https://github.com/langchain-ai/langchain) - Building applications with LLMs through composability.
- [pydantic-ai](https://github.com/pydantic/pydantic-ai) - A Python agent framework for building generative AI applications with structured schemas.
- [TradingAgents](https://github.com/TauricResearch/TradingAgents) - A multi-agents LLM financial trading framework.
- Data Layer
- [instructor](https://github.com/567-labs/instructor) - A library for extracting structured data from LLMs, powered by Pydantic.
- [llama-index](https://github.com/run-llama/llama_index) - A data framework for your LLM application.