Skip to content

Conversation

@roaga
Copy link
Member

@roaga roaga commented Nov 30, 2025

adds new run status for interactive features.

also tacking on change to access checks on one endpoint to use common util

Part of AIML-1693

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Nov 30, 2025
@linear
Copy link

linear bot commented Nov 30, 2025

@codecov
Copy link

codecov bot commented Nov 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #104148      +/-   ##
===========================================
- Coverage   80.60%    80.60%   -0.01%     
===========================================
  Files        9326      9326              
  Lines      398408    398409       +1     
  Branches    25469     25469              
===========================================
- Hits       321127    321126       -1     
- Misses      76828     76830       +2     
  Partials      453       453              

Comment on lines 60 to 70
run_id: int
blocks: list[MemoryBlock]
status: Literal["processing", "completed", "error"]
status: Literal["processing", "completed", "error", "awaiting_user_input"]
updated_at: str
raw_artifact: dict[str, Any] | None = None
artifact: BaseModel | None = None
artifact_reason: str | None = None
pending_user_input: PendingUserInput | None = None

class Config:
extra = "allow"

This comment was marked as outdated.

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

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants