Skip to content

Commit

Permalink
starting to run the agency more work to do
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Oct 16, 2023
1 parent 7df95f5 commit e458fde
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@
[submodule "vendor/PolyGPT-alpha"]
path = vendor/PolyGPT-alpha
url = https://github.com/team-tonic-arena-hacks/PolyGPT-alpha
[submodule "vendor/RedAGPT"]
path = vendor/RedAGPT
url = https://github.com/shamantechnology/RedAGPT
14 changes: 11 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
version: '3'
services:
arena:
depends_on:
- mockopenai
- the_agency_1
build:
context : arena

act_base: #root base of action
build: vendor/act_base
Expand Down Expand Up @@ -197,17 +203,19 @@ services:
- ./vendor/Jarvis/autogpts/autogpt/autogpts/autogpt:/app/ #mount the source in for editing witho
- ./vendor/Auto-GPT/autogpts/autogpt/ai_settings.yaml:/tmp/ai_settings.yaml
the_agency_1:
entrypoint: bash -c "poetry run python -m autogpt -y --skip-news --ai-settings /tmp/ai_settings.yaml "
entrypoint: bash -c "poetry install && poetry run python -m autogpt -y --skip-news --ai-settings /tmp/ai_settings.yaml "
environment:
- GITHUB_PAT="${GITHUB_PAT}"
- GITHUB_REPO="jmikedupont2/ai-ticket"
- OPENAI_API_KEY=your-openai-api-key
- OPENAI_API_BASE=http://mockopenai:5000/v1
build:
context: vendor/TheAgency/autogpts/autogpt/
context: vendor/TheAgency/
dockerfile: autogpts/autogpt/Dockerfile
volumes:
- ./vendor/TheAgency/benchmark:/benchmark
- ./vendor/TheAgency/autogpts/autogpt/:/app/ #mount the source in for editing witho
- ./vendor/Auto-GPT/autogpts/autogpt/ai_settings.yaml:/tmp/ai_settings.yaml
- ./vendor/Auto-GPT/autogpts/autogpt/the_agency_ai_settings.yaml:/tmp/ai_settings.yaml
the_agency_2:
#entrypoint: bash -c "poetry run python -m autogpt -y --skip-news --ai-settings /tmp/ai_settings.yaml "
entrypoint: bash
Expand Down
1 change: 1 addition & 0 deletions vendor/RedAGPT
Submodule RedAGPT added at 04ff57

0 comments on commit e458fde

Please sign in to comment.