Skip to content
Open
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
9c25d49
feat: durable execution setup
anubra266 Mar 10, 2026
6e97e39
Merge branch 'main' of https://github.com/inkeep/agents into durable-…
anubra266 Mar 10, 2026
95db34c
Implement durable tool approval workflow with new context properties …
anubra266 Mar 10, 2026
cec2704
Implement durable tool approval workflow with new context properties …
anubra266 Mar 10, 2026
bf21da5
Implement durable tool approval workflow with new context properties …
anubra266 Mar 10, 2026
4304e76
Merge branch 'main' of https://github.com/inkeep/agents into durable-…
anubra266 Mar 10, 2026
5f8fe20
Refactor PendingToolApprovalManager to use an internal Map for pendin…
anubra266 Mar 10, 2026
b11c048
feat: durable execution setup
anubra266 Mar 11, 2026
11c4b3c
Implement durable tool approval workflow with new context properties …
anubra266 Mar 10, 2026
8b6e925
Implement durable tool approval workflow with new context properties …
anubra266 Mar 10, 2026
8d9f9d8
Implement durable tool approval workflow with new context properties …
anubra266 Mar 10, 2026
ce0798c
Refactor PendingToolApprovalManager to use an internal Map for pendin…
anubra266 Mar 10, 2026
a8b8fb8
WIP: durable execution refinements before rebase
anubra266 Mar 11, 2026
cd7e82c
Merge branch 'main' into durable-execution
anubra266 Mar 11, 2026
86aae44
Merge branch 'main' into durable-execution
anubra266 Mar 11, 2026
6d4e03e
Merge remote-tracking branch 'origin/durable-execution' into durable-…
anubra266 Mar 11, 2026
d69e597
fix: address durable execution PR review comments (round 2)
anubra266 Mar 12, 2026
2476a89
Merge branch 'main' into durable-execution
anubra266 Mar 12, 2026
cb73749
fix: add SSE error events and stream error handling for durable paths
anubra266 Mar 12, 2026
ab733eb
add done event
anubra266 Mar 13, 2026
fa68e4d
refactor: remove redundant [DONE] message from stream completion in c…
anubra266 Mar 13, 2026
4ed6f5d
feat: per call step
anubra266 Mar 16, 2026
7fa0828
Merge branch 'main' of https://github.com/inkeep/agents into durable-…
anubra266 Mar 16, 2026
6d5adc1
feat: in-memory stream resumption for interrupted conversations
anubra266 Mar 17, 2026
0eacb23
feat: durable execution setup
anubra266 Mar 11, 2026
3867f53
Implement durable tool approval workflow with new context properties …
anubra266 Mar 10, 2026
28c63ae
Implement durable tool approval workflow with new context properties …
anubra266 Mar 10, 2026
e3f9e04
Implement durable tool approval workflow with new context properties …
anubra266 Mar 10, 2026
3a57c43
Refactor PendingToolApprovalManager to use an internal Map for pendin…
anubra266 Mar 10, 2026
f3d2045
WIP: durable execution refinements before rebase
anubra266 Mar 11, 2026
479ccf6
feat: durable execution setup
anubra266 Mar 10, 2026
85ebe5e
Implement durable tool approval workflow with new context properties …
anubra266 Mar 10, 2026
2cc6e56
Refactor PendingToolApprovalManager to use an internal Map for pendin…
anubra266 Mar 10, 2026
95f1ffa
fix: address durable execution PR review comments (round 2)
anubra266 Mar 12, 2026
c30351b
fix: add SSE error events and stream error handling for durable paths
anubra266 Mar 12, 2026
d492b9e
add done event
anubra266 Mar 13, 2026
f0cb2a2
refactor: remove redundant [DONE] message from stream completion in c…
anubra266 Mar 13, 2026
d61e9c3
feat: per call step
anubra266 Mar 16, 2026
9ea392b
steps build
anubra266 Mar 24, 2026
0e12414
steps build
anubra266 Mar 24, 2026
c9bbd71
Merge branch 'main' of https://github.com/inkeep/agents into durable-…
anubra266 Mar 25, 2026
03d9b64
Merge branch 'durable-execution' of https://github.com/inkeep/agents …
anubra266 Mar 25, 2026
3518b76
postgres storage
anubra266 Mar 25, 2026
b7b81e1
style: auto-format with biome
github-actions[bot] Mar 25, 2026
b75a17c
postgres storage
anubra266 Mar 25, 2026
e3a7a45
chore: update OpenAPI snapshot
github-actions[bot] Mar 25, 2026
ea8adc6
Merge branch 'feat/stream-resumption' of https://github.com/inkeep/ag…
anubra266 Mar 25, 2026
ca2c4f6
postgres storage
anubra266 Mar 25, 2026
b1560a4
db
anubra266 Mar 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/grim-apricot-crow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@inkeep/agents-api": patch
---

Add durable execution mode for agent runs with tool approvals and crash recovery
Loading
Loading