Commit graph

  • 80f836a2ba fix: update telemetry import path after module move Ashwin Bharambe 2025-10-28 10:50:22 -07:00
  • 99380de095 fix(types): add future annotations import for S3Client type hints Ashwin Bharambe 2025-10-28 10:48:45 -07:00
  • 73f4762c65
    Update src/llama_stack/core/routers/inference.py Ashwin Bharambe 2025-10-28 10:38:13 -07:00
  • 24667e43e0 address feedback Ashwin Bharambe 2025-10-28 09:39:43 -07:00
  • 9347e49414 fix(mypy): suppress uvicorn.run dict unpacking type errors in run.py Ashwin Bharambe 2025-10-27 23:37:11 -07:00
  • 9c877730ca fix(mypy): resolve boto3 S3 typing issues in files.py Ashwin Bharambe 2025-10-27 23:35:31 -07:00
  • 3c81b23fbe chore: remove unused NOT_GIVEN imports Ashwin Bharambe 2025-10-27 23:24:53 -07:00
  • 7e5020b61f fix(mypy): use correct OpenAIChatCompletionChunk import in vllm Ashwin Bharambe 2025-10-27 23:14:49 -07:00
  • 864a5ff19b fix(mypy): resolve OpenAI SDK NotGiven/Omit type mismatches Ashwin Bharambe 2025-10-27 23:12:59 -07:00
  • d009dc29f7
    fix(mypy): resolve provider utility and testing type issues (#3935) Ashwin Bharambe 2025-10-28 10:37:27 -07:00
  • a0694b632b fix(mypy): resolve routes and type narrowing errors Ashwin Bharambe 2025-10-27 23:08:24 -07:00
  • 6fa7af52f9 fix(mypy): resolve union type and list annotation errors Ashwin Bharambe 2025-10-27 23:04:59 -07:00
  • a7866dff48 fix(mypy): resolve additional type errors in batches and together Ashwin Bharambe 2025-10-27 23:01:56 -07:00
  • 0c95140ca7 fix(mypy): resolve provider utility and testing type issues Ashwin Bharambe 2025-10-27 22:53:48 -07:00
  • fcf07790c8
    fix(mypy): resolve model implementation typing issues (#3934) Ashwin Bharambe 2025-10-28 10:28:29 -07:00
  • a10efdd4c9 fix(mypy): resolve model implementation typing issues Ashwin Bharambe 2025-10-27 22:35:24 -07:00
  • 6ce59b5df8
    fix(mypy): resolve type issues in MongoDB, batches, and auth providers (#3933) Ashwin Bharambe 2025-10-28 10:23:39 -07:00
  • 955c4d56e3 fix(mypy): resolve type issues in MongoDB, batches, and auth providers Ashwin Bharambe 2025-10-27 21:21:52 -07:00
  • 4a2ea278c5
    fix(mypy): resolve OpenTelemetry typing issues in telemetry.py (#3943) Ashwin Bharambe 2025-10-28 10:10:18 -07:00
  • bad7142910 fix(telemetry): add minimal type annotations for OpenTelemetry compatibility Ashwin Bharambe 2025-10-28 10:00:49 -07:00
  • cc84c2e4f5 fix(mypy): resolve SQLAlchemy typing issues in sqlalchemy_sqlstore.py (#3932) Ashwin Bharambe 2025-10-27 21:26:24 -07:00
  • 8991b65552 fix(mypy): resolve OpenTelemetry typing issues in telemetry.py Ashwin Bharambe 2025-10-27 21:04:14 -07:00
  • 85887d724f Revert "fix(mypy): resolve OpenTelemetry typing issues in telemetry.py (#3931)" Ashwin Bharambe 2025-10-28 09:48:46 -07:00
  • 9afc52a36a
    fix(mypy): resolve OpenTelemetry typing issues in telemetry.py (#3931) Ashwin Bharambe 2025-10-28 09:47:20 -07:00
  • ac9eb08851 fix(mypy): resolve SQLAlchemy typing issues in sqlalchemy_sqlstore.py (#3932) Ashwin Bharambe 2025-10-27 21:26:24 -07:00
  • 5659e5f3de fix(mypy): resolve OpenTelemetry typing issues in telemetry.py Ashwin Bharambe 2025-10-27 21:04:14 -07:00
  • 5598f61e12
    feat(responses)!: introduce OpenAI compatible prompts to Responses API (#3942) Ian Miller 2025-10-28 16:31:27 +00:00
  • d94efaaac4
    feat(responses)!: introduce OpenAI compatible prompts to Responses API r3v5 2025-10-28 14:24:21 +00:00
  • 656160b4f9
    ci: add pre-commit check ensuring FIPS compliance Nathan Weinberg 2025-10-24 11:44:01 -04:00
  • e5ca7e6450
    chore(mypy): add mypy and type stub packages to dev deps (#3930) Ashwin Bharambe 2025-10-28 06:02:38 -07:00
  • 82510a269c fix(mypy): resolve typing issues in post-training providers and model files Ashwin Bharambe 2025-10-28 05:23:48 -07:00
  • d10bfb5121
    chore: remove leftover llama_stack directory (#3940) Sébastien Han 2025-10-28 13:09:08 +01:00
  • 9964287698 UI enhancements Antony Sallas 2025-10-28 18:29:23 +08:00
  • 13d56fce1e
    chore: remove leftover llama_stack directory Sébastien Han 2025-10-28 09:28:40 +01:00
  • b47afac7c2
    chore: bump openai package version (#3918) Sébastien Han 2025-10-28 09:18:48 +01:00
  • 58d4fd6805
    chore: bump openai package version Sébastien Han 2025-10-27 16:12:46 +01:00
  • 6867ac18f6 chore: add lm-format-enforcer and update pre-commit mypy hook Ashwin Bharambe 2025-10-27 23:52:33 -07:00
  • 54d57ad96f chore: add type_checking dependency group for complete mypy coverage Ashwin Bharambe 2025-10-27 23:47:39 -07:00
  • fc847318e4 fix(mypy): suppress uvicorn.run dict unpacking type errors in run.py Ashwin Bharambe 2025-10-27 23:37:11 -07:00
  • 2ff3ae3fc7 fix(mypy): resolve boto3 S3 typing issues in files.py Ashwin Bharambe 2025-10-27 23:35:31 -07:00
  • d0b12cbc92 chore: remove unused NOT_GIVEN imports Ashwin Bharambe 2025-10-27 23:24:53 -07:00
  • 0944b6a734 fix(mypy): use correct OpenAIChatCompletionChunk import in vllm Ashwin Bharambe 2025-10-27 23:14:49 -07:00
  • 7e37790647 fix(mypy): resolve OpenAI SDK NotGiven/Omit type mismatches Ashwin Bharambe 2025-10-27 23:12:59 -07:00
  • 382900d7a8 fix(mypy): resolve routes and type narrowing errors Ashwin Bharambe 2025-10-27 23:08:24 -07:00
  • a40af5b91b fix(mypy): resolve union type and list annotation errors Ashwin Bharambe 2025-10-27 23:04:59 -07:00
  • d612924f5b fix(mypy): resolve additional type errors in batches and together Ashwin Bharambe 2025-10-27 23:01:56 -07:00
  • 4e6c769cc4
    fix(context): prevent provider data leak between streaming requests (#3924) Ashwin Bharambe 2025-10-27 23:01:12 -07:00
  • bc7d93fb39 final fix, pretty subtle Ashwin Bharambe 2025-10-27 22:57:00 -07:00
  • bcf3289785 fix(mypy): resolve provider utility and testing type issues Ashwin Bharambe 2025-10-27 22:53:48 -07:00
  • 257eaeb945 fix(mypy): resolve model implementation typing issues Ashwin Bharambe 2025-10-27 22:35:24 -07:00
  • 6a849c3b18 fixes Ashwin Bharambe 2025-10-27 22:23:07 -07:00
  • c077d01ddf
    chore(telemetry): more cleanup: remove apis.telemetry (#3919) ehhuang 2025-10-27 22:20:15 -07:00
  • f34b6288cc fix(mypy): resolve type issues in MongoDB, batches, and auth providers Ashwin Bharambe 2025-10-27 21:21:52 -07:00
  • 907ba5aecf fix(context): restore context to previous values after streaming Ashwin Bharambe 2025-10-27 21:25:57 -07:00
  • 41a65b87e6 fix(mypy): resolve SQLAlchemy typing issues in sqlalchemy_sqlstore.py Ashwin Bharambe 2025-10-27 21:09:44 -07:00
  • 6e47335371 fix(mypy): resolve OpenTelemetry typing issues in telemetry.py Ashwin Bharambe 2025-10-27 21:04:14 -07:00
  • 893c237759 chore: update uv.lock with new dependencies Ashwin Bharambe 2025-10-27 21:12:05 -07:00
  • db1bc9b272 chore(mypy): add mypy and type stub packages to dev deps Ashwin Bharambe 2025-10-27 20:31:35 -07:00
  • 75cdc4dad2 test(core): remove provider data context leak integration Ashwin Bharambe 2025-10-27 20:21:08 -07:00
  • 2dd0557048 removing APIs Francisco Javier Arceo 2025-10-27 23:03:07 -04:00
  • e97a48d1d0 chore(ui-deps): bump @types/node from 24.8.1 to 24.9.1 in /llama_stack/ui (#3912) dependabot[bot] 2025-10-26 23:48:00 -04:00
  • 63078a5cb9 chore(ui-deps): bump @tailwindcss/postcss from 4.1.14 to 4.1.16 in /llama_stack/ui (#3913) dependabot[bot] 2025-10-26 23:47:36 -04:00
  • 6b2e17244a chore(ui-deps): bump @types/react-dom from 19.2.1 to 19.2.2 in /llama_stack/ui (#3915) dependabot[bot] 2025-10-26 23:47:16 -04:00
  • 1d075bb05a chore(ui-deps): bump @testing-library/jest-dom from 6.8.0 to 6.9.1 in /llama_stack/ui (#3914) dependabot[bot] 2025-10-25 19:55:14 -04:00
  • 6ccb5a742a chore: update run configs (#3902) ehhuang 2025-10-24 15:03:06 -07:00
  • 3b6ae045ce chore: update docs for telemetry api removal (#3900) ehhuang 2025-10-24 13:57:28 -07:00
  • 8cce68921d fixes Ashwin Bharambe 2025-10-27 19:20:38 -07:00
  • d089a6d106 fix(inference): enable routing of models with provider_data alone Ashwin Bharambe 2025-10-27 14:55:24 -07:00
  • d93ca96bf5 merge commit for archive created by Sapling Eric Huang 2025-10-27 15:58:09 -07:00
  • 7eed264070 tele tests Eric Huang 2025-10-27 15:31:55 -07:00
  • 50cab73504
    Merge 0c488b6b63 into sapling-pr-archive-ehhuang ehhuang 2025-10-27 15:57:14 -07:00
  • 0c488b6b63 chore(telemetry): more cleanup: remove apis.telemetry Eric Huang 2025-10-27 15:57:08 -07:00
  • 045ea154fd
    Merge 11b076810f into sapling-pr-archive-ehhuang ehhuang 2025-10-27 15:56:18 -07:00
  • 11b076810f chore(telemetry): more cleanup: remove apis.telemetry Eric Huang 2025-10-27 15:56:13 -07:00
  • f0ac4e7ca9
    Merge c7b3b10ef2 into sapling-pr-archive-ehhuang ehhuang 2025-10-27 15:33:36 -07:00
  • c7b3b10ef2 chore(telemetry): more cleanup: remove apis.telemetry Eric Huang 2025-10-27 15:33:31 -07:00
  • e9a8967ed5
    Merge 9aef325934 into sapling-pr-archive-ehhuang ehhuang 2025-10-27 15:32:50 -07:00
  • 9aef325934 chore(telemetry): more cleanup: remove apis.telemetry Eric Huang 2025-10-27 15:32:41 -07:00
  • a0b6c424de merge commit for archive created by Sapling Eric Huang 2025-10-27 15:31:46 -07:00
  • 9a04f7b646 tele tests Eric Huang 2025-10-27 15:31:39 -07:00
  • d8ce23df30 merge commit for archive created by Sapling Eric Huang 2025-10-27 15:07:59 -07:00
  • 2c0aad4dba tele tests Eric Huang 2025-10-27 15:07:51 -07:00
  • f4f8c7e8fe merge commit for archive created by Sapling Eric Huang 2025-10-27 15:02:33 -07:00
  • e5370ffa74 tele tests Eric Huang 2025-10-27 15:02:24 -07:00
  • 1c9a31d8bd
    chore(telemetry): add grafana dashboards (#3921) ehhuang 2025-10-27 14:58:27 -07:00
  • 4670264b89
    Merge d9a4f016d0 into sapling-pr-archive-ehhuang ehhuang 2025-10-27 14:58:20 -07:00
  • d9a4f016d0 tele tests Eric Huang 2025-10-27 14:48:26 -07:00
  • 7ad4b47286 Add rerank API for NVIDIA Inference Provider Jiayi 2025-10-16 17:27:38 -07:00
  • b7dd3f5c56
    chore!: BREAKING CHANGE: vector_db_id -> vector_store_id (#3923) ehhuang 2025-10-27 14:26:06 -07:00
  • b6954c9882
    fix: add missing shutdown methods to PromptServiceImpl and ConversationServiceImpl (#3925) Nathan Weinberg 2025-10-27 16:41:38 -04:00
  • 3ecb043d59 fix(context): prevent provider data leak between streaming requests Ashwin Bharambe 2025-10-27 13:00:46 -07:00
  • 42db943ef0
    fix: add missing shutdown methods to PromptServiceImpl and ConversationServiceImpl Nathan Weinberg 2025-10-27 16:32:54 -04:00
  • bf8f6b6914
    Merge 960f5e4cd4 into sapling-pr-archive-ehhuang ehhuang 2025-10-27 13:23:09 -07:00
  • 960f5e4cd4 chore!: BREAKING CHANGE: vector_db_id -> vector_store_id Eric Huang 2025-10-27 13:22:39 -07:00
  • a9b00db421
    feat: add provider data keys for Cerebras, Databricks, NVIDIA, and RunPod (#3734) Matthew Farrellee 2025-10-27 16:09:35 -04:00
  • 0d8e27b461 API change POST /test to GET /health Raghotham Murthy 2025-10-27 13:07:22 -07:00
  • 659e6ee86c move from /v1 to /v1alpha. also move POST /test to GET /health Raghotham Murthy 2025-10-27 13:05:27 -07:00
  • 04294ff092 fixes Ashwin Bharambe 2025-10-27 13:00:59 -07:00
  • 7c73997b50 fixes Ashwin Bharambe 2025-10-27 12:08:28 -07:00
  • 075990d5e5
    Merge 4db31e1c59 into sapling-pr-archive-ehhuang ehhuang 2025-10-27 12:04:10 -07:00