[PR #2] Dev #1

Open
opened 2026-06-08 09:03:16 +00:00 by ryangr0 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CogniHack/CogniSwarm/pull/2
Author: @Ryangr0
Created: 4/29/2023
Status: 🔄 Open

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

17 files changed (+324 additions, -278 deletions)

View changed files

📝 .github/workflows/main.yml (+43 -23)
📝 Eve/Dockerfile (+16 -5)
📝 Eve/agents/AutonomousAgent.py (+30 -100)
Eve/helloworld.md (+25 -0)
📝 Eve/main.py (+123 -59)
📝 Eve/output_parsers/CustomOutputParser.py (+7 -5)
Eve/prompts/AutonomousAgentPromptTemplate.py (+26 -0)
Eve/prompts/CustomPromptTemplate.py (+0 -54)
📝 Eve/prompts/ryan.json (+3 -2)
📝 Eve/prompts/ryan.txt (+21 -3)
Eve/requirements-compiled.txt (+6 -0)
Eve/requirements-extra.txt (+2 -0)
Eve/requirements-prebuilt.txt (+6 -0)
Eve/requirements.txt (+0 -11)
📝 docker-compose.weaviate.yml (+1 -1)
📝 docker-compose.yml (+14 -14)
📝 readme.md (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CogniHack/CogniSwarm/pull/2 **Author:** [@Ryangr0](https://github.com/Ryangr0) **Created:** 4/29/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`5c1abe4`](https://github.com/CogniHack/CogniSwarm/commit/5c1abe4f428df5b4aabb20bd335663496d62e6cd) Update to 0.0.150 - [`46d6d69`](https://github.com/CogniHack/CogniSwarm/commit/46d6d69fb896aa620dec101d8ee74705118f899d) Installing from webgrip/langchain again, langchain hasn't fixed these issues yet - [`933d3fe`](https://github.com/CogniHack/CogniSwarm/commit/933d3fe12428f4472d49b594251aea7869dd0d32) Installing from webgrip/langchain again, langchain hasn't fixed these issues yet - [`7ad2b9f`](https://github.com/CogniHack/CogniSwarm/commit/7ad2b9f276ad8007ddee6aad040cfdf1aa82a2fa) Okay - [`d52d727`](https://github.com/CogniHack/CogniSwarm/commit/d52d727f52d6374874c4e99797e147bb1ae78d35) intermediate - [`a02e5e5`](https://github.com/CogniHack/CogniSwarm/commit/a02e5e5545d8e4ac22e5b1b1542f9a525f206b16) Intermittent - [`9e4242d`](https://github.com/CogniHack/CogniSwarm/commit/9e4242d016e0c39ab5faad6dfd5cc8f638c30200) pushing - [`555feb5`](https://github.com/CogniHack/CogniSwarm/commit/555feb5debed8989c34aa73a098e7426be58b3ed) Create main.yml (#1) - [`bb854b5`](https://github.com/CogniHack/CogniSwarm/commit/bb854b53b7c4a3395ad7d0901485211c047a8853) added dev - [`ab45c2a`](https://github.com/CogniHack/CogniSwarm/commit/ab45c2ae13c82b6ebb7ba134b74c7bf80723eba2) Does this work? ### 📊 Changes **17 files changed** (+324 additions, -278 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+43 -23) 📝 `Eve/Dockerfile` (+16 -5) 📝 `Eve/agents/AutonomousAgent.py` (+30 -100) ➕ `Eve/helloworld.md` (+25 -0) 📝 `Eve/main.py` (+123 -59) 📝 `Eve/output_parsers/CustomOutputParser.py` (+7 -5) ➕ `Eve/prompts/AutonomousAgentPromptTemplate.py` (+26 -0) ➖ `Eve/prompts/CustomPromptTemplate.py` (+0 -54) 📝 `Eve/prompts/ryan.json` (+3 -2) 📝 `Eve/prompts/ryan.txt` (+21 -3) ➕ `Eve/requirements-compiled.txt` (+6 -0) ➕ `Eve/requirements-extra.txt` (+2 -0) ➕ `Eve/requirements-prebuilt.txt` (+6 -0) ➖ `Eve/requirements.txt` (+0 -11) 📝 `docker-compose.weaviate.yml` (+1 -1) 📝 `docker-compose.yml` (+14 -14) 📝 `readme.md` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
CogniHack/CogniSwarm#1
No description provided.