llama-stack-mirror/tests/external
Charlie Doern 2e5d1c8881 refactor: enforce top-level imports for llama-stack-api
Enforce that all imports from llama-stack-api use the form:

from llama_stack_api import <symbol>

 This prevents external code from accessing internal package structure
 (e.g., llama_stack_api.agents, llama_stack_api.common.*) and establishes
 a clear public API boundary.

 Changes:
 - Export 400+ symbols from llama_stack_api/__init__.py
 - Include all API types, common utilities, and strong_typing helpers
 - Update files across src/llama_stack, docs/, tests/, scripts/
 - Convert all submodule imports to top-level imports
 - ensure docs use the proper importing structure

 Addresses PR review feedback requiring explicit __all__ definition to
 prevent "peeking inside" the API package.

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-11-13 14:14:52 -05:00
..
llama-stack-api-weather refactor: enforce top-level imports for llama-stack-api 2025-11-13 14:14:52 -05:00
llama-stack-provider-kaze chore: bump min python version in docs and tests (#3103) 2025-08-12 08:52:57 -07:00
ramalama-stack fix: adjust provider type used in external provider test (#2921) 2025-07-28 10:14:16 -07:00
build.yaml fix: adjust provider type used in external provider test (#2921) 2025-07-28 10:14:16 -07:00
kaze.yaml feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00
run-byoa.yaml feat(prompts): attach prompts to storage stores in run configs (#3893) 2025-10-27 11:12:12 -07:00
weather.yaml feat: Bring Your Own API (BYOA) (#2228) 2025-07-24 13:41:14 -07:00