Skip to content

Commit

Permalink
chore: migrate to using the tasks API instead of workflows (#1754)
Browse files Browse the repository at this point in the history
chore: migrate to using the tasks API instead of workflows

The UI and backend have been updated to use tasks instead of workflows.
Workflows still exist as a backend concept for running tasks, but they are
no longer exposed to the user.

The admin UI has also added some niceties around showing tasks and their
related agents and runs.

Signed-off-by: Donnie Adams <[email protected]>
Co-authored-by: Ivy <[email protected]>
  • Loading branch information
thedadams and ivyjeong13 authored Feb 21, 2025
1 parent e19aea2 commit e243a81
Show file tree
Hide file tree
Showing 83 changed files with 1,477 additions and 2,160 deletions.
3 changes: 2 additions & 1 deletion apiclient/types/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ package types
type Task struct {
Metadata
TaskManifest
Alias string `json:"alias,omitempty"`
ThreadID string `json:"threadID,omitempty"`
Alias string `json:"alias,omitempty"`
}

type TaskList List[Task]
Expand Down
Loading

0 comments on commit e243a81

Please sign in to comment.