{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":614765452,"defaultBranch":"master","name":"AutoGPT","ownerLogin":"Significant-Gravitas","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-03-16T09:21:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/130738209?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720202469.0","currentOid":""},"activityList":{"items":[{"before":"bc878a1db9d48c70ef769885f3a747ec4afe902f","after":"eced20141860b5f944cd6131cbf967e98281c6ef","ref":"refs/heads/github-repo-stats","pushedAt":"2024-07-05T23:28:04.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Swiftyos","name":"Swifty","path":"/Swiftyos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10382233?s=80&v=4"},"commit":{"message":"ghrs: report 07-05-2303-7BF4 for Significant-Gravitas/AutoGPT","shortMessageHtmlLink":"ghrs: report 07-05-2303-7BF4 for Significant-Gravitas/AutoGPT"}},{"before":"a2611b67c8a89c91a32b2c582ca424e35a183fba","after":null,"ref":"refs/heads/reinier/open-1356-devautogpt_builder-initial-design-for-monitor-page","pushedAt":"2024-07-05T18:01:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"}},{"before":null,"after":"a2611b67c8a89c91a32b2c582ca424e35a183fba","ref":"refs/heads/reinier/open-1376-autogpt_builder-initial-monitor-page","pushedAt":"2024-07-05T18:00:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"},"commit":{"message":"Merge branch 'master' into reinier/open-1356-devautogpt_builder-initial-design-for-monitor-page","shortMessageHtmlLink":"Merge branch 'master' into reinier/open-1356-devautogpt_builder-initi…"}},{"before":"12f6743d5d82c89c99656613a3a72784908e3d69","after":"5b2e52f445845407d684dd10d3fce72b6e2beadd","ref":"refs/heads/aarushikansal/open-1375-create-app-project-structure","pushedAt":"2024-07-05T16:52:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aarushik93","name":"Aarushi","path":"/aarushik93","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50577581?s=80&v=4"},"commit":{"message":"api folder in types","shortMessageHtmlLink":"api folder in types"}},{"before":"e75873758df7905f54852d0f007dfb624d12fd01","after":"a2611b67c8a89c91a32b2c582ca424e35a183fba","ref":"refs/heads/reinier/open-1356-devautogpt_builder-initial-design-for-monitor-page","pushedAt":"2024-07-05T16:28:17.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"},"commit":{"message":"Merge branch 'master' into reinier/open-1356-devautogpt_builder-initial-design-for-monitor-page","shortMessageHtmlLink":"Merge branch 'master' into reinier/open-1356-devautogpt_builder-initi…"}},{"before":"57f97b4bb5f9dbe6d0362afdf0928e1aac44cc5d","after":null,"ref":"refs/heads/swiftyos/websocket","pushedAt":"2024-07-05T15:02:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Swiftyos","name":"Swifty","path":"/Swiftyos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10382233?s=80&v=4"}},{"before":"0df2199c42868a76c5a6ffbee7fea67269f19763","after":"37e1780d76b32e1911d118071d14dbfe8cd01b98","ref":"refs/heads/master","pushedAt":"2024-07-05T15:02:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Swiftyos","name":"Swifty","path":"/Swiftyos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10382233?s=80&v=4"},"commit":{"message":"feat(agent server): Added websocket communication (#7291)\n\n* Refactor on the link structure and API\r\n\r\n* Refactor on the link structure and API\r\n\r\n* Cleanup IDS\r\n\r\n* Remove run_id\r\n\r\n* Update block interface\r\n\r\n* Added websockets dependency\r\n\r\n* Adding routes\r\n\r\n* Adding in websocket code\r\n\r\n* Added cli to test the websocket\r\n\r\n* Added an outline of the message formats I plan on using\r\n\r\n* Added webscoket message types\r\n\r\n* Updated poetry lock\r\n\r\n* Adding subscription logic\r\n\r\n* Updating subscription mechanisms\r\n\r\n* update cli\r\n\r\n* Send updates to server\r\n\r\n* Get single execution data\r\n\r\n* Fix type hints and renamed function\r\n\r\n* add callback function and type hints\r\n\r\n* fix type hints\r\n\r\n* Updated manager to use property\r\n\r\n* Added in websocket updates\r\n\r\n* Added connection manager tests\r\n\r\n* Added tests for ws_api\r\n\r\n* trying to work around process issues\r\n\r\n* test formatting\r\n\r\n* Added a create and execute command for the cli\r\n\r\n* Updated send format\r\n\r\n* websockets command working\r\n\r\n* cli update\r\n\r\n* Added model.py\r\n\r\n* feat: Update server.py and manager.py\r\n\r\n- Initialize blocks in AgentServer lifespan context\r\n- Remove unnecessary await in AgentServer get_graph_blocks\r\n- Fix type hinting in manager.py\r\n- Validate input data in validate_exec function\r\n\r\n* fix tests\r\n\r\n* feat: Add autogpt_server.blocks.sample and autogpt_server.blocks.text modules\r\n\r\nThis commit adds the `autogpt_server.blocks.sample` and `autogpt_server.blocks.text` modules to the project. These modules contain blocks that are used in the execution of the Autogpt server. The `ParrotBlock` and `PrintingBlock` classes are imported from `autogpt_server.blocks.sample`, while the `TextFormatterBlock` class is imported from `autogpt_server.blocks.text`. This addition enhances the functionality of the server by providing additional blocks for text processing and sample operations.\r\n\r\n* fixed circular import issue\r\n\r\n* Update readme\r\n\r\n---------\r\n\r\nCo-authored-by: Zamil Majdy ","shortMessageHtmlLink":"feat(agent server): Added websocket communication (#7291)"}},{"before":"a953217d37ab314265caa5c81acc488ec0540c2e","after":"12f6743d5d82c89c99656613a3a72784908e3d69","ref":"refs/heads/aarushikansal/open-1375-create-app-project-structure","pushedAt":"2024-07-05T14:51:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aarushik93","name":"Aarushi","path":"/aarushik93","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50577581?s=80&v=4"},"commit":{"message":"move globals","shortMessageHtmlLink":"move globals"}},{"before":null,"after":"a953217d37ab314265caa5c81acc488ec0540c2e","ref":"refs/heads/aarushikansal/open-1375-create-app-project-structure","pushedAt":"2024-07-05T14:48:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aarushik93","name":"Aarushi","path":"/aarushik93","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50577581?s=80&v=4"},"commit":{"message":"setting up project structure","shortMessageHtmlLink":"setting up project structure"}},{"before":"b0a9d2da407fe5eaf4e7cf55f28cc767eb096f9c","after":"f234e3f76faa7b76b1bfc9108ef35181c78d9062","ref":"refs/heads/rushi/add-animation-effects-nodes","pushedAt":"2024-07-05T14:17:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aarushik93","name":"Aarushi","path":"/aarushik93","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50577581?s=80&v=4"},"commit":{"message":"wip","shortMessageHtmlLink":"wip"}},{"before":"8990ee2eba09ca4c255d1efb99e39e665b0b0ee2","after":"57f97b4bb5f9dbe6d0362afdf0928e1aac44cc5d","ref":"refs/heads/swiftyos/websocket","pushedAt":"2024-07-05T13:12:47.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Swiftyos","name":"Swifty","path":"/Swiftyos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10382233?s=80&v=4"},"commit":{"message":"Merge branch 'master' into swiftyos/websocket","shortMessageHtmlLink":"Merge branch 'master' into swiftyos/websocket"}},{"before":"81d82454f03b85897394c749144de82b5083458d","after":"8990ee2eba09ca4c255d1efb99e39e665b0b0ee2","ref":"refs/heads/swiftyos/websocket","pushedAt":"2024-07-05T13:11:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Swiftyos","name":"Swifty","path":"/Swiftyos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10382233?s=80&v=4"},"commit":{"message":"Update readme","shortMessageHtmlLink":"Update readme"}},{"before":"e0624745256f50e46e9423df4d927e3180f7f950","after":"81d82454f03b85897394c749144de82b5083458d","ref":"refs/heads/swiftyos/websocket","pushedAt":"2024-07-05T12:08:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Swiftyos","name":"Swifty","path":"/Swiftyos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10382233?s=80&v=4"},"commit":{"message":"fixed circular import issue","shortMessageHtmlLink":"fixed circular import issue"}},{"before":"148433fe656a94e5d4bee618785cefad360fc634","after":null,"ref":"refs/heads/reinier/open-1373-autogpt_server-add-get-graphsgraph_idexecutions-endpoint","pushedAt":"2024-07-05T09:51:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aarushik93","name":"Aarushi","path":"/aarushik93","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50577581?s=80&v=4"}},{"before":"200800312a71b86327a758bec3ed3abd142a2ab6","after":"0df2199c42868a76c5a6ffbee7fea67269f19763","ref":"refs/heads/master","pushedAt":"2024-07-05T09:51:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aarushik93","name":"Aarushi","path":"/aarushik93","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50577581?s=80&v=4"},"commit":{"message":"feat(autogpt_server): Add `GET /graphs/{graph_id}/executions` endpoint (#7330)\n\n* feat(autogpt_builder): Add `AutoGPTServerAPI` client\r\n\r\n* migrate API calls in Flow.tsx to new API client\r\n\r\n* feat(autogpt_server): Add `/graphs/{graph_id}/executions` endpoint\r\n\r\nIn `data/execution.py`:\r\n- Add `list_executions` function\r\n- Rename `get_executions` to `get_execution_results`\r\n\r\nIn `server/server.py`:\r\n- Add route\r\n- Add `AgentServer.list_graph_runs`\r\n- Rename `AgentServer.get_executions` to `get_run_execution_results`\r\n\r\n* feat(autogpt_builder): Add `listFlowRunIDs` endpoint to `AutoGPTServerAPI` client\r\n\r\n* Move `Schema` to `types.ts` and rename to `ObjectSchema`","shortMessageHtmlLink":"feat(autogpt_server): Add GET /graphs/{graph_id}/executions endpoint ("}},{"before":"0cc38ebeb8ad0dcefc33a6ef7207b54e95640e52","after":"9b9e44e9b3a5225ac29851605dc7c8e185bc0d12","ref":"refs/heads/bently/work-on-ui-with-shadcn","pushedAt":"2024-07-05T09:49:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Bentlybro","name":"Bently","path":"/Bentlybro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/27962737?s=80&v=4"},"commit":{"message":"Initial updates to Builder UI to use shad/cn","shortMessageHtmlLink":"Initial updates to Builder UI to use shad/cn"}},{"before":"e4da7a0a5dca6819de61d9aeff6e886a3254a806","after":"e0624745256f50e46e9423df4d927e3180f7f950","ref":"refs/heads/swiftyos/websocket","pushedAt":"2024-07-05T09:47:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Swiftyos","name":"Swifty","path":"/Swiftyos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10382233?s=80&v=4"},"commit":{"message":"feat: Add autogpt_server.blocks.sample and autogpt_server.blocks.text modules\n\nThis commit adds the `autogpt_server.blocks.sample` and `autogpt_server.blocks.text` modules to the project. These modules contain blocks that are used in the execution of the Autogpt server. The `ParrotBlock` and `PrintingBlock` classes are imported from `autogpt_server.blocks.sample`, while the `TextFormatterBlock` class is imported from `autogpt_server.blocks.text`. This addition enhances the functionality of the server by providing additional blocks for text processing and sample operations.","shortMessageHtmlLink":"feat: Add autogpt_server.blocks.sample and autogpt_server.blocks.text…"}},{"before":"7d2b4c6ef9447e992594af6e88370030dc783be5","after":"e4da7a0a5dca6819de61d9aeff6e886a3254a806","ref":"refs/heads/swiftyos/websocket","pushedAt":"2024-07-05T09:45:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Swiftyos","name":"Swifty","path":"/Swiftyos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10382233?s=80&v=4"},"commit":{"message":"fix tests","shortMessageHtmlLink":"fix tests"}},{"before":"292747e2f123ba7f887f656460ff385f766422fe","after":"7d2b4c6ef9447e992594af6e88370030dc783be5","ref":"refs/heads/swiftyos/websocket","pushedAt":"2024-07-05T09:38:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Swiftyos","name":"Swifty","path":"/Swiftyos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10382233?s=80&v=4"},"commit":{"message":"feat: Update server.py and manager.py\n\n- Initialize blocks in AgentServer lifespan context\n- Remove unnecessary await in AgentServer get_graph_blocks\n- Fix type hinting in manager.py\n- Validate input data in validate_exec function","shortMessageHtmlLink":"feat: Update server.py and manager.py"}},{"before":"7f255c649346185f0eb6a3b45e8ab272f0eaeb53","after":"148433fe656a94e5d4bee618785cefad360fc634","ref":"refs/heads/reinier/open-1373-autogpt_server-add-get-graphsgraph_idexecutions-endpoint","pushedAt":"2024-07-05T09:07:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"},"commit":{"message":"Merge branch 'master' into reinier/open-1373-autogpt_server-add-get-graphsgraph_idexecutions-endpoint","shortMessageHtmlLink":"Merge branch 'master' into reinier/open-1373-autogpt_server-add-get-g…"}},{"before":"4b7d57b3cbb7a60bcde5cb3b6d3c935715bcdbc6","after":null,"ref":"refs/heads/reinier/open-1372-autogpt_builder-add-simple-autogpt_server-api-client","pushedAt":"2024-07-05T09:04:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"}},{"before":"b7a90ce768d193e833608e0ecb7ae1ccf81a424d","after":"200800312a71b86327a758bec3ed3abd142a2ab6","ref":"refs/heads/master","pushedAt":"2024-07-05T09:03:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"},"commit":{"message":"feat(autogpt_builder): Add `AutoGPTServerAPI` client (#7328)\n\n- Add fully typed `AutoGPTServerAPI` client in lib/autogpt_server_api.ts\r\n- Migrate API calls in `Flow.tsx` to new API client","shortMessageHtmlLink":"feat(autogpt_builder): Add AutoGPTServerAPI client (#7328)"}},{"before":"0271e4a0c3bbe3872f38a4edbbd23734d8d53060","after":"267838725627b9f603259349650cf324df0710cc","ref":"refs/heads/zamilmajdy/agpt-759-add-blocks-test-input-ouput-field-for-auto-generated-unit","pushedAt":"2024-07-05T09:00:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"majdyz","name":"Zamil Majdy","path":"/majdyz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76959103?s=80&v=4"},"commit":{"message":"Add tests","shortMessageHtmlLink":"Add tests"}},{"before":"97259608aa7327d34e30912d440d93428d0af11d","after":"7f255c649346185f0eb6a3b45e8ab272f0eaeb53","ref":"refs/heads/reinier/open-1373-autogpt_server-add-get-graphsgraph_idexecutions-endpoint","pushedAt":"2024-07-05T08:51:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"},"commit":{"message":"Merge branch 'reinier/open-1372-autogpt_builder-add-simple-autogpt_server-api-client' into reinier/open-1373-autogpt_server-add-get-graphsgraph_idexecutions-endpoint","shortMessageHtmlLink":"Merge branch 'reinier/open-1372-autogpt_builder-add-simple-autogpt_se…"}},{"before":"5d92f476500a2e18c14b5dfab016d038cae9bfd4","after":"4b7d57b3cbb7a60bcde5cb3b6d3c935715bcdbc6","ref":"refs/heads/reinier/open-1372-autogpt_builder-add-simple-autogpt_server-api-client","pushedAt":"2024-07-05T08:46:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"},"commit":{"message":"Move `Schema` to `types.ts` and rename to `ObjectSchema`","shortMessageHtmlLink":"Move Schema to types.ts and rename to ObjectSchema"}},{"before":null,"after":"97259608aa7327d34e30912d440d93428d0af11d","ref":"refs/heads/reinier/open-1373-autogpt_server-add-get-graphsgraph_idexecutions-endpoint","pushedAt":"2024-07-05T08:39:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"},"commit":{"message":"feat(autogpt_builder): Add `listFlowRunIDs` endpoint to `AutoGPTServerAPI` client","shortMessageHtmlLink":"feat(autogpt_builder): Add listFlowRunIDs endpoint to `AutoGPTServe…"}},{"before":"7d90466b28714b2d15570a5ec44fdf12c099fd8a","after":"292747e2f123ba7f887f656460ff385f766422fe","ref":"refs/heads/swiftyos/websocket","pushedAt":"2024-07-05T08:18:15.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"Swiftyos","name":"Swifty","path":"/Swiftyos","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10382233?s=80&v=4"},"commit":{"message":"Merge branch 'master' into swiftyos/websocket","shortMessageHtmlLink":"Merge branch 'master' into swiftyos/websocket"}},{"before":"7aa3189ac37f1a05a08bce2101dba4c734c37fb4","after":"e75873758df7905f54852d0f007dfb624d12fd01","ref":"refs/heads/reinier/open-1356-devautogpt_builder-initial-design-for-monitor-page","pushedAt":"2024-07-05T08:08:23.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"},"commit":{"message":"Merge branch 'master' into reinier/open-1356-devautogpt_builder-initial-design-for-monitor-page","shortMessageHtmlLink":"Merge branch 'master' into reinier/open-1356-devautogpt_builder-initi…"}},{"before":null,"after":"5d92f476500a2e18c14b5dfab016d038cae9bfd4","ref":"refs/heads/reinier/open-1372-autogpt_builder-add-simple-autogpt_server-api-client","pushedAt":"2024-07-05T07:37:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Pwuts","name":"Reinier van der Leer","path":"/Pwuts","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12185583?s=80&v=4"},"commit":{"message":"migrate API calls in Flow.tsx to new API client","shortMessageHtmlLink":"migrate API calls in Flow.tsx to new API client"}},{"before":"af642fe4f42ea8ea5118013a360fcfb308821abf","after":"0271e4a0c3bbe3872f38a4edbbd23734d8d53060","ref":"refs/heads/zamilmajdy/agpt-759-add-blocks-test-input-ouput-field-for-auto-generated-unit","pushedAt":"2024-07-05T07:02:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"majdyz","name":"Zamil Majdy","path":"/majdyz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/76959103?s=80&v=4"},"commit":{"message":"Add docs","shortMessageHtmlLink":"Add docs"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEeCrxqAA","startCursor":null,"endCursor":null}},"title":"Activity · Significant-Gravitas/AutoGPT"}