Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev -> Master Batch 1 Part 1 #109

Merged
merged 99 commits into from
Mar 15, 2024
Merged

Dev -> Master Batch 1 Part 1 #109

merged 99 commits into from
Mar 15, 2024

Conversation

Swiftyos
Copy link
Contributor

@Swiftyos Swiftyos commented Mar 14, 2024

Includes:

  • [AGPT-505] Validate Database Generation
  • [AGPT-517] .gitignore and .env.example
  • [AGPT-531] Fix lifecycle and prisma models and enums missing
  • [AGPT-535] Remove vector extension from DB
  • [AGPT-518] Add Database Docker Compose File
  • [AGPT-540] Remove duplicated inconsistent related types fetching on ObjectType & ObjectField
  • [AGPT-532] Update endpoint exception response

majdyz and others added 30 commits March 1, 2024 13:32
…r-generated-function' of github.com:Significant-Gravitas/codex into zamilmajdy/agpt-433-argument-and-return-type-parsing-for-generated-function
…-return-type-parsing-for-generated-function' into zamilmajdy/agpt-433-argument-and-return-type-parsing-for-generated-function

# Conflicts:
#	codex/develop/agent.py
Propagate DB schema changes: Function <-> CompiledRouteSpec (#65)

---------

Co-authored-by: majdyz <[email protected]>
Co-authored-by: Swifty <[email protected]>
Co-authored-by: majdyz <[email protected]>
ntindle and others added 13 commits March 13, 2024 19:34
Also saves the formatted and validated models in place
* feat: .env.example

* feat: gitignore

* fix: replace all bad chars with NOTHING

also fix the format string
* feat: .env.example

* feat: gitignore

* fix: replace all bad chars with NOTHING

also fix the format string

* feat: add docker compose with only db

---------

Co-authored-by: Swifty <[email protected]>
* fix: add prisma model imports fro root level

* fix: reorder start code and add lifecycle
* feat: extract external command on in memory code to a function with tests

* feat: prisma model parser

* feat: database test updates

now requires prisma to run

* feat: test for prisma accessible

* feat: update to use format and validate

Also saves the formatted and validated models in place

* fix: lint

* fix: remove unused variable

* feat: allow multiple generators
majdyz and others added 12 commits March 14, 2024 17:07
…fix-undefined-class-on-the-requirement-system' into dev
* fix: don't use special chars in db password

* fix: linting
* [AGPT-540] Add missing initialization of available object types

* [AGPT-540] Add missing initialization of available object types

* [AGPT-540] Add missing initialization of available object types

* Ruff

* allow non-annotated type checking

* Include all available function for ruff

* Fix tests

* Make DB work

* Make stubbing work

* Make papa-lint happy

* Ruffs

* Add prisma model validation layer

* Improve prisma querying by avoiding conflict

* Move on during failure formatting

---------

Co-authored-by: majdyz <[email protected]>
* Update setup guide.

* [AGPT-544] Vague 500 errors in interview stage (#115)

* Add error handling for user not found in database during interview step.

* Add error handling for app not found in database during interview step.

* Add error handling for interview not found in database during interview step.

* Add error handling for nonexistent questions in interview step.

* Add error handling for non-"ask" tool in user answers in interview step.

* Clarify comment describing interview next_step.

---------

Co-authored-by: Toran Bruce Richards <[email protected]>
* Refactor populate_db function and add get_resume_points command

* Fix app ID reference in benchmark.py

* Add ResumePoint model

* Added runner funcitons to running codex from the cli

* Add application description field to ApplicationBase model and update create_app method in CodexClient

* Refactor code to run tasks concurrently

* Add include parameter to find_many() method in get_resume_points()

* Add disconnect calls to asyncio event loop

* Update resume_point name to display only the first 30 characters

* Remove commented out code and unused imports

* Remove unused code

* formatting

* Fix validation error handling in develop.py

* formatting

* fixes

* Add validation error for unimplemented main function
* feat: log status

* feat: trivial implementation of copy

works for request -> response and response-> request for unfilled object but not list[unfilled_object]

* fix: i cant rememember

* feat: more complex

* feat: mostly working

* fix: fixes from tests

* feat: tests

* fix: linting problems and test name

* feat: add more supported types

* fix: remove unused data

* fix: stop using print

* fix: arrays of arrays

* fix: lint

* fix: reduce mess

* feat: more complex type that I hope we never actually use

* fix: lint
@Swiftyos Swiftyos marked this pull request as ready for review March 15, 2024 16:14
@Swiftyos Swiftyos requested a review from ntindle March 15, 2024 16:14
@Swiftyos Swiftyos merged commit 6995f6c into main Mar 15, 2024
3 checks passed
@Swiftyos Swiftyos deleted the dev branch March 15, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants