charieswei
  • Joined on 2026-01-20
charieswei synced commits to main at charieswei/open-multi-agent from mirror 2026-04-17 18:48:55 +08:00
b4b38ffdd8 docs: drop deprecated mixtral from groq example model list
4714dd1d4c feat: add Groq provider example and README entry (#121)
Compare 2 commits »
charieswei synced commits to refs/pull/549/merge at charieswei/TradingAgents from mirror 2026-04-17 12:08:59 +08:00
5c3b749914 Merge 1d387162e2b30ed362a92e812ab214c722f651ae into fa4d01c23acef4882fd74dd5be75dd3c7a4bc5f7
1d387162e2 Fix remaining file I/O calls missing utf-8 encoding
Compare 2 commits »
charieswei synced commits to refs/pull/549/head at charieswei/TradingAgents from mirror 2026-04-17 12:08:59 +08:00
1d387162e2 Fix remaining file I/O calls missing utf-8 encoding
charieswei synced commits to refs/pull/548/head at charieswei/TradingAgents from mirror 2026-04-17 12:08:59 +08:00
4f88c4c6c2 Unblock PR review by removing portability and secret-handling regressions
e581adbeca refactor(factory): add pattern caching and type safety to validation
78312851f9 refactor(orchestrator): centralize provider validation in factory
a5fd95af82 chore: add gstack skill routing rules to CLAUDE.md
9753635370 fix: resolve merge conflicts in README and factory.py
Compare 51 commits »
charieswei synced commits to refs/pull/548/merge at charieswei/TradingAgents from mirror 2026-04-17 12:08:59 +08:00
cd63214f06 Merge 4f88c4c6c29a936dd05121dbf01cbe139d0c8a9e into fa4d01c23acef4882fd74dd5be75dd3c7a4bc5f7
4f88c4c6c2 Unblock PR review by removing portability and secret-handling regressions
e581adbeca refactor(factory): add pattern caching and type safety to validation
78312851f9 refactor(orchestrator): centralize provider validation in factory
a5fd95af82 chore: add gstack skill routing rules to CLAUDE.md
Compare 52 commits »
charieswei synced commits to refs/pull/547/head at charieswei/TradingAgents from mirror 2026-04-17 03:58:56 +08:00
28f2384990 fix(cli): dedupe idless streamed messages
9ba1858948 fix(cli): log all tool calls from streamed chunk messages
fa4d01c23a fix: process all chunk messages for tool call logging, harden memory score normalization (#534, #531)
b0f6058299 feat: add DeepSeek, Qwen, GLM, and Azure OpenAI provider support
59d6b2152d fix: use ~/.tradingagents/ for cache and logs, resolving Docker permission issue (#519)
Compare 5 commits »
charieswei synced and deleted reference refs/tags/feat/custom-tools at charieswei/open-multi-agent from mirror 2026-04-17 02:28:55 +08:00
charieswei synced commits to main at charieswei/open-multi-agent from mirror 2026-04-17 02:28:55 +08:00
6de7bbd41f feat: add rule-based compact context strategy (#111) (#119)
696269c924 fix: guard against re-compression of already compressed tool result markers (#118)
a6b5181c74 feat: post-consumption tool result compression (#116) (#117)
Compare 3 commits »
charieswei synced and deleted reference refs/tags/refs/pull/117/merge at charieswei/open-multi-agent from mirror 2026-04-17 02:28:55 +08:00
charieswei synced and deleted reference refs/tags/fix/issue-98-run-error-propagation at charieswei/open-multi-agent from mirror 2026-04-17 02:28:55 +08:00
charieswei synced and deleted reference refs/tags/feat/tool-result-compression at charieswei/open-multi-agent from mirror 2026-04-17 02:28:55 +08:00
charieswei synced commits to refs/pull/546/merge at charieswei/TradingAgents from mirror 2026-04-16 19:48:57 +08:00
e0945f5414 Merge 2364c072476c52a65da8f47392441f1cb71a6bab into fa4d01c23acef4882fd74dd5be75dd3c7a4bc5f7
2364c07247 feat: add MiniMax provider support (M2.7, M2.5, highspeed variants)
Compare 2 commits »
charieswei synced commits to refs/pull/546/head at charieswei/TradingAgents from mirror 2026-04-16 19:48:57 +08:00
2364c07247 feat: add MiniMax provider support (M2.7, M2.5, highspeed variants)
charieswei synced commits to refs/pull/529/head at charieswei/TradingAgents from mirror 2026-04-16 19:48:57 +08:00
d9dcdb3918 chore(hypotheses): picks 2026-04-16 for insider_buying-min-txn-100k
charieswei synced and deleted reference refs/tags/refs/pull/113/merge at charieswei/open-multi-agent from mirror 2026-04-16 18:18:56 +08:00
charieswei synced commits to main at charieswei/open-multi-agent from mirror 2026-04-16 18:18:56 +08:00
c3ead26677 feat: add tool output auto-truncation (#110) (#115)
d78af2787f Merge pull request #114 from hkalex/feature/llm-deepseek
cd57c2ee31 DeepSeek - Fixed adapter test URL
b6ee63bda0 Updated the DeepSeek provider help text
1e154b22fd Merge pull request #113 from hkalex/feature/llm-minimax
Compare 8 commits »
charieswei synced new reference feat/tool-result-compression to charieswei/open-multi-agent from mirror 2026-04-16 18:18:56 +08:00
charieswei synced commits to feat/tool-result-compression at charieswei/open-multi-agent from mirror 2026-04-16 18:18:56 +08:00
charieswei synced commits to main at charieswei/open-multi-agent from mirror 2026-04-16 01:58:57 +08:00
34b911825a docs: update examples section with Vercel AI SDK demo and fix count
1cc43eba6e Merge pull request #112 from JackChen-me/feat/custom-tools
8ecfc1504c feat: add Vercel AI SDK integration example (Next.js + runTeam)
93795db09f fix: apply disallowedTools filtering to runtime-added custom tools
9b487ca368 test: add disallowedTools blocking custom tool test
Compare 6 commits »
charieswei synced commits to feat/custom-tools at charieswei/open-multi-agent from mirror 2026-04-16 01:58:56 +08:00
8ecfc1504c feat: add Vercel AI SDK integration example (Next.js + runTeam)