-
Notifications
You must be signed in to change notification settings - Fork 904
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(agents-api): New chat context query and model (#437)
* feat(typespec): Add initial typespec definitions Signed-off-by: Diwank Tomer <[email protected]> * feat(typespec): Add Tasks typespec Signed-off-by: Diwank Tomer <[email protected]> * feat(typespec): Add Executions typespec Signed-off-by: Diwank Tomer <[email protected]> * feat: Add session token budget and context overflow * fix(typespec): Minor spec fixes Signed-off-by: Diwank Tomer <[email protected]> * feat(typespec): Add name field to Tool Signed-off-by: Diwank Tomer <[email protected]> * refactor(typespec): Minor refactors to common/ utils Signed-off-by: Diwank Tomer <[email protected]> * feat(typespec): Add search endpoints Signed-off-by: Diwank Tomer <[email protected]> * feat(typespec): Add multi-agent multi-user sessions, add template for situation Signed-off-by: Diwank Tomer <[email protected]> * refactor: Remove mock_openapi.yaml and link openapi.yaml to the typespec generated file Signed-off-by: Diwank Tomer <[email protected]> * feat: Codegen for all new typespec stuff Signed-off-by: Diwank Tomer <[email protected]> * feat(fern): Upgrade fern and fern-python Signed-off-by: Diwank Tomer <[email protected]> * feat(typespec): Various changes to the spec Signed-off-by: Diwank Tomer <[email protected]> * fix(typespec): Fix docstrings Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Julep Developers <[email protected]> * fix(agents-api): Fix datamodel-codegen options Signed-off-by: Diwank Tomer <[email protected]> * fix(typespec): Misc fixes Signed-off-by: Diwank Tomer <[email protected]> * feat(agents-api): Add migrations for updated typespec models Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Julep Developers <[email protected]> * feat(agents-api): Add migrations for developers relations and renaming information_snippets Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Julep Developers <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * fix(agents-api): Update agent/tool models Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * reformat evthing Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wip Signed-off-by: Diwank Tomer <[email protected]> * wup Signed-off-by: Diwank Tomer <[email protected]> * history Signed-off-by: Diwank Tomer <[email protected]> * feat(agents-api): New chat context query and model Signed-off-by: Diwank Tomer <[email protected]> --------- Signed-off-by: Diwank Tomer <[email protected]> Signed-off-by: Julep Developers <[email protected]> Co-authored-by: Diwank Tomer <[email protected]> Co-authored-by: Dmitry Paramonov <[email protected]> Co-authored-by: Julep Developers <[email protected]>
- Loading branch information
1 parent
687f487
commit 4808a00
Showing
65 changed files
with
1,020 additions
and
1,036 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
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
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
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
Oops, something went wrong.