Skip to content

Commit

Permalink
removing unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
User committed Jul 2, 2024
1 parent e904d4d commit 19d21e1
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/Advanced output handling.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -558,7 +558,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions examples/Validating agent output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -259,7 +259,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.8.10"
}
},
"nbformat": 4,
Expand Down
3 changes: 0 additions & 3 deletions examples/old/delegation_crewai.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from motleycrew.agents.langchain.react import ReActMotleyAgent
from motleycrew.common import configure_logging
from motleycrew.tasks import SimpleTask
from motleycache import enable_cache, disable_cache

WORKING_DIR = Path(os.path.realpath(".."))

Expand Down Expand Up @@ -91,7 +90,5 @@ def main():

if __name__ == "__main__":
configure_logging(verbose=True)
enable_cache()
load_dotenv()
main()
disable_cache()
Empty file removed tests/research_db/.lock
Empty file.
Empty file removed tests/research_db/.shadow
Empty file.
Empty file removed tests/research_db/.wal
Empty file.
Binary file removed tests/research_db/catalog.kz
Binary file not shown.
Binary file removed tests/research_db/data.kz
Binary file not shown.
Binary file removed tests/research_db/metadata.kz
Binary file not shown.
Binary file removed tests/research_db/nodes.statistics_and_deleted.ids
Binary file not shown.
Binary file removed tests/research_db/rels.statistics
Binary file not shown.

0 comments on commit 19d21e1

Please sign in to comment.