Skip to content

feat: persist AgentInstance A2A tasks - #2463

Open
EItanya wants to merge 1 commit into
mainfrom
api-v2-k10-durable-tasks
Open

feat: persist AgentInstance A2A tasks#2463
EItanya wants to merge 1 commit into
mainfrom
api-v2-k10-durable-tasks

Conversation

@EItanya

@EItanya EItanya commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • persist AgentInstance-scoped A2A task projections and ordered events in PostgreSQL
  • serve GetTask and ListTasks from durable storage with DB-side filtering, counting, and pagination
  • reserve the active task before runtime execution and commit runtime updates before returning or streaming them

Testing

  • go test -race -count=1 ./core/v2/a2agateway ./core/internal/database
  • go test ./...
  • make -C go lint

Follow-up

Cancellation, reconnect, task continuation, and message idempotency remain later K10 slices.

Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Copilot AI lite review requested due to automatic review settings August 17, 2026 15:34
@EItanya
EItanya requested a review from a team as a code owner August 17, 2026 15:34
@github-actions github-actions Bot added the enhancement New feature or request label Aug 17, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants