-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: GitHub Actions <[email protected]>
- Loading branch information
1 parent
4d73475
commit 3fd7b4e
Showing
4 changed files
with
250 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# List tasks, artifacts and steps in a paginated way. | ||
|
||
| Feature name | Support Pagination | | ||
| :------------ |:-----------------------------------------| | ||
| **Author(s)** | Merwane Hamadi ([email protected]) | | ||
| **RFC PR:** | [PR 53](https://github.com/e2b-dev/agent-protocol/pull/53) | | ||
| **Updated** | 2023-08-28 | | ||
| **Obsoletes** | | | ||
|
||
## Summary | ||
|
||
We just want to be able to list tasks, artifacts and steps in a paginated way. | ||
|
||
## Motivation | ||
|
||
Every app needs this. It's not really farfetched | ||
|
||
## Agent Builders Benefit | ||
|
||
- They can paginate their tasks, steps and artifacts. | ||
|
||
## Design Proposal | ||
|
||
Query parameters for now. | ||
|
||
### Alternatives Considered | ||
- query parameter is the simplest, leanest design. We can add more later (body, headers, etc) => let's start lean. | ||
- for now, we won't add the pages in the response of the requests, this is another RFC. | ||
|
||
### Compatibility | ||
|
||
- This is backwards compatible. We're just adding things. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters