Richard Tang
02edd44283
feat: First-Class Worker Agents with Event-Driven Dependency Execution
2026-04-02 13:00:52 -07:00
Richard Tang
0e5f571b09
refactor: removed unused ticket escalate and unused runner code
2026-04-01 20:10:41 -07:00
Richard Tang
6a77a9a7b2
refactor: rename worker functions for clarity
2026-04-01 19:04:44 -07:00
RichardTang-Aden
d7ce923ca6
Merge pull request #1586 from rhythmtaneja/improve-eventbus-logging
...
Improve EventBus handler error logging to include traceback
2026-03-23 20:17:51 -07:00
Timothy
f7639f8572
fix: realtime context display
2026-03-18 19:29:31 -07:00
Antiarin
28250dc45e
feat: support cron editing via trigger update API
...
- Extend PATCH /triggers/{id} to accept trigger_config with cron
validation via croniter and active timer restart
- Add TRIGGER_UPDATED SSE event so frontend updates in real time
- Update frontend API client to use updateTrigger with config support
- Add tests for task update, cron restart, and invalid cron rejection
2026-03-17 09:07:10 +05:30
bryan
7ede3ba171
feat: queen upsert fix
2026-03-13 19:34:26 -07:00
Richard Tang
f9d5f95936
Merge remote-tracking branch 'origin/feature/flowchart-linked-experimental' into feat/refactor-session
2026-03-12 18:32:26 -07:00
Timothy
2564f1b948
feat: allow multiple questions
2026-03-12 17:56:58 -07:00
Richard Tang
944567dc31
chore: ruff lint
2026-03-12 16:23:13 -07:00
Timothy
86349c78d0
Merge branch 'feature/guardrails' into feature/flowchart-linked-experimental
2026-03-12 15:11:12 -07:00
Richard Tang
a18ed5bbe6
feat: restore queen phase
2026-03-12 14:29:01 -07:00
Richard Tang
ed3d4bfe33
feat: resume cold session from event logs
2026-03-12 14:07:57 -07:00
Timothy
49560260de
fix: token counts
2026-03-12 11:52:08 -07:00
Richard Tang
596ce9878d
feat: unique run id
2026-03-12 11:09:36 -07:00
Timothy
a67563850b
feat: flowchart reconciliation
2026-03-11 19:58:27 -07:00
Richard Tang
0c7f43f595
refactor: remove reference of the unused session judge
2026-03-11 16:01:00 -07:00
Richard Tang
b4caa045e1
Merge remote-tracking branch 'origin/main' into feat/agent-trigger
2026-03-11 14:32:36 -07:00
Timothy
bdd6194203
feature: hive flowchart at planning phase
2026-03-10 19:54:02 -07:00
Richard Tang
4f5ac6d1b1
refactor: rename hive_coder to queen and extract queen orchestrator
2026-03-09 14:23:31 -07:00
bryan
f474d0bc8e
Merge branch 'main' into feat/agent-trigger
2026-03-08 16:59:14 -07:00
bryan
61c59d57e8
feat: phase 1 of trigger plan
2026-03-06 15:11:36 -08:00
Timothy
126cbe529f
feat: queen thinking hook
2026-03-06 14:30:10 -08:00
Richard Tang
8468c45dc2
refactor: rename the queen mode to queen phase for clarity
2026-03-04 16:10:15 -08:00
Richard Tang
8daaf000b1
Merge remote-tracking branch 'origin/feat/question-widget' into queen-mode-separation
2026-03-03 20:09:10 -08:00
Richard Tang
0a2ff1db97
feat: new queen stages and tools
2026-03-03 18:07:47 -08:00
bryan
68ac73aa55
feat: add options support to ask_user tool
2026-03-03 07:53:05 -08:00
Timothy
7d1433af21
fix: queen agent flakiness
2026-03-02 19:57:18 -08:00
Richard Tang
20efd523c9
Merge remote-tracking branch 'upstream/feature/llm-turn-logging' into feat/sub-agent-framework
2026-02-26 16:16:37 -08:00
Timothy
8fc7fff496
feature: log llm turn stop reasons
2026-02-26 16:14:51 -08:00
Richard Tang
35a05f4120
Merge remote-tracking branch 'upstream/feat/open-hive' into feat/sub-agent-framework
2026-02-26 14:59:48 -08:00
bryan
73005a8498
fix: validate credentials before queen-initiated worker start
2026-02-25 19:37:54 -08:00
bryan
bda6b18e8a
fix: session reconnect + iteration-based message IDs
2026-02-25 16:55:33 -08:00
bryan
e68695ee92
merge
2026-02-24 17:43:29 -08:00
bryan
c44b12cc8b
remove subgraph, persistent tabs, node action plan
2026-02-24 12:42:07 -08:00
Timothy
0b2b7a2622
feat: event bus logging
2026-02-24 07:43:05 -08:00
Timothy
f697dc99fb
feat: queen primitives
2026-02-23 19:15:55 -08:00
Richard Tang
3451570541
feat: enable subagent to talk back to the parent via tools
2026-02-23 12:31:51 -08:00
Timothy
3f5bbbf1e3
feat: implementation of concurrent judge
2026-02-23 09:52:11 -08:00
Timothy
74635e1d7d
feat: subscription model support, tui revamp
2026-02-18 20:28:11 -08:00
Timothy
7dfc75b3e6
feat: muti graph agent session
2026-02-18 12:46:59 -08:00
Timothy
1f8a47203f
fix: common transient errors and loop detection
2026-02-13 16:14:43 -08:00
Timothy
d1d5f49c5a
fix: add more events to event bus
2026-02-12 20:42:20 -08:00
Timothy
83140a1398
feat: event source in runtime
2026-02-12 19:52:15 -08:00
Timothy
9a3c6703e1
feat:phased compaction and event bus integration
2026-02-12 18:41:32 -08:00
Timothy
6a42b9c66b
fix: resolve CI failures in lint and tests
...
- Fix max_node_visits blocking executor retries: the visit count was
incremented on every loop iteration including retries, causing nodes
with max_node_visits=1 (default) to be skipped on retry. Added
_is_retry flag to distinguish retries from new visits via edge
traversal.
- Fix 20 UP042 lint errors: replace (str, Enum) with StrEnum across
14 files. Python 3.11+ StrEnum is preferred and enforced by ruff.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-02-03 19:36:35 -08:00
bryan
537172d8ce
implemented clientIO gateway [WP-9]
2026-02-01 20:23:26 -08:00
Timothy
017872f71b
feat: emit bus events
2026-01-30 16:27:39 -08:00
Timothy
7e670ce0a8
feat: event loop WP1-4
2026-01-30 11:43:19 -08:00
rhythmtaneja
b61ec8c94d
Improve EventBus handler error logging by using logger.exception to include traceback
2026-01-28 00:46:23 +05:30