Timothy
0417e33ab2
fix: batch modify gmail tool
2026-04-01 17:23:57 -07:00
Timothy @aden
0722f83f16
Merge pull request #6792 from fermano/feat/agent-selection-tool-resolution-n-framework-integration
...
Feat/agent selection tool resolution n framework integration
2026-03-31 17:38:39 -07:00
Zhang
9a68a5d7ee
fix(job-hunter): align intake node client_facing and input_keys with agent.json
2026-03-29 11:33:57 -07:00
Zhang
33edf4a207
feat(job-hunter): support PDF resume input via file path ( #6740 )
2026-03-29 11:26:35 -07:00
Fernando Mano
c7d0afc775
Feature: #6351 - Agent selection, tool resolution & framework integration
...
Made-with: Cursor
2026-03-24 22:34:52 -03:00
Fernando Mano
45aafbc52b
Merge branch 'main' into feat/agent-selection-tool-resolution-n-framework-integration
2026-03-24 17:02:08 -03:00
Leandro Rodrigues
c9134cfd91
micro-fix: make test filenames unique to avoid pytest import conflicts
...
- multiple test files shared the same module name "test_structure.py"
- this cause pytest import mismatches during collection
- renamed test files to "test_email_reply_agent" and "test_meeting_scheduler"
- eliminated module name collisions and fixed test discovery
2026-03-23 16:13:31 -03:00
Fernando Mano
b599a760e8
Feature: #6351 - Agent selection, tool resolution & framework integration -- first version with mocked MCPRegistry
2026-03-19 10:48:37 -03:00
Richard Tang
af10494b31
chore: ruff lint
2026-03-17 20:41:08 -07:00
Richard Tang
3aca153be5
fix: add missing flowchart and terminal nodes
2026-03-17 16:03:29 -07:00
Schlaflied
450575a927
refactor(sdr-agent): reuse agent.start() in tui command and fix mock mode
...
- Replace duplicated setup code in tui command with agent.start(mock_mode=mock)
- Fix mock mode to use MockLLMProvider instead of llm=None
- Add demo_contacts.json sample data for template testing
- Untrack .claude/settings.json and add to .gitignore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-17 13:52:10 -04:00
Schlaflied
eac2bb19b2
fix(sdr-agent): fix agent runtime lifecycle and mcp config
...
- Replace self._executor with self._agent_runtime (AgentRuntime | None)
- Import AgentRuntime for proper type annotation
- Add missing await self._agent_runtime.start() in start() — runtime
was created but never started, causing silent failures at runtime
- Add self._agent_runtime = None reset in stop() for clean restart
- Remove redundant self._graph is None guard in trigger_and_wait()
- Update mcp_servers.json with hive-tools server config
- Add credential file patterns to .gitignore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-17 13:50:29 -04:00
Schlaflied
756a815bf0
feat(templates): add SDR Agent sample template
2026-03-17 13:50:05 -04:00
bryan
b77a3031fe
refactor: update flowchart.json for templates
2026-03-16 17:27:28 -07:00
bryan
4ab33a39d6
chore: add generated flowchart.json for template agents
2026-03-16 12:13:29 -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
Vincent Jiang
1ac9ba69d6
docs: replace recipe examples with 100 sample agent prompts
...
Replace individual recipe READMEs with a comprehensive collection of 100 real-world agent prompt examples across marketing, sales, operations, engineering, and finance. This provides users with a broader range of use case inspiration in a single, organized reference document.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-03-12 14:46:09 -07:00
Richard Tang
6cb73a6fea
refactor: remove the remaining old trigger format and change the trigger format in examples to the latest format
2026-03-11 16:13:37 -07:00
Richard Tang
2258c23254
Merge branch 'feature/queen-global-memory' into feat/queen-planning-phase
2026-03-09 19:11:32 -07:00
Richard Tang
7ceb1efd02
fix: replace old tool name reference
2026-03-09 18:40:01 -07:00
Richard Tang
f6f398b6b1
feat: add GCU knowledge to planning
2026-03-09 17:02:13 -07:00
Timothy
ad1a4ef0c3
fix: cancellation button
2026-03-09 12:48:20 -07:00
Timothy
2111c808a9
feat: queen memory v1
2026-03-09 11:55:39 -07:00
Richard Tang
19dd40ed3a
chore: ruff lint
2026-03-06 19:11:53 -08:00
Richard Tang
50ab55ded5
feat: loading improvement
2026-03-06 17:35:17 -08:00
Richard Tang
5ce230b0a6
refactor: move the coder tools
2026-03-06 14:56:19 -08:00
Richard Tang
4de140a170
Merge remote-tracking branch 'origin/main' into feat/queen-responsibility
2026-03-06 11:17:03 -08:00
Richard Tang
8c9892f9f6
feat: re-organized the tools for list mcp tools
2026-03-05 12:06:57 -08:00
bryan
429619379e
fix: linter issues
2026-03-04 19:50:25 -08:00
bryan
ed80ae80f0
feat: twitter news sample agent
2026-03-04 19:37:34 -08:00
bryan
df1a83d475
feat/local-business-sample-agent
2026-03-04 19:09:02 -08:00
Richard Tang
232890b970
docs: remove the reference of the old agent skills
2026-03-04 16:23:30 -08:00
bryan
61487db481
chore: linter fixes
2026-03-04 08:44:04 -08:00
bryan
c42c8ba505
Merge branch 'main' into feat/google-scopes
2026-03-04 08:25:29 -08:00
Richard Tang
3f86bd4009
chore: lint fix
2026-03-03 20:39:04 -08:00
bryan
06a9adb051
chore: linter fix
2026-03-03 20:15:42 -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
bryan
9ce753055c
feat: meeting scheduler agent
2026-03-03 20:01:58 -08:00
Richard Tang
676ef56134
fix: mcp path
2026-03-03 14:51:58 -08:00
Richard Tang
f0899bb35d
feat: use send instead of draft for email reply agent
2026-03-03 14:51:58 -08:00
Richard Tang
f490038e36
chore: move the email reply sample agent
2026-03-03 14:51:58 -08:00
Richard Tang
cbf220eb00
feat: email reply sample agent
2026-03-03 14:51:58 -08:00
Richard Tang
0f26e34f09
fix: improve the reply template
2026-03-03 14:45:07 -08:00
Richard Tang
a8db4cb2f5
fix: mcp path
2026-03-03 12:19:32 -08:00
Richard Tang
24433396dd
feat: use send instead of draft for email reply agent
2026-03-03 12:04:44 -08:00
Richard Tang
02bdf17641
chore: move the email reply sample agent
2026-03-03 11:59:14 -08:00
Richard Tang
88640f9222
feat: email reply sample agent
2026-03-03 09:41:20 -08:00
Richard Tang
26481e27a6
fix: fix tests and lint
2026-03-02 22:46:38 -08:00
Timothy
7d1433af21
fix: queen agent flakiness
2026-03-02 19:57:18 -08:00
Timothy
41785abdba
fix: rephrasing
2026-03-02 11:54:22 -08:00