-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API Endpoints for Agency, Agent, Tool Configuration; Refactoring and …
…Testing (#15) - Add API endpoints: - /agent/config: GET, PUT for reading / updating agent configuration - tool: - /tool/config: GET, PUT for reading & updating tool configuration - /tool/approve endpoint to approve the code - Separate Agent configuration from Agency configuration (a lot of changes due to massive refactoring required to support this) - Separate business logic from data storage concerns, remove all storage operations from Pydantic models, move them to the repository layer. - Improve Testing - Increased test coverage from 72% to 81% while adding a lot of code. Aiming at covering 100% of the new code - Tested all functionality (except tool endpoints, they are not integrated yet) manually in Postman. The latest API docs are here: https://api.ainhand.com/docs
- Loading branch information
Showing
53 changed files
with
1,039 additions
and
846 deletions.
There are no files selected for viewing
File renamed without changes.
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 |
---|---|---|
|
@@ -162,4 +162,5 @@ cython_debug/ | |
.idea/ | ||
|
||
settings.json | ||
config.json | ||
|
||
.env |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
deprecated/Requirement_Gathering_Guidelines_for_Analysts.txt
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
deprecated/Software_Development_Guidelines_for_Developers.txt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.