Add actions for github push and send PR (#1415)

* Added a push action

* Tests

* Add tests

* Fix capitalization

* Update

* Fix typo

* Fix integration tests

* Added poetry.lock

* Set lock

* Fix action parsing

* Update integration test output

* Updated prompt

* Update integration test

* Add github token to default config

---------

Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
Graham Neubig
2024-04-28 20:56:23 -04:00
committed by GitHub
parent 0d224de369
commit a5f61caae9
26 changed files with 774 additions and 669 deletions

View File

@@ -15,6 +15,7 @@ Short term memory is stored as a Monologue object and the model can condense it
`FileReadAction`,
`AgentRecallAction`,
`BrowseURLAction`,
`GithubPushAction`,
`AgentThinkAction`
### Observations:
@@ -48,6 +49,7 @@ The agent is given its previous action-observation pairs, current task, and hint
`CmdRunAction`,
`CmdKillAction`,
`BrowseURLAction`,
`GithubPushAction`,
`FileReadAction`,
`FileWriteAction`,
`AgentRecallAction`,