evelynmitchell

Results 58 issues of evelynmitchell

In a container, with pytest-benchmark installed, python 3.10.13 ``` pytest test_func_wrapper.py ================================= test session starts ================================= platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.3.0 benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005...

bug
no-issue-activity
Fund

In a container, with pytest-benchmark installed, python 3.10.13 ``` pytest test_func_wrapper.py ================================= test session starts ================================= platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.3.0 benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005...

bug
no-issue-activity
Fund

From within a container, python 3.10.13 ``` pytest test_api_generator.py ================================ test session starts ================================ platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.3.0 rootdir: /usr/src/swarm_cloud/tests plugins: time-machine-2.13.0, anyio-3.7.1 collected 18 items test_api_generator.py...

bug

The new PR workflow fails because this file isn't configured.

Meeting notes 2024-05-14 Thanks everyone for coming!

**Describe the bug** "pull access denied for kyegomez/swarms, repository does not exist or may require 'docker login': denied: requested access to the resource is denied" It may not be on...

bug

In colab, after installing chromadb, running the Agent with Long Term Memory ++ Tools example: ``` ChromaDB collection created: results with metric: cosine and output directory: results Traversing directory: docs...

bug

In colab, without an image file uploaded. ``` Initializing Autonomous Agent swarm-worker-01... Autonomous Agent Activated. All systems operational. Executing task... Loop 1 of 1 Image file not found: factory_image1.jpg 2024-06-25T01:10:56.107112+0000...

bug

``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) [](https://localhost:8080/#) in () ----> 1 from swarms import Agent, MajorityVoting, ChromaDB, Anthropic 2 3 # Initialize the llm 4 llm = Anthropic()...

bug

``` --------------------------------------------------------------------------- ImportError Traceback (most recent call last) [](https://localhost:8080/#) in () 4 5 # Import the OpenAIChat model and the Agent struct ----> 6 from swarms import Agent, OpenAIChat, SwarmNetwork...

bug