swarm icon indicating copy to clipboard operation
swarm copied to clipboard

Educational framework exploring ergonomic, lightweight multi-agent orchestration. Managed by OpenAI Solution team.

Results 18 swarm issues
Sort by recently updated
recently updated
newest added

We have some common ground on the interoperation of multiple agents. https://github.com/open-voice-interoperability and specifically the working code sandbox at: https://github.com/open-voice-interoperability/open-voice-sandbox We last presented this work at the Grace Hopper event...

Fixes a minor typo in the main.py script within the personal_shopper example. No functional changes were made.

transfered -> transferred

I have added a set of examples under the folder basic_llama. These are the basic examples adopted and ran on llama3.2:3b locally.

Fixes a typo - 'differnt'/'different'

Kye Gomez @kyegomez is threatening to sue openAI unless he is paid $10 million dollars for the use of the word "swarm" despite lying about owning the trademark, which is...

In the Personal_shopper demo of the example, the class create_triage_agent from the swarm.agents module is missing.

Does it support other models from hugging face, langchain, together, ... or only openai ?

Allow setting client for run_demo_loop(), so that customized client could be used there.