Commit Graph

  • 128e5b5a76
    Merge d3479296e1 into b4b38ffdd8 Ibrahim Kazimov 2026-04-17 12:38:36 +0300
  • d3479296e1 fix: remove agent picture Ibrahim Kazimov 2026-04-17 12:37:33 +0300
  • 10160bf6a9 fix: update dashboard metrics with start and end timestamps for tasks Ibrahim Kazimov 2026-04-17 12:29:23 +0300
  • a33d602194 feat: remove unused HTML and task configuration files Ibrahim Kazimov 2026-04-17 12:12:51 +0300
  • b4b38ffdd8 docs: drop deprecated mixtral from groq example model list main JackChen 2026-04-17 12:16:52 +0800
  • 4714dd1d4c
    feat: add Groq provider example and README entry (#121) Matt Van Horn 2026-04-17 00:15:45 -0400
  • 576952b38f
    feat: add Groq provider example and README entry Matt Van Horn 2026-04-17 00:04:07 -0400
  • 6de7bbd41f
    feat: add rule-based compact context strategy (#111) (#119) JackChen 2026-04-16 23:34:50 +0800
  • 60163ccf50 fix: remove redundant length guard and fix compact type indentation JackChen 2026-04-16 23:34:28 +0800
  • d21d4e035a feat: add rule-based compact context strategy (#111) JackChen 2026-04-16 23:16:30 +0800
  • 696269c924
    fix: guard against re-compression of already compressed tool result markers (#118) JackChen 2026-04-16 18:25:48 +0800
  • bd55658762 fix: guard against re-compression of already compressed tool result markers JackChen 2026-04-16 18:23:41 +0800
  • a6b5181c74
    feat: post-consumption tool result compression (#116) (#117) JackChen 2026-04-16 18:22:42 +0800
  • 1529dd1346 feat: post-consumption tool result compression (#116) JackChen 2026-04-16 18:09:37 +0800
  • c3ead26677
    feat: add tool output auto-truncation (#110) (#115) JackChen 2026-04-16 17:40:08 +0800
  • 10337f88ab merge: resolve conflict with main (customTools + maxToolOutputChars) JackChen 2026-04-16 17:39:54 +0800
  • a97e80ca37 fix: truncateToolOutput may exceed maxChars when limit < marker overhead JackChen 2026-04-16 17:36:51 +0800
  • 4da2ea9b16 feat: add tool output auto-truncation at framework level (#110) JackChen 2026-04-16 17:22:22 +0800
  • d78af2787f
    Merge pull request #114 from hkalex/feature/llm-deepseek JackChen 2026-04-16 14:15:20 +0800
  • cd57c2ee31 DeepSeek - Fixed adapter test URL hkalex 2026-04-16 15:24:16 +1000
  • b6ee63bda0 Updated the DeepSeek provider help text hkalex 2026-04-16 15:21:50 +1000
  • 1e154b22fd
    Merge pull request #113 from hkalex/feature/llm-minimax JackChen 2026-04-16 12:00:32 +0800
  • 0485bfb82f Change the default URL of deepseek. Change the example to use reasoner for architect. hkalex 2026-04-16 12:17:22 +1000
  • fa4533e8d0 Support DeepSeek hkalex 2026-04-16 11:36:03 +1000
  • 5305cb2321 Support MiniMax hkalex 2026-04-16 10:53:29 +1000
  • 34b911825a docs: update examples section with Vercel AI SDK demo and fix count JackChen 2026-04-16 01:48:28 +0800
  • 1cc43eba6e
    Merge pull request #112 from JackChen-me/feat/custom-tools JackChen 2026-04-16 01:26:53 +0800
  • 8ecfc1504c feat: add Vercel AI SDK integration example (Next.js + runTeam) JackChen 2026-04-16 00:49:49 +0800
  • 12e538f1a9 feat: add dashboard generation for runTeam execution Ibrahim Kazimov 2026-04-15 19:43:32 +0300
  • 0170e43c4e
    feat: add customTools to AgentConfig (#109) JackChen 2026-04-15 15:14:19 +0800
  • 93795db09f fix: apply disallowedTools filtering to runtime-added custom tools JackChen 2026-04-15 15:11:12 +0800
  • 9b487ca368 test: add disallowedTools blocking custom tool test JackChen 2026-04-15 15:10:02 +0800
  • 38a88df144 feat: add customTools support to AgentConfig for orchestrator-level tool injection JackChen 2026-04-15 14:45:02 +0800
  • 017e0f42f6 docs: update README to reflect recent changes (glob tool, MCP shipped, source file count) JackChen 2026-04-14 21:30:30 +0800
  • c0ddcfc7aa
    Merge pull request #107 from ibrahimkzmv/feat.add-cli JackChen 2026-04-13 03:25:57 +0800
  • cdec60e7ad docs: add docs for cli Ibrahim Kazimov 2026-04-12 20:17:13 +0300
  • dfe46721a5 feat: add cli Ibrahim Kazimov 2026-04-12 20:12:16 +0300
  • 0f16e81ae6
    Merge pull request #105 from JackChen-me/chore/feature-request-source-field JackChen 2026-04-12 23:25:51 +0800
  • 5804a54898 chore: add source field to feature request issue template JackChen 2026-04-12 23:23:42 +0800
  • 252419e1f8
    Merge pull request #104 from JackChen-me/fix/issue-99-100-101-abort-signal-propagation JackChen 2026-04-12 23:22:15 +0800
  • 6ea66afab5 fix: propagate AbortSignal through tool execution, Gemini adapter, and abort queue path (#99, #100, #101) JackChen 2026-04-12 23:20:30 +0800
  • 97c5e457dd
    Merge pull request #103 from JackChen-me/fix/issue-98-run-error-propagation JackChen 2026-04-12 22:22:22 +0800
  • 9b04fbf2e5
    Merge pull request #102 from ibrahimkzmv/feat.add-glob-tool JackChen 2026-04-12 22:21:43 +0800
  • 9a446b8796 fix: propagate error events in AgentRunner.run() (#98) JackChen 2026-04-12 22:16:33 +0800
  • dc88232885 feat: add glob tool Ibrahim Kazimov 2026-04-12 16:59:20 +0300
  • ced1d90a93
    Merge pull request #89 from ibrahimkzmv/feat.mcp-tool-integration JackChen 2026-04-12 17:05:31 +0800
  • 62107938bb
    Merge fb6051146f into 0fb8a38284 NamelessNATM 2026-04-12 16:56:02 +0800
  • 0fb8a38284
    Merge pull request #88 from ibrahimkzmv/feat.context-strategy JackChen 2026-04-12 16:54:41 +0800
  • 629d9c8253 feat: implement synthetic framing for user messages and enhance context strategy handling MrAvalonApple 2026-04-12 00:18:36 +0300
  • 167085c3a7
    Merge branch 'main' into feat.mcp-tool-integration Ibrahim Kazimov 2026-04-12 00:03:18 +0300
  • 12dd802ad8 feat: update MCP GitHub example and added llmInputSchema MrAvalonApple 2026-04-12 00:01:22 +0300
  • 1fbed196ca Revert "ci: add release workflow triggered by v*.*.* tags" JackChen 2026-04-11 15:25:24 +0800
  • a220b6ecc5 ci: add release workflow triggered by v*.*.* tags JackChen 2026-04-11 15:23:41 +0800
  • 89311dc4d4 chore: release 1.1.0 v1.1.0 JackChen 2026-04-11 15:15:15 +0800
  • 06cc415ddf
    docs: rewrite README top fold and trim Examples section (#95) JackChen 2026-04-11 14:19:03 +0800
  • e0fd1860fc docs: rewrite README top fold and trim Examples section JackChen 2026-04-11 14:01:53 +0800
  • aa5fab59fa
    feat: enforce dependency-scoped agent context (default-deny) (#87) Ibrahim Kazimov 2026-04-09 22:09:58 +0300
  • 7aa1bb7b5d feat: add connectMCPTools() to register MCP server tools as agent tools MrAvalonApple 2026-04-09 20:05:20 +0300
  • eb484d9bbf feat: add context management strategies (sliding-window, summarize, custom) to prevent unbounded conversation growth MrAvalonApple 2026-04-09 19:40:15 +0300
  • 2de4030037 feat: enforce dependency-scoped agent context (default-deny) MrAvalonApple 2026-04-09 19:24:32 +0300
  • f1c7477a26 docs: fix MCP tracking issue link to #86 JackChen 2026-04-09 03:29:58 +0800
  • 664bed987f docs: restructure DECISIONS.md to signal openness on MCP and A2A JackChen 2026-04-09 03:16:38 +0800
  • 2022882bfb
    Merge pull request #85 from ibrahimkzmv/feat.customizable-coordinator JackChen 2026-04-08 18:56:12 +0800
  • 0b57ffe3e9 feat: enhance CoordinatorConfig with toolPreset and disallowedTools options MrAvalonApple 2026-04-08 12:34:25 +0300
  • fb6051146f feat: implement delegation mechanism for agent orchestration NamelessNATM 2026-04-08 05:58:10 +0000
  • 03dc897929 fix: eliminate duplicate progress events and double completedTaskCount in short-circuit path (#82) JackChen 2026-04-08 12:49:13 +0800
  • cb11020c65 chore: rename research aggregation example to 15- (avoid collision with 14-) JackChen 2026-04-08 12:14:23 +0800
  • 91494bcca9
    Merge pull request #79 from mvanhorn/osc/76-research-aggregation JackChen 2026-04-08 12:13:48 +0800
  • faf24aaffa chore: rename example to 14- prefix and fix misleading shared memory prompts JackChen 2026-04-08 12:08:54 +0800
  • d8c3808851
    Merge pull request #80 from mvanhorn/osc/75-multi-perspective-review JackChen 2026-04-08 12:01:38 +0800
  • 54bfe2ed2d fix: address review feedback on research aggregation example Matt Van Horn 2026-04-07 18:22:31 -0700
  • 40f13a09a6 fix: correct event types, properties, and Task annotation Matt Van Horn 2026-04-07 16:46:50 -0700
  • 30369b0597 feat: add customizable coordinator options for runTeam and enhance system prompt MrAvalonApple 2026-04-07 22:11:27 +0300
  • dc8cbe0262 chore: bump contrib.rocks cache version to refresh contributors JackChen 2026-04-08 02:08:13 +0800
  • 97c39b316c
    feat: add tool allowlist, denylist, preset list (#83) Ibrahim Kazimov 2026-04-07 21:04:40 +0300
  • c297dd092f fix: enhance tool registration and filtering for runtime-added tools MrAvalonApple 2026-04-07 20:42:08 +0300
  • ff008aad31 fix: update filtering logic to allow custom tools MrAvalonApple 2026-04-07 20:17:16 +0300
  • a8e9bdcacd feat: update readme and add AGENT_FRAMEWORK_DISALLOWED MrAvalonApple 2026-04-07 19:49:52 +0300
  • 62f285a558 feat: add allowlist denylist and preset list for tools MrAvalonApple 2026-04-07 19:39:50 +0300
  • 48fbec6659
    Merge pull request #70 from EchoOfZion/feature/smart-shortcircuit JackChen 2026-04-07 23:52:16 +0800
  • 9463dbb28e refactor(orchestrator): address PR #70 review feedback EchoOfZion 2026-04-07 21:46:03 +0900
  • cfbbd24601 feat: skip coordinator for simple goals in runTeam() EchoOfZion 2026-04-06 19:24:56 +0900
  • 0fd18d8a19 feat: add multi-perspective code review example Matt Van Horn 2026-04-07 03:16:27 -0700
  • 34ca8602d0 feat: add multi-source research aggregation example Matt Van Horn 2026-04-07 02:52:23 -0700
  • 210bd45504 feat: add multi-perspective code review example Matt Van Horn 2026-04-07 01:30:52 -0700
  • 607ba57a69
    Merge pull request #77 from JackChen-me/fix/per-agent-serialization-72 JackChen 2026-04-07 11:20:40 +0800
  • 5a67d559a3 chore: update .gitignore and revise MCP decision in DECISIONS.md JackChen 2026-04-07 11:20:32 +0800
  • a29d87f384 docs: update CLAUDE.md concurrency section for per-agent mutex JackChen 2026-04-07 10:46:08 +0800
  • 73b2454c2f fix: add per-agent mutex to prevent concurrent runs on same Agent instance (#72) JackChen 2026-04-07 03:42:24 +0800
  • 60fb2b142e
    feat: implement token budget management in agent and orchestrator (#71) Ibrahim Kazimov 2026-04-06 18:14:08 +0300
  • c563d6c836 feat: add budget exceeded event handling in agent and orchestrator MrAvalonApple 2026-04-06 18:06:58 +0300
  • bad083f48c fix: resolve TypeScript type errors in event and trace handlers MrAvalonApple 2026-04-06 17:30:20 +0300
  • 44f2ad2fe4 feat: implement token budget management in agent and orchestrator MrAvalonApple 2026-04-06 17:20:49 +0300
  • 1e3bd1013e fix: correct Team constructor usage in abort-signal tests JackChen 2026-04-06 12:54:24 +0800
  • 336d94e50d
    feat: add AbortSignal support to runTeam() and runTasks() (#69) Jason 2026-04-06 12:49:01 +0800
  • fa8242456a feat: add AbortSignal support to runTeam() and runTasks() JasonOA888 2026-04-06 12:33:42 +0800
  • d59898ce3d
    docs: update coverage badge from 71% to 88% (#57) JackChen 2026-04-05 14:34:29 +0800
  • 42d75dbeed docs: update coverage badge from 71% to 88% JackChen 2026-04-05 14:33:06 +0800
  • c23a20bb6c
    test: add LLM adapter contract tests, improve coverage from 71% to 88% (#56) JackChen 2026-04-05 14:14:43 +0800
  • c0e513e781 test: add LLM adapter contract tests, improve coverage from 71% to 88% JackChen 2026-04-05 14:12:31 +0800