Commit Graph

  • 0220190874 [DOCS][CLEANUP DEAD LINKS] [FEAT][Hiearchical Swarm Cleanup] Kye Gomez 2024-08-19 15:37:48 -0400
  • 0be196b39f
    Update README.md Kye Gomez 2024-08-19 15:28:40 -0400
  • f37223d49e fix linting errors Richard Anthony Hein 2024-08-19 18:52:44 +0000
  • e95090cbba structured-output #571 Pydantic-validation-2 Nicolas Nahas 2024-08-19 19:59:49 +0200
  • 4fae6839eb Temp skip loading docs Richard Anthony Hein 2024-08-19 17:30:17 +0000
  • 9e2e7342ac Merge branch 'master' of https://github.com/kyegomez/swarms into chatbot-with-vllm-support Richard Anthony Hein 2024-08-19 17:27:52 +0000
  • 2bac1e6b6e more fixes for stuff documents chain Richard Anthony Hein 2024-08-19 15:19:23 +0000
  • 103d3937d3
    Merge pull request #566 from kyegomez/dependabot/pip/babel-approx-eq-2.16 Kye Gomez 2024-08-19 10:21:20 -0400
  • a6b414d3b3
    Merge pull request #567 from kyegomez/dependabot/pip/pydantic-2.8.2 Kye Gomez 2024-08-19 10:21:07 -0400
  • 2ccd28483c
    Merge pull request #568 from kyegomez/dependabot/pip/markdown-approx-eq-3.7 Kye Gomez 2024-08-19 10:20:58 -0400
  • 2f23aebb53
    Merge pull request #569 from kyegomez/dependabot/github_actions/actions/setup-python-5 Kye Gomez 2024-08-19 10:20:50 -0400
  • 03a28cbacc [[CLEANUP][hashicorp_vault], [FEATS][Swarm DFS] [Swarm MonteCarlo] [Swarm Tree] [FIXES][Schema fixes] [Logging][Fixed a bug where logs and errors would be sent into root, now an agent workspace dir] [DEMOS][Marketing Campaign] [HiearchicalSwarm] Kye Gomez 2024-08-19 10:01:41 -0400
  • 3bae493d3d fixes for parsing directory of markdown files Richard Anthony Hein 2024-08-19 12:24:01 +0000
  • e324b5ff30 fix for retriever when no docs Richard Anthony Hein 2024-08-19 12:22:58 +0000
  • 4ca1f989e7
    Bump actions/setup-python from 3 to 5 #569 dependabot[bot] 2024-08-19 10:59:59 +0000
  • fb8789c001
    Update markdown requirement from ~=3.2 to ~=3.7 #568 dependabot[bot] 2024-08-19 10:56:39 +0000
  • a3333e45a4
    Bump pydantic from 2.7.1 to 2.8.2 #567 dependabot[bot] 2024-08-19 10:56:36 +0000
  • be813d411a
    Update babel requirement from ~=2.10 to ~=2.16 #566 dependabot[bot] 2024-08-19 10:52:57 +0000
  • 7e3ba13f0f useGPU flag & update metadata for processed files Richard Anthony Hein 2024-08-19 02:22:08 +0000
  • 5c46393ee1 fix deprecated chain, update vectorstore to handle markdown Richard Anthony Hein 2024-08-19 01:19:41 +0000
  • f002293b9e ignore runtime docs Richard Anthony Hein 2024-08-19 01:18:43 +0000
  • 6e9cf0db71 fix prompts Richard Anthony Hein 2024-08-19 01:18:19 +0000
  • fde7febd29 fixes to stream SSE events Richard Anthony Hein 2024-08-18 11:39:08 +0000
  • 4c18e8d588 gradio UI support fixes Richard Anthony Hein 2024-08-14 01:48:39 +0000
  • 96a3e46dbb fixes for gradio app Richard Anthony Hein 2024-08-14 01:17:19 +0000
  • 35f70affee updated requirements Richard Anthony Hein 2024-08-14 01:16:26 +0000
  • e227d5adb1 fix README formatting Richard Anthony Hein 2024-08-13 22:11:02 +0000
  • a116d886fb added Chatbot Server README.md Richard Anthony Hein 2024-08-13 22:04:16 +0000
  • 0534d08300 ignore runtime folders/files Richard Anthony Hein 2024-08-13 22:03:55 +0000
  • d1a7163632 added docker cmd to download and/or start vllm container Richard Anthony Hein 2024-08-13 21:27:48 +0000
  • 15293bc9b8 added support for vLLM EMPTY and localhost defaults Richard Anthony Hein 2024-08-13 21:24:26 +0000
  • b9ada3d1bb Added FastAPI server for Chatbot API Richard Anthony Hein 2024-08-13 21:23:42 +0000
  • c86e62400a added AsyncParentDocumentRetriever for RAG Richard Anthony Hein 2024-08-13 21:22:04 +0000
  • 48322af3a2 added VectorStorage using ChromaDB & Unstructured Richard Anthony Hein 2024-08-13 21:21:14 +0000
  • 63f827852b fixed FUNCTIOn casing Richard Anthony Hein 2024-08-13 21:20:14 +0000
  • 0ed837329b Added prompts for conversational RAG Richard Anthony Hein 2024-08-13 21:19:52 +0000
  • ecce9a2440 added vllm support and fixed Anthropic bug Richard Anthony Hein 2024-08-13 21:19:11 +0000
  • 9504318faa Added vLLM_example.py Richard Anthony Hein 2024-08-13 21:18:21 +0000
  • fe877bcc50 changed json to jsonl Richard Anthony Hein 2024-08-13 21:18:03 +0000
  • 22f053b896 ignore runtime folders Richard Anthony Hein 2024-08-13 21:17:16 +0000
  • 3f85854f68 updated langchain version and usage Richard Anthony Hein 2024-08-13 21:16:40 +0000
  • dab4f16dfc cleaning #558 structured_output Nicolas Nahas 2024-08-13 18:57:16 +0200
  • 08be6a456f cleaning Nicolas Nahas 2024-08-13 17:38:15 +0200
  • a3dec82cd5
    Update README.md Kye Gomez 2024-08-12 22:42:55 -0400
  • 0094fe1c29 [RMV][AgentOps] Kye Gomez 2024-08-12 17:16:53 -0400
  • 270d8dfe5b
    Create python-package.yml Kye Gomez 2024-08-12 16:57:40 -0400
  • 2a70e85838
    Update requirements.txt #564 Zack Bradshaw 2024-08-12 15:50:52 -0500
  • ce6345ed74
    Revert "Update pymdown-extensions requirement from ~=10.2 to ~=10.9" #565 revert-563-dependabot/pip/pymdown-extensions-approx-eq-10.9 Kye Gomez 2024-08-12 16:50:47 -0400
  • 9a79c7790e [5.4.8] Kye Gomez 2024-08-12 16:23:26 -0400
  • 52ca8c6a3b [5.4.8] Kye Gomez 2024-08-12 16:22:30 -0400
  • a231c29c85 Added Role Enum Richard Anthony Hein 2024-08-12 14:14:52 +0000
  • ce80c085a5 support vLLM async Richard Anthony Hein 2024-08-12 14:14:11 +0000
  • dce7ca4993
    Update pymdown-extensions requirement from ~=10.2 to ~=10.9 #563 dependabot[bot] 2024-08-12 10:17:50 +0000
  • 14fdd363ae
    Update ruff requirement from >=0.5.1,<0.5.2 to >=0.5.1,<0.5.8 #562 dependabot[bot] 2024-08-12 10:16:40 +0000
  • be628ecd3f
    Update jinja2 requirement from ~=3.0 to ~=3.1 #561 dependabot[bot] 2024-08-12 10:09:38 +0000
  • ccea98d387
    Merge pull request #553 from kyegomez/dependabot/pip/pydantic-2.8.2 Kye Gomez 2024-08-11 08:35:30 -0400
  • 70aa075320
    Merge pull request #554 from kyegomez/dependabot/pip/pillow-10.4.0 Kye Gomez 2024-08-11 08:35:16 -0400
  • 1f298a6177
    Merge pull request #555 from kyegomez/dependabot/pip/markdown-approx-eq-3.6 Kye Gomez 2024-08-11 08:35:06 -0400
  • 8e21d43621 Add instruction for integration tests #560 Alexandre Henrique Afonso Campos 2024-08-11 01:04:01 -0300
  • ae958fc25c Add meaningful openai tests Alexandre Henrique Afonso Campos 2024-08-10 23:53:29 -0300
  • 89657be1f5 Split routes, add debugging instructions Alexandre Henrique Afonso Campos 2024-08-10 23:45:50 -0300
  • 97520835eb Add dummy api Alexandre Henrique Afonso Campos 2024-08-10 20:22:48 -0300
  • b6d06903bc Add instructions for testing server Alexandre Henrique Afonso Campos 2024-08-10 20:20:29 -0300
  • 4a3ee63205 Examples in correct folder Nicolas Nahas 2024-08-08 23:14:07 +0200
  • 89fbb18579 [docs] Kye Gomez 2024-08-08 09:37:11 -0400
  • f6acc4adfd [DOCS] Kye Gomez 2024-08-07 19:00:26 -0400
  • 07f8e371de [FEAT][OpenAIFunctionCaller][Docs] + Hiearchical] Kye Gomez 2024-08-07 16:33:05 -0400
  • 8052cb62d1 Pydantic validation Nicolas Nahas 2024-08-07 00:19:37 +0200
  • 82681bee15
    Merge pull request #557 from kyegomez/agentops Kye Gomez 2024-08-05 17:59:31 -0400
  • d0a0e278e9
    Merge pull request #552 from seigot/url_fix Kye Gomez 2024-08-05 17:58:40 -0400
  • 628c7fc568
    Merge de12e0c0a7 into 5f11c69c49 #543 Nicolas Nahas 2024-08-05 15:44:20 +0200
  • 0b89904410 TOOL_CALLING FIX #557 agentops Nicolas Nahas 2024-08-05 15:37:38 +0200
  • 0bd33ac13d AGENTOPS FIX Nicolas Nahas 2024-08-05 15:37:22 +0200
  • cc59ccffc0
    Update fastapi requirement from ^0.110.1 to >=0.110.1,<0.113.0 #556 dependabot[bot] 2024-08-05 10:27:25 +0000
  • cc4851443e
    Update markdown requirement from ~=3.2 to ~=3.6 #555 dependabot[bot] 2024-08-05 10:24:12 +0000
  • b2dc85b04b
    Bump pillow from 10.3.0 to 10.4.0 #554 dependabot[bot] 2024-08-05 10:22:30 +0000
  • 9e2eeae237
    Bump pydantic from 2.7.1 to 2.8.2 #553 dependabot[bot] 2024-08-05 10:20:34 +0000
  • 4451b6f447
    [fix] update Swarms Platform link to https://swarms.world #552 seigot 2024-08-03 23:01:02 -0700
  • 5f11c69c49 [AGENTS] Kye Gomez 2024-08-02 20:45:14 -0400
  • 040a868896 [FEAT][ToolStorage] Kye Gomez 2024-08-02 20:04:11 -0400
  • ff7c2df6ca [FEAT][ToolStorage] Kye Gomez 2024-08-02 16:58:53 -0400
  • 790378cc53 [FEAT][ToolStorage] Kye Gomez 2024-08-02 16:58:15 -0400
  • cd5c74b6c7 [cleanup] Kye Gomez 2024-08-02 12:22:11 -0400
  • b8badba05d [cleanup] Kye Gomez 2024-08-02 12:18:09 -0400
  • c9296a91e8
    Merge pull request #551 from gilbertoaceville/feat/update-prompts-docs Kye Gomez 2024-08-02 11:12:33 -0400
  • e6ecfa5ac1 [DOCS][Agent Evaluation] Kye Gomez 2024-08-01 23:00:59 -0400
  • ff8819f11c [DOCS][Agent Evaluation] Kye Gomez 2024-08-01 22:58:51 -0400
  • d25ff6e348 [DOCS][Agent Evaluation] Kye Gomez 2024-08-01 22:58:11 -0400
  • d3dd573659 [CLEANUP] Kye Gomez 2024-08-01 22:26:14 -0400
  • fb09c1f596 [DOCS] Kye Gomez 2024-08-01 20:31:52 -0400
  • b9088d5f49 [SWARMS AMRKETPLACE][PROMPTS] Kye Gomez 2024-08-01 20:22:06 -0400
  • bcad0e7823 feat: add docs for agents api #551 gilbertoaceville 2024-08-02 01:16:08 +0100
  • 166ab2ab75 [LINKS} Kye Gomez 2024-08-01 02:16:54 -0400
  • 80ead4d386 [CLEANUP} Kye Gomez 2024-07-31 18:51:00 -0400
  • 1046cf6017 [CLEANUP} Kye Gomez 2024-07-31 18:47:07 -0400
  • a7c4bb1144 [CLEANUP] Kye Gomez 2024-07-31 18:43:47 -0400
  • 79e1864c21 [CLEANUP] Kye Gomez 2024-07-31 18:34:14 -0400
  • 929c285cbc [CLEANUP] Kye Gomez 2024-07-31 18:32:29 -0400
  • 51802e7f30 [CLEANUP] Kye Gomez 2024-07-31 17:25:07 -0400
  • 52d2e0e031 [DOCS] Kye Gomez 2024-07-31 17:04:26 -0400