Skip to content

Commit

Permalink
Miscellaneous fixes, refactors and demos (#25)
Browse files Browse the repository at this point in the history
* Start work on the docs, refactor source as needed

* Notebook example with AutoGen integration

* Integrate notebooks into doc structure

* Begin of refactor of agents: remove 'delegation', delegation_crewai.py runs

* Rename "goal" to "description" in all agents

* Intermediate work on a nicer delegation demo

* Intermediate work on a nicer delegation demo

* MOTLEYDEV-43: rename TaskRecipe to Task and Task to TaskUnit

* Merge branch 'refactors' into rename-task-recipe

* Support long paths for cache in CI

* Make sure cache paths are not too long

* Fix tests

* Fix tests #2

* Fix callback merging

* Better caching interface + demo

* add (update) event in LunaryEventName

* Caching and observability demo

* Fix caching module after messy merge

* fix caching tests

* typo

---------

Co-authored-by: whimo <[email protected]>
Co-authored-by: User <[email protected]>
  • Loading branch information
3 people committed May 20, 2024
1 parent 5f07911 commit 254aced
Show file tree
Hide file tree
Showing 185 changed files with 2,369 additions and 3,260 deletions.
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

0 comments on commit 254aced

Please sign in to comment.