This website works better with JavaScript.
Explore
Help
Sign In
ai-mirow-projects
/
swarms
mirror of
https://github.com/kyegomez/swarms
Watch
1
Star
0
Fork
You've already forked swarms
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
re-architecture things might break, more pythonic
Browse Source
pull/53/head
Kye
1 year ago
parent
df2848ec53
commit
26b28d682d
36 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
0
swarms/agents/memory/__init__.py → swarms/memory/__init__.py
Unescape
Escape
View File
0
swarms/agents/memory/base.py → swarms/memory/base.py
Unescape
Escape
View File
0
swarms/agents/memory/base_memory.py → swarms/memory/base_memory.py
Unescape
Escape
View File
0
swarms/agents/memory/chroma.py → swarms/memory/chroma.py
Unescape
Escape
View File
0
swarms/agents/memory/document.py → swarms/memory/document.py
Unescape
Escape
View File
0
swarms/agents/memory/ocean.py → swarms/memory/ocean.py
Unescape
Escape
View File
0
swarms/agents/memory/utils.py → swarms/memory/utils.py
Unescape
Escape
View File
0
swarms/agents/models/__init__.py → swarms/models/__init__.py
Unescape
Escape
View File
0
swarms/agents/models/anthropic.py → swarms/models/anthropic.py
Unescape
Escape
View File
0
swarms/agents/models/base.py → swarms/models/base.py
Unescape
Escape
View File
0
swarms/agents/models/huggingface.py → swarms/models/huggingface.py
Unescape
Escape
View File
0
swarms/agents/models/openai.py → swarms/models/openai.py
Unescape
Escape
View File
0
swarms/agents/models/palm.py → swarms/models/palm.py
Unescape
Escape
View File
0
swarms/agents/models/petals.py → swarms/models/petals.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/__init__.py → swarms/models/prompts/__init__.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/agent_output_parser.py → swarms/models/prompts/agent_output_parser.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/agent_prompt.py → swarms/models/prompts/agent_prompt.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/agent_prompt_auto.py → swarms/models/prompts/agent_prompt_auto.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/agent_prompt_generator.py → swarms/models/prompts/agent_prompt_generator.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/base.py → swarms/models/prompts/base.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/chat_prompt.py → swarms/models/prompts/chat_prompt.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/prebuild/__init__.py → swarms/models/prompts/prebuild/__init__.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/prebuild/multi_modal_prompts.py → swarms/models/prompts/prebuild/multi_modal_prompts.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/prebuild/project_manager.py → swarms/models/prompts/prebuild/project_manager.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/prebuild/sales_prompts.py → swarms/models/prompts/prebuild/sales_prompts.py
Unescape
Escape
View File
0
swarms/agents/models/prompts/prebuild/summaries_prompts.py → swarms/models/prompts/prebuild/summaries_prompts.py
Unescape
Escape
View File
0
swarms/agents/tools/README.md → swarms/tools/README.md
Unescape
Escape
View File
0
swarms/agents/tools/__init__.py → swarms/tools/__init__.py
Unescape
Escape
View File
0
swarms/agents/tools/autogpt.py → swarms/tools/autogpt.py
Unescape
Escape
View File
0
swarms/agents/tools/base.py → swarms/tools/base.py
Unescape
Escape
View File
0
swarms/agents/tools/code_intepretor.py → swarms/tools/code_intepretor.py
Unescape
Escape
View File
0
swarms/agents/tools/developer.py → swarms/tools/developer.py
Unescape
Escape
View File
0
swarms/agents/tools/exit_conversation.py → swarms/tools/exit_conversation.py
Unescape
Escape
View File
0
swarms/agents/tools/file_mangagement.py → swarms/tools/file_mangagement.py
Unescape
Escape
View File
0
swarms/agents/tools/models.py → swarms/tools/models.py
Unescape
Escape
View File
0
swarms/agents/tools/requests.py → swarms/tools/requests.py
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
ai-mirow-projects/swarms
Title
Body
Create Issue