CREDO23
|
99610ea2d9
|
subagents/calendar: rewrite system prompt on the native-tool shape (infer-first inputs, all-day vs timed datetime semantics, search-disambiguation, outcome mapping) and trim description verbing to match actual tool surface.
|
2026-05-11 14:32:26 +02:00 |
|
CREDO23
|
2f9b06832f
|
subagents/gmail: rewrite system prompt on the native-tool shape (infer-first inputs, irreversibility safety, outcome mapping, MCP-aligned contract) and trim description verbing to match actual tool surface.
|
2026-05-11 14:24:04 +02:00 |
|
CREDO23
|
dc7a096d97
|
subagents/notion: rewrite system prompt as native-tool pilot with infer-first inputs, outcome mapping, and MCP-aligned contract.
|
2026-05-11 12:24:48 +02:00 |
|
CREDO23
|
a4c684a333
|
subagents/clickup: rewrite system prompt on the linear pilot shape and expand allowlist for workspace hierarchy, list, member lookup, task create and update.
|
2026-05-11 11:56:00 +02:00 |
|
CREDO23
|
8ff9916d02
|
subagents/slack: rewrite system prompt on the linear pilot shape and expand allowlist for message search, user search, and send message.
|
2026-05-11 11:49:13 +02:00 |
|
CREDO23
|
62a5158089
|
subagents/connectors: airtable system prompt and allowlist rewrite, lead linear/jira resolution principle with "Proactively look up".
|
2026-05-11 11:43:07 +02:00 |
|
CREDO23
|
7fba56862e
|
subagents/connectors: delete orphan pre-MCP issue-mutation tool files from jira and linear routes (MCP supplies these now).
|
2026-05-11 11:30:58 +02:00 |
|
CREDO23
|
9b8ebbab2c
|
subagents/jira: rewrite system prompt on the linear pilot shape and expand allowlist for issue lookup, transitions, accountId, and required-field schema.
|
2026-05-11 11:23:59 +02:00 |
|
CREDO23
|
54f3e8c075
|
subagents/linear: drop enumerated state defaults and tool-category shortcuts in vocabulary and resolution principle.
|
2026-05-11 11:23:52 +02:00 |
|
CREDO23
|
8ed7a43d63
|
subagents/linear: rewrite system prompt with heuristic shape and align description with read-only cycle handling.
|
2026-05-11 11:00:50 +02:00 |
|
CREDO23
|
10334fbdf0
|
subagents: align builtin descriptions (deliverables, memory, research) on the new shape.
|
2026-05-11 10:09:04 +02:00 |
|
CREDO23
|
d8ad0105d7
|
subagents: align remaining connector descriptions on the new identity-first routing shape.
|
2026-05-11 10:08:56 +02:00 |
|
CREDO23
|
c4d3a748cf
|
subagents: rewrite routing descriptions with platform-native verbs for notion, jira, linear, gmail, calendar, slack.
|
2026-05-11 10:08:49 +02:00 |
|
CREDO23
|
2ab6b1c757
|
Merge upstream/dev into feature/multi-agent.
|
2026-05-09 23:00:56 +02:00 |
|
CREDO23
|
932bf22a34
|
chat: fix mixed-decision HITL crash and fold resumed assistant messages into the interrupted bubble.
|
2026-05-09 22:54:07 +02:00 |
|
CREDO23
|
2e132513be
|
chat: unify HITL approval UX behind a single paginated card and harden timeline supersede.
|
2026-05-09 21:44:54 +02:00 |
|
CREDO23
|
78f4747382
|
refactor(chat): stream agent events via stream_output and remove parity v2 flag
|
2026-05-07 19:40:10 +02:00 |
|
DESKTOP-RTLN3BA\$punk
|
5e87a7a251
|
fix: composio tool calls in composio connectors
|
2026-05-05 18:57:10 -07:00 |
|
DESKTOP-RTLN3BA\$punk
|
4e174f17f2
|
chore: linting
|
2026-05-05 17:08:34 -07:00 |
|
CREDO23
|
a421e7d792
|
fix(multi-agent): degrade to builtins-only when MCP or subagent registry build fails
|
2026-05-05 23:42:11 +02:00 |
|
CREDO23
|
3cb2c3056e
|
fix(stream): route every agent (re)build through one helper to prevent factory drift
|
2026-05-05 23:35:23 +02:00 |
|
CREDO23
|
997d860790
|
fix(multi-agent): defensive message extraction on subagent task return
|
2026-05-05 22:52:03 +02:00 |
|
CREDO23
|
07a84d1a41
|
fix(multi-agent): cache compiled agent graph keyed on per-request inputs
|
2026-05-05 22:50:02 +02:00 |
|
CREDO23
|
c8ed70a26c
|
fix(multi-agent): layer per-thread prompt cache key onto LLM at agent build
|
2026-05-05 22:30:08 +02:00 |
|
CREDO23
|
744ad92971
|
chore(multi-agent): demote subagent registry listing log to debug
|
2026-05-05 22:23:17 +02:00 |
|
CREDO23
|
bba5fb1db8
|
fix(multi-agent): fail closed when connector discovery raises
|
2026-05-05 22:22:57 +02:00 |
|
CREDO23
|
73272ce348
|
refactor(multi-agent): switch compile graph to new orchestrator and drop deepagent_stack
|
2026-05-05 20:55:38 +02:00 |
|
CREDO23
|
5abae09435
|
refactor(multi-agent): add slimmed orchestrator at middleware/stack.py
|
2026-05-05 20:55:03 +02:00 |
|
CREDO23
|
7690e8b278
|
refactor(multi-agent): relocate general-purpose subagent next to other builtins
|
2026-05-05 20:54:45 +02:00 |
|
CREDO23
|
611fef8666
|
refactor(multi-agent): add subagent extras builder and drop filesystem from registry subagents
|
2026-05-05 20:54:27 +02:00 |
|
CREDO23
|
b0ee44b2f1
|
refactor(multi-agent): add main-agent safety and llm-shaping middleware factories
|
2026-05-05 20:54:13 +02:00 |
|
CREDO23
|
390dc9307f
|
refactor(multi-agent): add main-agent knowledge middleware factories
|
2026-05-05 20:53:59 +02:00 |
|
CREDO23
|
6a4dacda72
|
refactor(multi-agent): add main-agent observability and lifecycle middleware factories
|
2026-05-05 20:53:49 +02:00 |
|
CREDO23
|
67036448f9
|
refactor(multi-agent): add shared middleware factory per concept
|
2026-05-05 20:51:17 +02:00 |
|
CREDO23
|
91701bb49a
|
refactor(multi-agent): split shared resilience bundle into per-concept files
|
2026-05-05 20:51:02 +02:00 |
|
CREDO23
|
a6df944247
|
refactor(multi-agent): introduce shared flags helper and permissions package
|
2026-05-05 20:49:47 +02:00 |
|
CREDO23
|
9a4ee5d16b
|
chore: trim narrative comments and docstrings
|
2026-05-05 18:27:46 +02:00 |
|
CREDO23
|
309c695531
|
feat(multi-agent): cap subagent model and tool call counts
|
2026-05-05 18:16:00 +02:00 |
|
CREDO23
|
b394dc71c7
|
feat(multi-agent): extend model fallback to general-purpose subagent
|
2026-05-05 18:12:38 +02:00 |
|
CREDO23
|
1745d7dccf
|
feat(middleware): scope model fallback to provider/network errors only
|
2026-05-05 18:04:47 +02:00 |
|
CREDO23
|
f695298d30
|
feat(multi-agent): wire model fallback and retry into subagent middleware
|
2026-05-05 17:39:27 +02:00 |
|
Rohan Verma
|
ce6d9233bc
|
Merge pull request #1335 from AnishSarkar22/fix/memory-extraction
refactor(memory): streamline memory extraction
|
2026-05-04 17:26:27 -07:00 |
|
CREDO23
|
5119915f4f
|
Merge upstream/dev into feature/multi-agent
|
2026-05-05 01:44:46 +02:00 |
|
CREDO23
|
9e35cdaec7
|
Fail loud on registry subagent build error.
|
2026-05-05 00:38:34 +02:00 |
|
CREDO23
|
6a9433c8ff
|
Apply per-card decisions in HITL bundle resume.
|
2026-05-05 00:22:10 +02:00 |
|
CREDO23
|
0af2c28a8d
|
Stabilize HITL bundle UX and resume.
|
2026-05-04 23:58:53 +02:00 |
|
CREDO23
|
972650909c
|
Rename package: multi_agent_chat
|
2026-05-04 21:57:05 +02:00 |
|
CREDO23
|
d675d4df3f
|
Remove unwired multi_agent_chat package.
|
2026-05-04 21:45:57 +02:00 |
|
CREDO23
|
216a678f1a
|
Address LLM review findings; trim comments.
|
2026-05-04 21:32:42 +02:00 |
|
CREDO23
|
65f1f8f73c
|
Harden multi-agent for production: resume cleanup, busy-mutex race, deny propagation, disabled-tools.
|
2026-05-04 20:48:55 +02:00 |
|