Skip to content

Commit

Permalink
adding autogpt-trading
Browse files Browse the repository at this point in the history
sudo docker-compose run autogpt-trading
WARNING: Found orphan containers (ai-ticket_Auto-GPT-aj_1, ai-ticket_auto_honey_comber_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Creating ai-ticket_autogpt-trading_run ...
Path /benchmark for agbenchmark does not exist
plugins_config.yaml does not exist, creating base config.
You do not have access to gpt-3.5-turbo-16k. Setting fast_llm to gpt-3.5-turbo.
You do not have access to gpt-4-0314. Setting smart_llm to gpt-3.5-turbo.
2023-10-15 20:05:54,094 INFO  Name : AutoGpt-Improvement-agent
2023-10-15 20:05:54,094 INFO  Role : improve autogpt
2023-10-15 20:05:54,094 INFO  Goals: ['improve independence from external apis', 'make multi platform']
2023-10-15 20:05:54,094 INFO  API Budget: $10.0
2023-10-15 20:05:54,094 INFO  NOTE: All files/directories created by this agent can be found inside its workspace at: /app/auto_gpt_workspace
2023-10-15 20:05:54,094 INFO  AutoGpt-Improvement-agent has been created with the following details:
2023-10-15 20:05:54,094 INFO  Name : AutoGpt-Improvement-agent
2023-10-15 20:05:54,094 INFO  Role : improve autogpt
2023-10-15 20:05:54,094 INFO  Goals:
2023-10-15 20:05:54,094 INFO  - improve independence from external apis
2023-10-15 20:05:54,094 INFO  - make multi platform
2023-10-15 20:05:54,094 WARNING  Could not load MemoryItems from file: Input is a zero-length, empty document: line 1 column 1 (char 0)
2023-10-15 20:05:54,126 INFO  Configured Memory: JSONFileMemory
2023-10-15 20:05:54,126 INFO  Configured Browser: chrome
2023-10-15 20:06:04,395 INFO  message='OpenAI API response' path=http://mockopenai:5000/v1/chat/completions processing_ms=None request_id=None response_code=200
2023-10-15 20:06:04,401 INFO  AUTOGPT-IMPROVEMENT-AGENT THOUGHTS: I encountered an issue with our application, and I need assistance. I've created a ticket for it. Here's the URL to the ticket: https://api.github.com/repos/jmikedupont2/ai-ticket/issues/comments/1763491468. My next action is to poll that URL for updates.
2023-10-15 20:06:04,401 INFO  REASONING: todo
2023-10-15 20:06:04,401 INFO  PLAN:
2023-10-15 20:06:04,401 INFO  -  Initiated a request for assistance.
2023-10-15 20:06:04,402 INFO  CRITICISM: todo
2023-10-15 20:06:04,402 INFO  SPEAK:  First, we must improve independence from external APIs. We can do this by writing our own code in Python to interact with the APIs, or by utilizing open source code. We can use the command "execute_python_code" to write our own code, or "execute_python_file" to access and use open source Python files.

Next, we must make AutoGPT multi-platform. To do this, we need to write code that will allow us to interact with different operating systems and devices. We can use the command "execute_python_code" to write our own code, or "execute_python_file" to access and use open source Python files.

To summarize, our next command should be "execute_python_code" or "execute_python_file", depending on what code we need to write or utilize.

{
    "thoughts": {
        "text": "I think we should use the command 'execute_python_code' or 'execute_python_file' depending on what code we need to write or utilize.",
        "reasoning": "This will allow us to write our own code to interact with APIs, and utilize open source code to interact with

2023-10-15 20:06:04,402 INFO  NEXT ACTION: COMMAND = request_assistance  ARGUMENTS = {'ticket_url': 'https://api.github.com/repos/jmikedupont2/ai-ticket/issues/comments/1763491468', 'next_action': 'poll_url'}
2023-10-15 20:06:04,402 INFO  Enter 'y' to authorise command, 'y -N' to run N continuous commands, 'n' to exit program, or enter feedback for AutoGpt-Improvement-agent...
Input: WARNING: your terminal doesn't support cursor position requests (CPR).

2023-10-15 20:06:30,651 INFO  You interrupted AutoGPT
2023-10-15 20:06:30,651 INFO  Quitting...
mdupont@mdupont-G470:~/experiments/ai-ticket$
  • Loading branch information
mike dupont committed Oct 15, 2023
1 parent c2c67ad commit daa901b
Showing 1 changed file with 38 additions and 25 deletions.
63 changes: 38 additions & 25 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,50 +184,63 @@ services:
- ./vendor/ScottGPT/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-Turbo/.devcontainer/Dockerfile
# vendor/AutoGPT-trading/autogpts/autogpt/.devcontainer/Dockerfile
# vendor/AutoGPT-trading/autogpts/autogpt/Dockerfile
# vendor/AutoGPT-trading/autogpts/forge/Dockerfile


autogpt-trading:
entrypoint: bash -c "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/AutoGPT-trading/autogpts/autogpt/
volumes:
- ./vendor/AutoGPT-trading/autogpts/autogpt:/app/ #mount the source in for editing witho
- ./vendor/Auto-GPT/autogpts/autogpt/ai_settings.yaml:/tmp/ai_settings.yaml

# vendor/AutoGPT-trading/autogpts/okx-trade/Dockerfile
# vendor/Jarvis/autogpts/autogpt/.devcontainer/Dockerfile


# vendor/Jarvis/autogpts/autogpt/Dockerfile
# vendor/Jarvis/autogpts/forge/Dockerfile
# vendor/TheAgency/autogpts/autogpt/.devcontainer/Dockerfile


# vendor/TheAgency/autogpts/autogpt/Dockerfile
# vendor/TheAgency/autogpts/ZEROAGPT_02/Dockerfile
# vendor/TheAgency/autogpts/ZEROAGPT_01/Dockerfile
# vendor/TheAgency/autogpts/forge/Dockerfile
# vendor/TheAgency/autogpts/ZEROAGPT_03/Dockerfile
# vendor/Godmode-GPT/.devcontainer/Dockerfile

# vendor/Godmode-GPT/Dockerfile
# vendor/basic_agent/Dockerfile

# vendor/SuperAGI/Dockerfile
# vendor/SuperAGI/gui/Dockerfile
# vendor/BillSchumacher/.devcontainer/Dockerfile


# vendor/BillSchumacher/Dockerfile

# vendor/Auto-GPT-Graph/Dockerfile
# vendor/MasonBoomPersonalAssistant/autogpts/autogpt/.devcontainer/Dockerfile


# vendor/MasonBoomPersonalAssistant/autogpts/autogpt/Dockerfile
# vendor/MasonBoomPersonalAssistant/autogpts/PersonalAssistant/Dockerfile
# vendor/MasonBoomPersonalAssistant/autogpts/forge/Dockerfile


# vendor/MasonBoomPersonalAssistant/autogpts/testgpt/Dockerfile
# vendor/Swarms-Of-Sparta/autogpts/autogpt/.devcontainer/Dockerfile

# vendor/Swarms-Of-Sparta/autogpts/autogpt/Dockerfile
# vendor/Swarms-Of-Sparta/autogpts/forge/Dockerfile
# vendor/mljar-agent/autogpts/autogpt/.devcontainer/Dockerfile


# vendor/mljar-agent/autogpts/autogpt/Dockerfile
# vendor/mljar-agent/autogpts/forge/Dockerfile
# vendor/python-poetry/build/Dockerfile
# vendor/docker-compose-viz/Dockerfile
# vendor/AutoGPTOfficial/autogpts/autogpt/.devcontainer/Dockerfile




# vendor/AutoGPTOfficial/autogpts/autogpt/Dockerfile
# vendor/AutoGPTOfficial/autogpts/forge/Dockerfile
# vendor/Multi-GPT/.devcontainer/Dockerfile


# vendor/Multi-GPT/Dockerfile
# vendor/Auto-GPT/Dockerfile
# vendor/Auto-GPT/slim/Dockerfile
# vendor/Auto-GPT/autogpts/autogpt/.devcontainer/Dockerfile
# vendor/Auto-GPT/autogpts/forge/Dockerfile


# args:
# BASE_IMAGE: h4ckermike/basic_agent
Expand Down

0 comments on commit daa901b

Please sign in to comment.