forked from Josh-XT/AGiXT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add file based as option, move providers/requirements to hub (Josh-XT…
…#826) * Moving imports to hub * Add sleep * Optional file vs db * Move providers to hub, add api key to agixt * Update docs * Update SDK to 0.0.8 * Enable tests * Update requirements with hub split * Add AGIXT_API_KEY * Fix lint
- Loading branch information
Showing
45 changed files
with
1,319 additions
and
1,595 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
DB_CONNECTED=false | ||
AGIXT_API_KEY= | ||
AGIXT_HUB=AGiXT/hub | ||
AGIXT_URI=http://agixt:7437 | ||
GITHUB_USER= | ||
GITHUB_TOKEN= | ||
UVICORN_WORKERS=6 | ||
POSTGRES_SERVER=db | ||
POSTGRES_DB=postgres | ||
POSTGRES_PORT=5432 | ||
POSTGRES_USER=postgres | ||
POSTGRES_PASSWORD=postgres | ||
UVICORN_WORKERS=6 | ||
AGIXT_HUB=AGiXT/hub | ||
AGIXT_URI=http://agixt:7437 | ||
GITHUB_USER= | ||
GITHUB_TOKEN= | ||
POSTGRES_PASSWORD=postgres |
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.