Commit graph

  • 9c484d12ae Updated some unit tests Omar Abdelwahab 2025-11-13 10:58:40 -08:00
  • ceb716b9a0
    chore: set minimum pre-commit version (#4148) Sébastien Han 2025-11-13 19:52:38 +01:00
  • 65c33d2611
    quote Ashwin Bharambe 2025-11-13 10:47:53 -08:00
  • c1b63202be Updated the test cases to support the headers for now Omar Abdelwahab 2025-11-13 10:35:51 -08:00
  • 8783255bc3 feat(tool-runtime): Add authorization parameter with backward compatibility Omar Abdelwahab 2025-11-13 10:26:39 -08:00
  • fa2b361f46
    Merge branch 'main' into add-mcp-authentication-param Ashwin Bharambe 2025-11-13 09:42:35 -08:00
  • 4442b24de7
    chore: Fix docs so can be deployed (#4149) Francisco Arceo 2025-11-13 12:15:32 -05:00
  • 943e45cead chore: Fix docs so can be deployed Francisco Javier Arceo 2025-11-13 12:00:30 -05:00
  • e32c41d719
    chore: set minimum pre-commit version Sébastien Han 2025-11-13 17:41:01 +01:00
  • 113cb4cd65
    Merge branch 'main' into toolcall-arg-recursive-type Ben Keith 2025-11-13 11:00:48 -05:00
  • b7480e9c88 feat: refactor llama-stack-api structure Charlie Doern 2025-11-12 15:59:34 -05:00
  • aeaf4eb3dd
    fix: remove_disabled_providers filtering models with None fields (#4132) Derek Higgins 2025-11-13 15:24:05 +00:00
  • 1e81056a22
    feat(tests): enable MCP tests in server mode (#4146) Ashwin Bharambe 2025-11-13 07:23:23 -08:00
  • 9eb81439d2
    docs: Add comprehensive Files API and Vector Store integration doc (#3279) Akram Ben Aissi 2025-11-13 14:50:06 +01:00
  • 25faaaaf37 review and update .mdx links Akram Ben Aissi 2025-11-04 14:59:10 +01:00
  • 2f504a08ed docs: organize API documentation into structured directories Akram Ben Aissi 2025-10-02 00:21:44 +02:00
  • bad9a77e86 docs: Add Files API and Vector Store integration documentation Akram Ben Aissi 2025-08-29 19:07:56 +02:00
  • 60ac37f3a9 fix: remove_disabled_providers filtering models with None fields Derek Higgins 2025-11-11 16:39:07 +00:00
  • 7212d91443 fixes Ashwin Bharambe 2025-11-12 21:20:45 -08:00
  • a7df687167 feat(tests): enable MCP tests in server mode Ashwin Bharambe 2025-11-12 18:43:52 -08:00
  • 0d038391f1
    Merge branch 'main' into feat/add-dana-agent-provider-stub Zooey Nguyen 2025-11-12 19:46:26 -08:00
  • 1a6cb7041d precommit Omar Abdelwahab 2025-11-12 19:02:54 -08:00
  • 66ca51ac0d feat(tool-runtime): Add authorization parameter to list_runtime_tools Omar Abdelwahab 2025-11-12 17:27:03 -08:00
  • e6ebbd8a7b fix(tool-runtime): Remove authorization from list_runtime_tools in all providers Omar Abdelwahab 2025-11-12 16:20:53 -08:00
  • 18f197763b fix(tool-runtime): Remove authorization from list_runtime_tools() Omar Abdelwahab 2025-11-12 16:17:53 -08:00
  • c0295a2495 revert(debug): Remove temporary debug logging from resolver Omar Abdelwahab 2025-11-12 16:12:14 -08:00
  • 4a1fa139f1 revert(ci): Remove unnecessary CI workarounds from action.yml Omar Abdelwahab 2025-11-12 16:11:16 -08:00
  • d156451890 fix(ci): Add authorization parameter to api_recorder tool runtime patches Omar Abdelwahab 2025-11-12 16:06:29 -08:00
  • bae5b14adf debug: Add detailed logging for signature mismatch errors Omar Abdelwahab 2025-11-12 16:01:13 -08:00
  • 166c37bbbe fix(ci): Prevent Python from caching old code during uv sync Omar Abdelwahab 2025-11-12 15:56:26 -08:00
  • 761a2a0ce3 fix(ci): Use 'uv run' to execute llama command in virtual environment Omar Abdelwahab 2025-11-12 15:51:55 -08:00
  • 844a159219 fix(ci): Install ci-tests distribution dependencies to fix test failures Omar Abdelwahab 2025-11-12 15:49:57 -08:00
  • 0754d59999 fix(ci): Add final bytecode cache clear after installations Omar Abdelwahab 2025-11-12 15:28:49 -08:00
  • 6dc2d92232 fix(ci): Clear cached .venv directory to ensure fresh install Omar Abdelwahab 2025-11-12 15:25:51 -08:00
  • 8b6588dc1e fix(ci): Clear UV cache directory instead of lock file Omar Abdelwahab 2025-11-12 15:23:06 -08:00
  • c0808d28d2 build: Bump version to 0.3.3.dev0 release-automation/bump-to-0.3.3.dev0 github-actions[bot] 2025-11-12 23:22:08 +00:00
  • 49a290e53e chore: update lockfiles for 0.3.2 v0.3.2 github-actions[bot] 2025-11-12 23:21:28 +00:00
  • 6aaf4ad080 fix(ci): Remove uv.lock before sync to ensure fresh dependency resolution Omar Abdelwahab 2025-11-12 15:20:48 -08:00
  • 1536b8e890 build: Bump version to 0.3.2 github-actions[bot] 2025-11-12 23:19:12 +00:00
  • 1ea57b0a17 Fix CI: Clear Python bytecode cache before reinstall Omar Abdelwahab 2025-11-12 15:16:34 -08:00
  • 025c301a9a Fix CI: Force reinstall llama-stack from source Omar Abdelwahab 2025-11-12 15:12:42 -08:00
  • 778b7de9cb fix: add authorization parameter to ToolRuntimeRouter and routing table Omar Abdelwahab 2025-11-12 15:08:00 -08:00
  • bf28c215d1 chore: trigger CI - all provider signatures fixed Omar Abdelwahab 2025-11-12 15:01:58 -08:00
  • 607e3cc05c
    Merge branch 'main' into add-mcp-authentication-param Omar Abdelwahab 2025-11-12 14:55:23 -08:00
  • 7a823bc280 fix: remove syntax errors from test files caused by sed Omar Abdelwahab 2025-11-12 14:54:38 -08:00
  • 3f695dd8ea build: Bump version to 0.2.24 v0.2.24 release-0.2.24 github-actions[bot] 2025-11-12 22:52:14 +00:00
  • d804e37e01 chore: trigger CI rebuild with fresh Python cache Omar Abdelwahab 2025-11-12 14:51:38 -08:00
  • dbef00de28 chore: update lockfiles for 0.3.2rc3 v0.3.2rc3 github-actions[bot] 2025-11-12 22:48:00 +00:00
  • d0ec3b07b5 fix: add authorization parameter to all ToolRuntime provider implementations Omar Abdelwahab 2025-11-12 14:47:22 -08:00
  • 84baa5c406 feat: unify MCP authentication across Responses and Tool Runtime APIs Omar Abdelwahab 2025-11-12 14:41:00 -08:00
  • 7475005ae3 Release candidate 0.2.24rc1 v0.2.24rc1 rc-0.2.24rc1 github-actions[bot] 2025-11-12 22:39:09 +00:00
  • 01ff0cb9e2 Release candidate 0.3.2rc3 github-actions[bot] 2025-11-12 22:33:56 +00:00
  • 56a723c800 Release candidate 0.3.2rc2 v0.3.2rc2 github-actions[bot] 2025-11-12 22:12:27 +00:00
  • a6eed99790 fix(unittest): add required chunk_id field to Milvus test mock data Mustafa Elbehery 2025-11-03 23:58:15 +01:00
  • c6bf292f07 fix(unittest): add pymilvus and milvus-lite to unit dep group Mustafa Elbehery 2025-11-03 23:38:44 +01:00
  • 3e8291c1b9 fix: resolve rebase conflicts Mustafa Elbehery 2025-11-03 23:20:39 +01:00
  • 2347db868d refactor(client): replace all AsyncMilvusClient usage of has_collection() with list_collections() Mustafa Elbehery 2025-09-09 22:20:02 +02:00
  • c3ce2df439 Revert "fix(test): chrome db test fails due to reusing deleted collection" Mustafa Elbehery 2025-09-09 21:49:35 +02:00
  • f94d614631 fix(integration): init AsyncMilvusClient before MilvusIndex Mustafa Elbehery 2025-09-08 22:00:59 +02:00
  • 6aabf80566 chore: remove irrelevant comments Mustafa Elbehery 2025-09-08 18:28:19 +02:00
  • 6b299f24af fix(test): chrome db test fails due to reusing deleted collection Mustafa Elbehery 2025-09-08 18:13:03 +02:00
  • 1db4800c9c feat(client): migrate MilvusClient to AsyncMilvusClient Mustafa Elbehery 2025-09-08 17:19:42 +02:00
  • 096a3c6013 Release candidate 0.3.2rc1 github-actions[bot] 2025-11-12 21:43:15 +00:00
  • 641d5144be
    fix(inference): enable routing of models with provider_data alone (backport #3928) (#4142) mergify[bot] 2025-11-12 13:41:27 -08:00
  • ee4e3b7ff9 fix import Ashwin Bharambe 2025-11-12 13:36:35 -08:00
  • 84ffcb8c2b fix(inference): enable routing of models with provider_data alone (#3928) Ashwin Bharambe 2025-10-28 11:16:37 -07:00
  • a6c3a9cadf
    fix: harden storage semantics (backport #4118) (#4138) mergify[bot] 2025-11-12 13:01:21 -08:00
  • 283a998137 undo SafetyConfig, fix pre-commit Ashwin Bharambe 2025-11-12 12:48:03 -08:00
  • 81e44b06ff fix: harden storage semantics (#4118) Ashwin Bharambe 2025-11-12 10:35:39 -08:00
  • 56d87f5133
    chore(ci): remove unused recordings (backport #4074) (#4141) mergify[bot] 2025-11-12 12:36:28 -08:00
  • 3e0d57ac67 remove test matrices which werent supported in the 0.3.x branch before Ashwin Bharambe 2025-11-12 12:29:19 -08:00
  • 84ee26d561 restore files we dont care about for now Ashwin Bharambe 2025-11-12 12:18:53 -08:00
  • fcf649b97a
    feat(storage): share sql/kv instances and add upsert support (#4140) Ashwin Bharambe 2025-11-12 12:14:26 -08:00
  • 8c918a132e chore(ci): remove unused recordings (#4074) Ashwin Bharambe 2025-11-05 09:21:58 -08:00
  • b3c3c40b80 remove stress test Ashwin Bharambe 2025-11-12 11:43:25 -08:00
  • 560926a7c4 feat(storage): share sql/kv instances and add upsert support storage_fix Ashwin Bharambe 2025-11-12 11:27:35 -08:00
  • c2c5ab622c feat(storage): share sql/kv instances and add upsert support Ashwin Bharambe 2025-11-12 11:27:35 -08:00
  • d6b915ce0a Merge remote-tracking branch 'upstream/main' into api-pkg Charlie Doern 2025-11-12 13:53:31 -05:00
  • 0d525d9a24
    docs: clarify model identification uses provider_model_id not model_id (backport #4128) (#4137) mergify[bot] 2025-11-12 10:41:23 -08:00
  • bae22060de
    docs: use 'uv pip' to avoid pitfalls of using 'pip' in virtual environment (backport #4122) (#4136) mergify[bot] 2025-11-12 10:41:15 -08:00
  • cd7d3b1fdb docs: clarify model identification uses provider_model_id not model_id (#4128) Derek Higgins 2025-11-12 18:13:26 +00:00
  • 071cdf0d33 docs: use 'uv pip' to avoid pitfalls of using 'pip' in virtual environment (#4122) paulengineer 2025-11-11 12:49:03 +00:00
  • 492f79ca9b
    fix: harden storage semantics (#4118) Ashwin Bharambe 2025-11-12 10:35:39 -08:00
  • 531e00366f killed unnecessary logs Ashwin Bharambe 2025-11-12 10:20:48 -08:00
  • 08024d44f2 Merge remote-tracking branch 'origin/main' into storage_fix Ashwin Bharambe 2025-11-12 10:17:56 -08:00
  • fdc9ba2687
    Merge 503ad16002 into 356f37b1ba Young Han 2025-11-12 18:16:28 +00:00
  • 356f37b1ba
    docs: clarify model identification uses provider_model_id not model_id (#4128) Derek Higgins 2025-11-12 18:13:26 +00:00
  • 94e977c257
    fix(docs): link to test replay-record docs for discoverability (#4134) Ken Dreyer 2025-11-12 13:04:56 -05:00
  • eb3f9ac278
    feat: allow returning embeddings and metadata from /vector_stores/ methods; disallow changing Provider ID (#4046) Francisco Arceo 2025-11-12 12:59:48 -05:00
  • b76a254936 updating tests to .content Francisco Javier Arceo 2025-11-12 12:45:15 -05:00
  • 37853ca558
    fix(tests): add OpenAI client connection cleanup to prevent CI hangs (#4119) Charlie Doern 2025-11-12 12:17:13 -05:00
  • 932d133bd0 tests: link to test replay-record docs for discoverability Ken Dreyer 2025-11-12 11:57:58 -05:00
  • 86ed32817a fix(sqlstore): increase connection pool size to prevent exhaustion Charlie Doern 2025-11-12 11:42:29 -05:00
  • 63137f9af1
    chore(stainless): add config for file header (#4126) Sam El-Borai 2025-11-12 17:39:21 +01:00
  • f3aac25352 feat: Add metadata field to request and response Abhishek Bongale 2025-11-12 14:38:05 +00:00
  • 85d407c2a0 feat: split API and provider specs into separate llama-stack-api pkg Charlie Doern 2025-10-30 12:25:23 -04:00
  • 8c20712df4
    Merge branch 'main' into sam/config-file-header Sam El-Borai 2025-11-12 13:35:23 +01:00
  • de5ddf84e8 chore(stainless): add config for file header Samuel El-Borai 2025-11-11 21:58:45 +01:00
  • 7fd1247f21 docs: clarify model identification uses provider_model_id not model_id Derek Higgins 2025-11-12 11:33:21 +00:00
  • 539b9c08f3
    chore(deps): update pypdf to fix DoS vulnerabilities (#4121) Akshay Ghodake 2025-11-12 14:54:19 +05:30