Kye Gomez
|
7277a3ffbb
|
mixture of agents improvement and fix and example in docs with image
|
2 months ago |
Kye Gomez
|
2770b8c7bf
|
docs fix for the swarmns api fix
|
2 months ago |
Kye Gomez
|
a24cc89cba
|
docs fixed swarms - multi -agent architectures
|
2 months ago |
Kye Gomez
|
d380cae233
|
feat -- multiple image processing in agent.py
|
2 months ago |
Kye Gomez
|
fcf52332d1
|
docs, contributing.md, multi tool mcp execution, and more
|
2 months ago |
dependabot[bot]
|
db3c396466
|
Update pymdown-extensions requirement from ~=10.15 to ~=10.16
Updates the requirements on [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) to permit the latest version.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.15...10.16)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-version: '10.16'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 months ago |
Pavan Kumar
|
638ec01805
|
Add graph workflow example and update docs
|
3 months ago |
Kye Gomez
|
fce607e062
|
[DOCS][SWARM TOOLS CLEANUP DOCUMENTATION
|
3 months ago |
Kye Gomez
|
64ac3125b0
|
docs -- aggregate example
|
3 months ago |
Kye Gomez
|
7578353d63
|
[DOCS][ interactive groupchat examples]
|
3 months ago |
Kye Gomez
|
c07356dfc3
|
Merge pull request #902 from ascender1729/MultiModelGPUManger
[docs][example][reasoningduo][bounty-eligible] Add example for batched task initialization
|
3 months ago |
Pavan Kumar
|
fce6e36691
|
Add ReasoningDuo batch example
|
3 months ago |
Pavan Kumar
|
1dae904c43
|
docs: update minimal MultiAgentRouter example and documentation to use SwarmRouter interface
|
3 months ago |
Pavan Kumar
|
6f54434091
|
fix: update minimal multi_agent_router example and docs for correct result handling
|
3 months ago |
Pavan Kumar
|
06d79356d4
|
Fix MultiAgentRouter example
|
3 months ago |
Kye Gomez
|
74715f191b
|
api key management
|
3 months ago |
Kye Gomez
|
6126a858cb
|
share and discover agents, tools, docs, documentation
|
3 months ago |
Kye Gomez
|
35ca3bb930
|
Swarms marketplace docs
|
3 months ago |
Kye Gomez
|
2c99a1c045
|
fix docs
|
3 months ago |
Kye Gomez
|
bc50b15ead
|
install docs
|
3 months ago |
Kye Gomez
|
470e666a95
|
install docs fix
|
3 months ago |
Kye Gomez
|
3bc92755ff
|
docs cleanup
|
3 months ago |
Kye Gomez
|
6c0b1fd5b0
|
fix docs
|
3 months ago |
harshalmore31
|
453cf4d044
|
Update Conversation class documentation to include new backend support and configuration details
|
3 months ago |
Kye Gomez
|
6558e39d8f
|
Merge pull request #875 from ascender1729/remove-zero-byte-documentation-files
[docs][maintenance][cleanup][bounty-eligible] Remove zero byte documentation files
|
3 months ago |
Kye Gomez
|
1c36a1340e
|
[DOCS][FIX] [interactive group chat]
|
3 months ago |
Pavan Kumar
|
8c315ca61e
|
Remove empty documentation files
|
3 months ago |
Kye Gomez
|
156f98a2c2
|
cookbook index
|
3 months ago |
Kye Gomez
|
0e0a46019d
|
[FEAT][InteractiveGroupChat] + [Swarms Examples][index.md]
|
3 months ago |
Kye Gomez
|
cb8e023a33
|
[FEAT][Interactive Groupchat] + [DOCS][Agents as tools]
|
3 months ago |
Kye Gomez
|
5911611628
|
structured outputs docs
|
3 months ago |
Kye Gomez
|
fe0287b9b9
|
examples fix
|
3 months ago |
Kye Gomez
|
ccd8a19701
|
docs -- agent output types
|
3 months ago |
Kye Gomez
|
6a75ee4ee7
|
clean up tutorials and examples
|
3 months ago |
Kye Gomez
|
abf1e7bcd0
|
agent with tools
|
3 months ago |
Kye Gomez
|
566e27755e
|
agent examples updates
|
3 months ago |
Kye Gomez
|
6496feff10
|
examples re-shuffle
|
3 months ago |
Kye Gomez
|
abcb5821e2
|
swarm_router docs
|
3 months ago |
Kye Gomez
|
41c7004dcd
|
[NEW DOCS] [Updated swarms api documentation] [IMPR] [Improved swarms output types and automatic port]
|
3 months ago |
Kye Gomez
|
c07b3f7010
|
docs
|
3 months ago |
Kye Gomez
|
1f0ee6950c
|
tool docs
|
3 months ago |
Kye Gomez
|
26d5047f76
|
base tool reference
|
3 months ago |
Kye Gomez
|
764961c1a0
|
structured docs outputs
|
3 months ago |
Kye Gomez
|
b02b413aa7
|
detailed process breakdown agent mcp docs
|
3 months ago |
Kye Gomez
|
e42ba75e03
|
agent mcp docs
|
3 months ago |
Kye Gomez
|
4ce24002a0
|
fix docs for agent mcp
|
3 months ago |
Kye Gomez
|
669892c6ee
|
mcp agent docs fix + links fix like discord links
|
3 months ago |
Kye Gomez
|
181060e3ed
|
feat][agent + mcp
|
3 months ago |
Kye Gomez
|
d61c218799
|
swarms rust documentation code
|
3 months ago |
Pavan Kumar
|
9aaff48a2c
|
fix(structs): simplify Agent initialization example in index.md
- Remove explicit OpenAIChat import and llm setup
- Show passing temperature, model_name, and max_tokens directly to Agent
- Remove dotenv/env loading instructions
|
3 months ago |
Pavan Kumar
|
bc14d1141b
|
refactor: switch Medical Coder Agent to use built-in model_name parameter
- Remove direct OpenAIChat instantiation and llm parameter
- Pass model_name="gpt-4o-mini" (instead of gpt-4o) to Agent
- Clean up imports (drop swarm_models.OpenAIChat, add dotenv.load_dotenv)
- Preserve tweet loop logic and duplicate-checking
|
3 months ago |
Kye Gomez
|
a6fcac5c4d
|
mermaid diagram for council of judges
|
3 months ago |
Kye Gomez
|
703a04d057
|
councol of judges docs fix
|
3 months ago |
Kye Gomez
|
250df72855
|
docs for council of judges
|
3 months ago |
Kye Gomez
|
5d5ac53c9e
|
[FEAT][CouncilAsAJudge]
|
3 months ago |
Kye Gomez
|
70005a1f32
|
docs overview
|
3 months ago |
Kye Gomez
|
e1e3edd221
|
overview for multi-agent docs
|
3 months ago |
Kye Gomez
|
bdf6885cbc
|
conversation
|
3 months ago |
Kye Gomez
|
ab030d46b9
|
[feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication]
|
4 months ago |
Kye Gomez
|
f21272930f
|
cerebras
|
4 months ago |
Kye Gomez
|
5a9b56223e
|
cerebas example md
|
4 months ago |
Kye Gomez
|
ea9ecd56da
|
cleanup self.max_loops issue
|
4 months ago |
Kye Gomez
|
48e7fd8a79
|
model docs
|
4 months ago |
Kye Gomez
|
048a47931e
|
cleanuped up api docs
|
4 months ago |
Kye Gomez
|
aa7bc54e75
|
agent api completions docs
|
4 months ago |
Kye Gomez
|
89d42e18db
|
cleanup
|
4 months ago |
Kye Gomez
|
ed46063dcc
|
updated docs for swarms api
|
4 months ago |
Kye Gomez
|
e9a7c7994c
|
concurrent docs updates + concurrent workflow updates
|
4 months ago |
ascender1729
|
2dec3680eb
|
Add example and update graph_workflow.md to match documentation
|
4 months ago |
Kye Gomez
|
78480a6467
|
Merge pull request #834 from kyegomez/dependabot/pip/pymdown-extensions-approx-eq-10.15
Update pymdown-extensions requirement from ~=10.14 to ~=10.15
|
4 months ago |
ascender1729
|
36c4fd26c1
|
Update multi-agent collaboration examples
|
4 months ago |
ascender1729
|
f87343770b
|
Update multi-agent collaboration examples
|
4 months ago |
Kye Gomez
|
a97ee72221
|
readme
|
4 months ago |
Kye Gomez
|
c7c506d721
|
swarm matcher docs
|
4 months ago |
dependabot[bot]
|
9b92a632f3
|
Update pymdown-extensions requirement from ~=10.14 to ~=10.15
Updates the requirements on [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) to permit the latest version.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.14...10.15)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-version: '10.15'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 months ago |
Kye Gomez
|
260b01e540
|
Merge pull request #832 from ascender1729/update-diy-memory-md
Update diy memory md
|
4 months ago |
Kye Gomez
|
bc19fc2d90
|
Merge pull request #831 from ascender1729/update-agent-md
Update agent.md documentation
|
4 months ago |
Kye Gomez
|
58c8b3f0e6
|
cleanup
|
4 months ago |
Kye Gomez
|
7afda14257
|
citation
|
4 months ago |
Kye Gomez
|
babdf4f57b
|
agent as a judge docs
|
4 months ago |
ascender1729
|
e127bc0f2a
|
Update diy_memory.md documentation
|
4 months ago |
ascender1729
|
1bdee887e4
|
Update agent.md documentation
|
4 months ago |
Kye Gomez
|
1b85f60ca0
|
env docs
|
4 months ago |
Kye Gomez
|
7ed1596adf
|
twitter
|
4 months ago |
Kye Gomez
|
cc387abaf6
|
fix system prompt, fix agent prompting swarms, new auto swarm builder, auto swarm builder docs, and more
|
4 months ago |
ascender1729
|
dc0c7370b1
|
docs: update concurrent agents API reference with correct imports and example
|
4 months ago |
ascender1729
|
e7391ff6e1
|
fix: update vision.md with improved agent examples and documentation
|
4 months ago |
ascender1729
|
30b7277723
|
feat: add temperature and max_tokens parameters to agent config
|
4 months ago |
ascender1729
|
c93d263235
|
docs: update quickstart to use main.py instead of example.py
|
4 months ago |
ascender1729
|
2dfe8a5dda
|
docs: update quickstart with simplified YAML configuration and example.py
|
4 months ago |
Kye Gomez
|
d786e9f8dd
|
Merge pull request #826 from ascender1729/docs/update-quickstart-example
fix: update quickstart examples to use model_name parameter
|
4 months ago |
Kye Gomez
|
610e3fd93f
|
Merge pull request #827 from ascender1729/fix/mermaid-workflow-diagram
fix: update mermaid workflow diagram syntax
|
4 months ago |
ascender1729
|
3465bf7fd2
|
docs: update mermaid workflow diagram syntax in philosophy.md
|
4 months ago |
ascender1729
|
fbe9f21f17
|
docs: update quickstart example with sequential workflow
|
4 months ago |
Kye Gomez
|
c64f75bc77
|
reasoning agent router docs
|
4 months ago |
Kye Gomez
|
685c573179
|
Merge pull request #824 from ascender1729/fix/remove-swarm-models-dependency
fix: Remove swarm_models dependency and simplify Agent initialization
|
4 months ago |
ascender1729
|
fce26aed2d
|
refactor: update docs and examples to use model_name parameter instead of swarm_models
|
4 months ago |
Kye Gomez
|
7b2e8a30b2
|
Merge pull request #823 from ascender1729/fix/mermaid-diagram
fix(docs): Resolve Mermaid Syntax Error in Context Window Diagram
|
4 months ago |
ascender1729
|
a74adfca69
|
fix: correct Mermaid diagram syntax in why.md
|
4 months ago |
Kye Gomez
|
0012de1a69
|
examples cleanup
|
4 months ago |
Kye Gomez
|
a18c683bf3
|
cleanup
|
4 months ago |
Kye Gomez
|
3dd1855907
|
swarms tools
|
4 months ago |
dependabot[bot]
|
be2365433c
|
Update markdown requirement from ~=3.7 to ~=3.8
Updates the requirements on [markdown](https://github.com/Python-Markdown/markdown) to permit the latest version.
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.7...3.8)
---
updated-dependencies:
- dependency-name: markdown
dependency-version: '3.8'
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
4 months ago |
Kye Gomez
|
bc05995bd2
|
resources
|
5 months ago |
Kye Gomez
|
2fbfd41637
|
resources
|
5 months ago |
Kye Gomez
|
24b947cd78
|
governance docs
|
5 months ago |
Kye Gomez
|
1f207a4c7c
|
governance docs
|
5 months ago |
Kye Gomez
|
5f8622eb55
|
cleanup
|
5 months ago |
Kye Gomez
|
8aa35976f9
|
formatting output + create agent + agent benchmark
|
5 months ago |
Kye Gomez
|
e62f2e9947
|
docs formatting contributing to docs
|
5 months ago |
Kye Gomez
|
026ed288e2
|
contributing custom tools docs
|
5 months ago |
Kye Gomez
|
227e0e3f71
|
contributors
|
5 months ago |
Kye Gomez
|
7f3d42667b
|
clean up docs for contributing docs
|
5 months ago |
Kye Gomez
|
c58ce873bd
|
docs -- contributing to docs
|
5 months ago |
Kye Gomez
|
389567d2e7
|
swarms agent in rust docs
|
5 months ago |
Kye Gomez
|
175bd05ce5
|
cleanup
|
5 months ago |
Kye Gomez
|
cae0db7b4d
|
swarms api as mcp
|
5 months ago |
Kye Gomez
|
da41a7e03f
|
swarms rust
|
5 months ago |
Kye Gomez
|
f64113e267
|
docs fix
|
5 months ago |
Kye Gomez
|
99a277f92b
|
deployment solutions
|
5 months ago |
Kye Gomez
|
0c908126d6
|
deep research swarm docs
|
5 months ago |
Kye Gomez
|
e61e699715
|
groq docs update
|
5 months ago |
Kye Gomez
|
8ac1ad746a
|
self hosted
|
5 months ago |
Kye Gomez
|
16af2bc1b9
|
phala docs
|
5 months ago |
Kye Gomez
|
63ad67ee6f
|
phala deploy
|
5 months ago |
Kye Gomez
|
d603604ccf
|
llama 4 examples ++ docs fix
|
5 months ago |
Kye Gomez
|
7ca26e0162
|
llama4 models
|
5 months ago |
Kye Gomez
|
b4f59aad40
|
llama 4 docs
|
5 months ago |
Kye Gomez
|
643bc3ccef
|
docs fix
|
5 months ago |
Kye Gomez
|
3c519e803b
|
swarms api best practices
|
5 months ago |
Kye Gomez
|
a8b51f3150
|
vllm docs and cleanup
|
5 months ago |
Kye Gomez
|
4c58d1213e
|
Update and publish
|
5 months ago |
Kye Gomez
|
f62883e7db
|
docs fix
|
5 months ago |
Kye Gomez
|
45f78485c6
|
docs examples
|
5 months ago |
Kye Gomez
|
4bd0bae285
|
docs simplifcation
|
5 months ago |
Kye Gomez
|
0cb9364c35
|
docs fix
|
5 months ago |
Kye Gomez
|
97b2ad4f41
|
subscription tiers docs
|
5 months ago |
Kye Gomez
|
2d573ac97f
|
subscription tiers docs
|
5 months ago |
Kye Gomez
|
e4a3b1c6ac
|
tiers
|
5 months ago |
Kye Gomez
|
5d15b1964a
|
api pricing tiers docs
|
5 months ago |
Kye Gomez
|
e1b1e221c5
|
api pricing docs cleanup
|
5 months ago |
Kye Gomez
|
a3664289cc
|
pricing page
|
5 months ago |
Kye Gomez
|
1a9fb9130d
|
sequential_example
|
5 months ago |
Kye Gomez
|
cc9ea26aaf
|
docs examples groupchat and also swarms of browser use agents
|
5 months ago |
Kye Gomez
|
5af454020a
|
[7.6.3] -- [FEAT][Agent.run() acceleration] [FIX][Groupchat]
|
5 months ago |
Kye Gomez
|
275a40969c
|
docs
|
5 months ago |
Kye Gomez
|
5285b41ef5
|
hhcs docs cleanup
|
5 months ago |
Kye Gomez
|
f5896c4be9
|
docs
|
5 months ago |
Kye Gomez
|
a13e26d6e9
|
docs cleanup
|
5 months ago |
Kye Gomez
|
a33e2154d4
|
cleanup
|
5 months ago |
Kye Gomez
|
12f0affd0a
|
docs cleanup
|
5 months ago |
Kye Gomez
|
f8d1fc8cd7
|
cleanup
|
5 months ago |
Kye Gomez
|
c8d3a4d2a0
|
docs fix
|
5 months ago |
Kye Gomez
|
0b8c50187a
|
hhcs_example
|
5 months ago |
Kye Gomez
|
c24c84667e
|
hhcs_example
|
5 months ago |
Kye Gomez
|
de82d4e8a6
|
docs fix
|
5 months ago |
Kye Gomez
|
3c5d963c44
|
NEW [FEAT] -- [HHCS] [DOCS] [EXAMPLE
|
5 months ago |
Kye Gomez
|
216956e5a7
|
docs for new agents -- reflexion + gpk
|
5 months ago |
Kye Gomez
|
89fc8c7609
|
cleanup
|
5 months ago |
Kye Gomez
|
9cb2500e58
|
new reasoning agents -- reflexion -- agent judge -- docs
|
5 months ago |
Kye Gomez
|
296ae09e24
|
structured outputs for agents docs
|
6 months ago |
Kye Gomez
|
fd05bc6388
|
cleanup
|
6 months ago |
Kye Gomez
|
9c78b39291
|
structured outputs example
|
6 months ago |
Kye Gomez
|
d6949122c4
|
Update swarms_api.md
|
6 months ago |
Kye Gomez
|
975820213d
|
docs
|
6 months ago |
Kye Gomez
|
9b07f448ae
|
clean up api route docs
|
6 months ago |
Kye Gomez
|
904f80d60b
|
feat reasoning-agent-router
|
6 months ago |
Kye Gomez
|
2aa5434599
|
architecture
|
6 months ago |
Kye Gomez
|
0e4fb98a79
|
reasoning duo agent
|
6 months ago |
Kye Gomez
|
fe6a5fde2c
|
reasoning duo
|
6 months ago |
Kye Gomez
|
95abbf0e84
|
docs
|
6 months ago |
Kye Gomez
|
9f51411c47
|
ire agent
|
6 months ago |
Kye Gomez
|
e5948b2969
|
swarms api examples
|
6 months ago |
Kye Gomez
|
5297bea924
|
clean up docs
|
6 months ago |
Kye Gomez
|
11d940d744
|
docs
|
6 months ago |
Kye Gomez
|
0171ddd3ae
|
feat -- ire agent ++ feat -- consistency agent
|
6 months ago |
Kye Gomez
|
c7d56c5a5c
|
docs
|
6 months ago |
Kye Gomez
|
aafa63c682
|
malt example
|
6 months ago |
Kye Gomez
|
45342f896e
|
ml model code gen
|
6 months ago |
Kye Gomez
|
c3ee88c773
|
docs for swarms api in chinese and examples
|
6 months ago |
Kye Gomez
|
5251173b98
|
docs cleanup
|
6 months ago |
Kye Gomez
|
e9cc92417e
|
docs cleanup
|
6 months ago |
Kye Gomez
|
960628c538
|
docs cleanup
|
6 months ago |
Kye Gomez
|
d25b43c9d9
|
swarms api pricing docs
|
6 months ago |
Kye Gomez
|
fdb2be5ee5
|
docs
|
6 months ago |
Kye Gomez
|
3d1cdc614b
|
swarms docs
|
6 months ago |
Kye Gomez
|
1c9ecb0b9a
|
docs index
|
6 months ago |
Kye Gomez
|
4108bac9eb
|
docs cleanup
|
6 months ago |
Kye Gomez
|
5477635441
|
updated swarms docs
|
6 months ago |
Kye Gomez
|
ecdb5690b1
|
hiearchical docs
|
6 months ago |
Kye Gomez
|
fe8386780f
|
[feature][add list, dictionary, and str outputs to swarm architectures through conversation]
|
6 months ago |
Kye Gomez
|
ea34408296
|
new swarms api docs and pydantic models
|
6 months ago |
Kye Gomez
|
f85759d6fe
|
cleanup and swarm docs
|
6 months ago |
Kye Gomez
|
c3c9254414
|
swarms api docs
|
6 months ago |
Kye Gomez
|
00561e4b70
|
Merge pull request #758 from argentpapa/master
chore: fix typos
|
6 months ago |
Kye Gomez
|
982601614e
|
ui docs fix
|
6 months ago |
Kye Gomez
|
506d11601c
|
swarms docs ui chat gradio
|
7 months ago |
Kye Gomez
|
928e1ecf45
|
[7.1.7] [cleanup] [no clusterops] [majorityvoting fix]
|
7 months ago |
Kye Gomez
|
a60fb53279
|
swarms wallet api
|
7 months ago |
Kye Gomez
|
9c5c1f9bfa
|
docs fix
|
7 months ago |
Kye Gomez
|
7935a44003
|
docs fix
|
7 months ago |
Kye Gomez
|
1ebdf9846f
|
docs fix
|
7 months ago |
Kye Gomez
|
cbcb9ab023
|
docs fix
|
7 months ago |
Kye Gomez
|
b0a6135cc4
|
swarms wallet api docs
|
7 months ago |
Kye Gomez
|
3b46a127ea
|
quant crypto agent example
|
7 months ago |
Kye Gomez
|
ceffa6f66b
|
docs
|
7 months ago |
Kye Gomez
|
71c414ccce
|
docs
|
7 months ago |
Kye Gomez
|
e7daefa610
|
[docs][swarms-platform]
|
7 months ago |
Kye Gomez
|
858e936218
|
[feat][swarm tools docs]
|
7 months ago |
Kye Gomez
|
de8ac8c3c4
|
[feat][swarm tools docs]
|
7 months ago |
Kye Gomez
|
e0dd2d4578
|
[7.0.4] [FEAT] [ModelRouter + docs] [docs fix] [docs][env docs]
|
7 months ago |
Kye Gomez
|
3140b69fbe
|
[7.0.4] [FEAT] [ModelRouter + docs] [docs fix] [docs][env docs]
|
7 months ago |
Kye Gomez
|
a88127b820
|
[docs]
|
7 months ago |
Kye Gomez
|
834b9c5599
|
[DOCS] [TESTS] [LAZY LOADING]
|
7 months ago |
Kye Gomez
|
bbb8f4e458
|
[DOCS][CLOUD]
|
7 months ago |
Kye Gomez
|
f1600d2e43
|
[DOCS][LUMO]
|
7 months ago |
Kye Gomez
|
12109e3857
|
[docs] [update]
|
7 months ago |
Kye Gomez
|
cd181a6c98
|
[DOCS][Finance]
|
7 months ago |
Kye Gomez
|
0c9c5d758f
|
[DOCS][Finance]
|
7 months ago |
Kye Gomez
|
ab545417d5
|
[DOCS][Finance]
|
7 months ago |
Kye Gomez
|
525853b1a7
|
[DOCS][Finance]
|
7 months ago |
Kye Gomez
|
bfc5946df1
|
[DOCS]
|
7 months ago |
Kye Gomez
|
f413af9cfa
|
[TWITTER AGENTS]
|
7 months ago |
Kye Gomez
|
a4284f02de
|
[TWITTER AGENTS]
|
7 months ago |
Kye Gomez
|
be62d30303
|
[TWITTER AGENTS]
|
7 months ago |
Kye Gomez
|
c9b2079710
|
[TWITTER AGENTS]
|
7 months ago |
Kye Gomez
|
283a3f0e0c
|
[TWITTER AGENTS]
|
7 months ago |
Kye Gomez
|
6237d787f9
|
[docs]
|
7 months ago |
Kye Gomez
|
b89bac78d8
|
[DOCS][Update]
|
7 months ago |
Kye Gomez
|
da320bcb96
|
[6.9.7]
|
7 months ago |
Kye Gomez
|
37894599c2
|
[FEAT][MatrixSwarm]
|
7 months ago |
argentpapa
|
d6f2385f15
|
chore: fix typos
|
7 months ago |
Kye Gomez
|
e06652ed8b
|
[UPDATE]
|
7 months ago |
Kye Gomez
|
3e6baf25f0
|
[DOCS][Yahoo finance]
|
7 months ago |
Kye Gomez
|
d44fbcd700
|
[DOCS][DOCS]
|
7 months ago |
Kye Gomez
|
5e4a600d47
|
[DOCS][Swarm Tools example]
|
7 months ago |
Kye Gomez
|
4979e6947a
|
[SWARM CLOUD APIS]
|
7 months ago |
Kye Gomez
|
567560b245
|
[SWARM CLOUD APIS]
|
7 months ago |
Kye Gomez
|
0e95f1c839
|
[DOCS][Update]
|
7 months ago |
Kye Gomez
|
b8473594ed
|
swarms_universal_currency
|
8 months ago |
dependabot[bot]
|
0bc0f1412d
|
Update pymdown-extensions requirement from ~=10.12 to ~=10.14
Updates the requirements on [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) to permit the latest version.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.12...10.14)
---
updated-dependencies:
- dependency-name: pymdown-extensions
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
8 months ago |
Afanti
|
12e0752c2f
|
docs: remove duplicated words
The words are duplicate in the document. Use this change to tidy them.
|
8 months ago |
Kye Gomez
|
515394e762
|
[MODEL DOCS]
|
8 months ago |
Kye Gomez
|
94b3b62331
|
[MODEL DOCS]
|
8 months ago |
Kye Gomez
|
a4fe0a0c2e
|
[MODEL DOCS]
|
8 months ago |
Kye Gomez
|
e15bd0628b
|
[DOCS][Model Examples]
|
8 months ago |
Kye Gomez
|
bbdeddd166
|
[DOCS][Cohere Example]
|
8 months ago |
Kye Gomez
|
f999f6942a
|
[DOCS][Cohere Example]
|
8 months ago |
Kye Gomez
|
33e01f28ee
|
[EXAMPLES WITH VARIOUS MODELS]
|
8 months ago |
dependabot[bot]
|
83953c03f3
|
Update pygments requirement from ~=2.18 to ~=2.19
Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.19.0)
---
updated-dependencies:
- dependency-name: pygments
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
8 months ago |