Commit Graph

  • f09f9d17a1 feat: insert ChiefAnalystCard above VerdictBanner in run-detail page Ali AL OGAILI 2026-03-24 14:08:46 +0100
  • 865d38839a feat: add Chief Analyst as PHASE-05 in PipelineStepper Ali AL OGAILI 2026-03-24 14:08:39 +0100
  • de14b339ed feat: add ChiefAnalystCard component with PDF download Ali AL OGAILI 2026-03-24 14:08:33 +0100
  • d3d69b2d56 feat: parse chief_analyst report in useRunStream reducer Ali AL OGAILI 2026-03-24 14:08:12 +0100
  • 9a46424e61 feat: add chief_analyst AgentStep, summary phase, and ChiefAnalystReport type Ali AL OGAILI 2026-03-24 14:08:05 +0100
  • 0f74540e04 feat: add Chief Analyst as terminal node in LangGraph pipeline Ali AL OGAILI 2026-03-24 14:07:51 +0100
  • 1d7273d765 feat: wire chief_analyst into streaming, logging, and verdict extraction Ali AL OGAILI 2026-03-24 14:07:46 +0100
  • 5420ccb360 feat: export create_chief_analyst from agents package Ali AL OGAILI 2026-03-24 14:07:39 +0100
  • ed55f05847 feat: add Chief Analyst agent with structured LLM output Ali AL OGAILI 2026-03-24 14:07:30 +0100
  • c9cbed8ad3 feat: add ChiefAnalystReport Pydantic model and AgentState field Ali AL OGAILI 2026-03-24 14:06:57 +0100
  • 2a8579d3cb chore: add .worktrees/ to .gitignore Ali AL OGAILI 2026-03-24 11:48:17 +0100
  • 6adf12eee6 packages Ahmet Guzererler 2026-03-24 10:14:00 +0100
  • 5d5bd4a3cb
    feat(ui): scoped graph nodes per ticker + MockEngine for LLM-free UI testing (#100) ahmet guzererler 2026-03-24 10:03:16 +0100
  • ed75183a3e Auto-commit: 重新构建 TradingAgents 环境并更新相关文件 OpenClaw Bot 2026-03-24 14:27:41 +0800
  • 321cc80434
    Merge pull request #99 from aguzererler/feature/portfolio-resumability-and-cleanup ahmet guzererler 2026-03-24 03:32:21 +0100
  • 2a05e4b5a9
    Merge branch 'main' into feature/portfolio-resumability-and-cleanup ahmet guzererler 2026-03-24 03:32:09 +0100
  • 3c77186b6f Add Community Projects section with AI Quant Fund Live Demo Ubuntu 2026-03-24 02:14:08 +0000
  • c22b601f6c refactor: Remove Chainlit and several other unused dependencies, updating the lock file and related agent configurations. Ahmet Guzererler 2026-03-23 23:07:45 +0100
  • 73cb317120
    Merge pull request #98 from aguzererler/copilot/add-trades-with-stop-loss ahmet guzererler 2026-03-24 01:11:37 +0100
  • 383b414698
    Merge pull request #97 from aguzererler/copilot/optimize-llm-round-trips ahmet guzererler 2026-03-24 01:11:19 +0100
  • 5b5a9b9aee refactor: add limit parameter to get_news_yfinance for consistency d 🔹 2026-03-24 00:06:23 +0000
  • 29a338d957 feat: add token usage tracking and reporting to run service Ali AL OGAILI 2026-03-24 00:40:38 +0100
  • 860968835c feat: add Reset Decision button to clear portfolio stage and re-run Ahmet Guzererler 2026-03-24 00:34:53 +0100
  • 2a17ea0cca feat: add Force re-run checkbox to dashboard params Ahmet Guzererler 2026-03-24 00:31:16 +0100
  • 80a54b2411 fix: fetch live prices from yfinance when none available for trade execution Ahmet Guzererler 2026-03-24 00:25:51 +0100
  • 56c5bea1ae feat: make reports root directory configurable via env var Ahmet Guzererler 2026-03-24 00:15:04 +0100
  • 0951ef17ec fix: resolve KeyError 'data_dir' when running trade execution Ahmet Guzererler 2026-03-24 00:11:07 +0100
  • f7f0aa0678 Address Gemini round 6: fix indicator fallback, consistent _safe_get usage John Weston 2026-03-23 19:05:23 -0400
  • 8461ed540e Fix all review issues ahmet guzererler 2026-03-23 23:58:51 +0100
  • 7850413348 Address Gemini round 5: date validation, cashflow consistency, clean CSV values John Weston 2026-03-23 18:46:16 -0400
  • 57f1d561f9 feat: Add portfolio resumability, extend report saving, and gitignore uv.lock Ahmet Guzererler 2026-03-23 23:44:34 +0100
  • 435854e5a6 Address Gemini round 4: register get_technicals, fix curr_date, clean up naming John Weston 2026-03-23 18:16:21 -0400
  • 72f34187c1 feat: add Claude Code subagent pipeline (no API keys required) Florian Bley 2026-03-23 23:12:13 +0100
  • c2b14dda35 refactor: Remove Chainlit and several other unused dependencies, updating the lock file and related agent configurations. Ahmet Guzererler 2026-03-23 23:07:45 +0100
  • 7e3516e400 Address all Gemini round 3 feedback John Weston 2026-03-23 18:00:50 -0400
  • b622630e53 Address Gemini review: date filtering, caching, dedup, naming + add technicals & competitors John Weston 2026-03-23 17:49:46 -0400
  • 8e48bb4906 Add stop_loss and take_profit fields to Trade entries in database, API, and UI copilot-swe-agent[bot] 2026-03-23 21:12:01 +0000
  • 9c014a8038 Parallel pre-fetch for analyst agents to reduce LLM round-trips copilot-swe-agent[bot] 2026-03-23 21:08:15 +0000
  • 8567f08b91 Initial plan copilot-swe-agent[bot] 2026-03-23 21:02:05 +0000
  • 2c3efd0f87 Initial plan copilot-swe-agent[bot] 2026-03-23 20:56:33 +0000
  • e568cec68c
    Merge pull request #96 from aguzererler/copilot/fix-report-saving-in-runs ahmet guzererler 2026-03-23 21:10:48 +0100
  • aa4e9395bf
    Merge pull request #95 from aguzererler/copilot/add-tests-for-langgraph-engine ahmet guzererler 2026-03-23 21:09:34 +0100
  • 1c7de894ff
    Merge pull request #94 from aguzererler/copilot/fix-langgraph-bug-reporting ahmet guzererler 2026-03-23 21:09:15 +0100
  • b7d44f32b6
    Merge pull request #93 from aguzererler/copilot/fix-json-serialization-error ahmet guzererler 2026-03-23 21:08:52 +0100
  • 69a2d72e60 Add tests for LangGraphEngine run modes (run_scan, run_pipeline, run_portfolio, run_auto) copilot-swe-agent[bot] 2026-03-23 20:06:27 +0000
  • c0d13b9207 Fix langgraph engine: fallback ainvoke, portfolio state shape, JSON serialization copilot-swe-agent[bot] 2026-03-23 19:57:35 +0000
  • 73e5527afa Initial plan copilot-swe-agent[bot] 2026-03-23 19:56:18 +0000
  • 90c49dc1f4 Initial plan copilot-swe-agent[bot] 2026-03-23 19:50:13 +0000
  • 981cf7f1b1 Fix JSON serialization of LangChain message objects in ReportStore copilot-swe-agent[bot] 2026-03-23 19:37:41 +0000
  • 9956420717 Initial plan copilot-swe-agent[bot] 2026-03-23 19:32:42 +0000
  • 1a8ec533c0 fix: add yf_retry to yfinance_news.py to handle rate limits voidborne-d 2026-03-23 19:07:21 +0000
  • 36a6b17a22
    Merge pull request #92 from aguzererler/copilot/fix-report-saving-in-runs ahmet guzererler 2026-03-23 19:55:42 +0100
  • 9187a69ce2 Fix report saving, event storing, auto tickers, portfolio report loading, and state propagation copilot-swe-agent[bot] 2026-03-23 18:33:11 +0000
  • 6b1bc27dac Initial plan copilot-swe-agent[bot] 2026-03-23 18:08:57 +0000
  • 41681e0f9e
    Merge pull request #91 from aguzererler/fix-analyst-tool-loop-18174774985345323969 ahmet guzererler 2026-03-23 18:36:33 +0100
  • 3721aab110 test: add unit tests for analyst agents tool looping google-labs-jules[bot] 2026-03-23 17:22:28 +0000
  • 9cf3a023fa fix: use run_tool_loop instead of invoke in analyst agents google-labs-jules[bot] 2026-03-23 17:00:35 +0000
  • 5bdd42f818
    Merge pull request #90 from aguzererler/copilot/check-upstream-changes ahmet guzererler 2026-03-23 17:48:24 +0100
  • 548902c22a feat: add trade history management with SQLite Ryzenserver 2026-03-24 00:47:22 +0900
  • 57a2ae5438 patched the Copilot client to sanitize malformed usage metadata before langchain_openai processes it Jiaxu Liu 2026-03-23 15:46:04 +0000
  • 1cb6d4e882
    Update tradingagents/llm_clients/copilot_client.py Michael Liu 2026-03-23 15:38:28 +0000
  • 76b166fa8a l Ryzenserver 2026-03-24 00:38:27 +0900
  • 6d3b19d705
    Update cli/utils.py Michael Liu 2026-03-23 15:38:10 +0000
  • b0754b3e39
    Update tradingagents/llm_clients/copilot_client.py Michael Liu 2026-03-23 15:37:36 +0000
  • 480a05b42f
    Add placeholder for OPENROUTER_API_KEY jjyn0215 2026-03-24 00:21:14 +0900
  • 4927677d72
    Update README.md jjyn0215 2026-03-24 00:20:37 +0900
  • 7064884b4f removed the duplicate _resolve_model_options definition from utils.py (line 137), leaving the original helper in place and keeping all callers unchanged Jiaxu Liu 2026-03-23 15:20:15 +0000
  • d38d5e2ecb
    Update tradingagents/llm_clients/copilot_client.py Michael Liu 2026-03-23 15:19:04 +0000
  • ab1b2883ad update Jiaxu Liu 2026-03-23 14:58:53 +0000
  • e76a6742be
    Update tradingagents/llm_clients/copilot_client.py Michael Liu 2026-03-23 14:52:49 +0000
  • ee1c3a69ee
    Update tradingagents/llm_clients/copilot_client.py Michael Liu 2026-03-23 14:52:40 +0000
  • e0b7fed7f4
    Update cli/utils.py Michael Liu 2026-03-23 14:52:33 +0000
  • 706e6bf3a9
    Update cli/utils.py Michael Liu 2026-03-23 14:52:09 +0000
  • 902ad8b932 refactor: extract _resolve_model_options() to remove duplicated logic Jiaxu Liu 2026-03-23 14:47:20 +0000
  • d6ef3c5d4d fix: raise explicit error when gh token is missing in CopilotClient Jiaxu Liu 2026-03-23 14:46:25 +0000
  • 6d53f33df0 fix: verify Copilot subscription access after gh auth login Jiaxu Liu 2026-03-23 14:45:33 +0000
  • fcca3236e9 update Jiaxu Liu 2026-03-23 14:12:01 +0000
  • a84c69e42f update Jiaxu Liu 2026-03-23 14:03:27 +0000
  • 894b7bcba0 update Jiaxu Liu 2026-03-23 14:01:30 +0000
  • 888fdfbfb9 refactor: move Copilot logic into standalone copilot_client.py Jiaxu Liu 2026-03-23 13:59:09 +0000
  • 91a628c9d3 chore: update performance tracking 2026-03-23 github-actions[bot] 2026-03-23 13:58:13 +0000
  • 4399485ec7 chore: daily discovery 2026-03-23 github-actions[bot] 2026-03-23 13:57:49 +0000
  • 24e97fb703 fix: use Responses API for Copilot models that don't support chat/completions Jiaxu Liu 2026-03-23 13:50:55 +0000
  • 8db73d7440
    Merge 4aeaf09a2c into 589b351f2a Charlie Tonneslan 2026-03-23 09:41:57 -0400
  • 4aeaf09a2c Return error message instead of raising on unsupported indicators Charlie Tonneslan 2026-03-23 09:41:40 -0400
  • d8ac212253 feat: add GitHub Copilot provider with OAuth auth via gh CLI Jiaxu Liu 2026-03-23 13:18:55 +0000
  • 4abad33e0f Add Polaris as news/sentiment/price data vendor John Weston 2026-03-23 08:51:57 -0400
  • 4c186a55e8 merge: sync with upstream TauricResearch/TradingAgents v0.2.2 copilot-swe-agent[bot] 2026-03-23 12:17:25 +0000
  • f3025a9768 docs: add upstream PR review with evaluations and recommendations (2026-03-23) copilot-swe-agent[bot] 2026-03-23 11:53:53 +0000
  • f990153866 Initial plan copilot-swe-agent[bot] 2026-03-23 11:48:46 +0000
  • 8012856247
    Merge 801a5d1849 into 589b351f2a Sagar Roy 2026-03-23 12:35:01 +0100
  • 801a5d1849 feat: add Groq and Kilo Gateway LLM provider support Sagar Roy 2026-03-23 16:59:51 +0530
  • 6ae6eb6435
    Merge pull request #31 from aguzererler/copilot/create-information-flow-models ahmet guzererler 2026-03-23 12:06:03 +0100
  • 075b52453c
    Merge pull request #87 from aguzererler/feat/agent-os-observability ahmet guzererler 2026-03-23 12:00:46 +0100
  • f1f487b6d3 Auto-commit: 重新构建 TradingAgents 环境并更新相关文件 OpenClaw Bot 2026-03-23 18:54:05 +0800
  • d5f1c8fa22
    Merge pull request #89 from aguzererler/copilot/add-prompts-to-backend-frontend ahmet guzererler 2026-03-23 11:53:09 +0100
  • e808031aa6 docs: update docs/agent/ with AgentOS architecture, components, conventions, and ADR 013 copilot-swe-agent[bot] 2026-03-23 10:48:49 +0000
  • 1b5aee572a fix: portfolio field mapping (shares→quantity, cash→cash_balance) and pipeline recursion limit copilot-swe-agent[bot] 2026-03-23 09:40:56 +0000
  • c8ef145091
    Merge 5450fc9e81 into 589b351f2a aretaafandi02-source 2026-03-23 16:32:49 +0700
  • 5450fc9e81 feat: Add Pydantic schema validation at agent boundaries Laboon 🐋 2026-03-23 09:32:23 +0000