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

Some of the minor refactors we discussed #25

Merged
merged 26 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
55365ec
Start work on the docs, refactor source as needed
ZmeiGorynych May 15, 2024
fd68850
Merge branch 'main' of https://github.com/ShoggothAI/motleycrew
ZmeiGorynych May 15, 2024
6f71885
Notebook example with AutoGen integration
whimo May 17, 2024
e060d48
Merge remote-tracking branch 'upstream/autogen-integration'
ZmeiGorynych May 17, 2024
4f43764
Integrate notebooks into doc structure
ZmeiGorynych May 17, 2024
9abc61b
Merge branch 'main' of https://github.com/ShoggothAI/motleycrew
ZmeiGorynych May 17, 2024
4f3bc93
Begin of refactor of agents: remove 'delegation', delegation_crewai.p…
ZmeiGorynych May 19, 2024
ac96968
Rename "goal" to "description" in all agents
ZmeiGorynych May 19, 2024
82c6da3
Intermediate work on a nicer delegation demo
ZmeiGorynych May 19, 2024
ee66c35
Intermediate work on a nicer delegation demo
ZmeiGorynych May 19, 2024
5f0d565
MOTLEYDEV-43: rename TaskRecipe to Task and Task to TaskUnit
whimo May 19, 2024
db95b0f
Merge branch 'refactors' into rename-task-recipe
whimo May 19, 2024
a0c76f6
Merge branch 'refactors' into rename-task-recipe
whimo May 19, 2024
1ea0e5c
Merge pull request #26 from ShoggothAI/rename-task-recipe
whimo May 19, 2024
0fc4954
Support long paths for cache in CI
whimo May 19, 2024
10e9265
Make sure cache paths are not too long
whimo May 19, 2024
0c51b8b
Fix tests
whimo May 19, 2024
8f141e3
Fix tests #2
whimo May 19, 2024
18108ab
Fix callback merging
whimo May 20, 2024
71850fb
Better caching interface + demo
whimo May 20, 2024
d606d57
add (update) event in LunaryEventName
May 13, 2024
4379c60
Caching and observability demo
whimo May 20, 2024
eeddc71
Fix caching module after messy merge
whimo May 20, 2024
2a409f6
fix caching tests
whimo May 20, 2024
061b422
Merge branch 'main' into refactors
whimo May 20, 2024
7cf2191
typo
whimo May 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
release:
types: [published]

jobs:
build:
strategy:
Expand All @@ -22,7 +22,7 @@ jobs:

- name: Install poetry
run: pip install -U poetry

- name: Configure poetry
run: |
poetry config virtualenvs.create true
Expand All @@ -36,11 +36,11 @@ jobs:
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root

- name: Install project
run: poetry install --no-interaction

Expand Down

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions docs/source/_autosummary/motleycrew.agent.crewai.crewai.rst

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions docs/source/_autosummary/motleycrew.agent.crewai.crewai_agent.rst

This file was deleted.

32 changes: 0 additions & 32 deletions docs/source/_autosummary/motleycrew.agent.crewai.rst

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions docs/source/_autosummary/motleycrew.agent.langchain.langchain.rst

This file was deleted.

This file was deleted.

Loading
Loading