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

feat: use self hosted runner #10

Merged
merged 5 commits into from
Sep 11, 2023
Merged

feat: use self hosted runner #10

merged 5 commits into from
Sep 11, 2023

Conversation

imotai
Copy link
Contributor

@imotai imotai commented Sep 11, 2023

PR-Codex overview

This PR focuses on improving the Octopus agent by making various updates and fixes.

Detailed summary:

  • Removed ExecuteShellCodeTool and ExecuteTypescriptCodeTool from langchain_agent_builder.py
  • Updated start_local.sh script to use ps -ef instead of ps -eu for killing Python processes
  • Updated CI workflow to run on a self-hosted runner instead of ubuntu-latest
  • Updated ci.yaml to use actions/checkout@v3 instead of actions/checkout@v2
  • Updated ci.yaml to use pip install -r requirements.txt instead of pip install .
  • Updated prompt.py to remove mention of executing TypeScript and shell scripts in the programming environment capabilities
  • Updated kernel_client_tests.py to remove test case related to executing TypeScript code
  • Updated agent_tool_tests.py to remove kernel_sdk fixture as an async function
  • Updated agent_setup.py to improve code formatting and remove unused imports

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@imotai imotai merged commit f8aa594 into main Sep 11, 2023
1 check passed
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.

None yet

1 participant