Commit graph

2 commits

Author SHA1 Message Date
zooeyn
321f99fe09 Add dana agent provider stub
- Register inline::dana provider in agents registry
- Add stub implementation with get_provider_impl function
- Add DanaAgentConfig with sample_run_config
- Include dana provider in starter, starter-gpu, and ci-tests distributions
- All agent methods currently raise NotImplementedError until implementation
2025-11-01 18:29:43 -07:00
Ashwin Bharambe
471b1b248b
chore(package): migrate to src/ layout (#3920)
Migrates package structure to src/ layout following Python packaging
best practices.

All code moved from `llama_stack/` to `src/llama_stack/`. Public API
unchanged - imports remain `import llama_stack.*`.

Updated build configs, pre-commit hooks, scripts, and GitHub workflows
accordingly. All hooks pass, package builds cleanly.

**Developer note**: Reinstall after pulling: `pip install -e .`
2025-10-27 12:02:21 -07:00