-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbundle.yaml
More file actions
32 lines (29 loc) · 1.18 KB
/
bundle.yaml
File metadata and controls
32 lines (29 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Amplifier Python Development Bundle
#
# The "Python Development Home" - comprehensive Python tooling for Amplifier.
#
# Provides:
# - Tool module: python_check() for agents
# - Hook module: Automatic checking on file write/edit
# - Agents: python-dev expert + code-intel LSP specialist
# - Shared library: Core checking logic (ruff + pyright)
# - LSP: Pyright integration for code intelligence
#
# Usage:
# includes:
# - bundle: git+https://github.com/microsoft/amplifier-bundle-python-dev@main
#
# Individual behaviors (for selective inclusion):
# - bundle: python-dev:behaviors/python-lsp # LSP only
# - bundle: python-dev:behaviors/python-quality # Quality tools only
bundle:
name: python-dev
version: 0.2.0
description: Comprehensive Python development tools with code quality, LSP, and expert agents
# Behavior bundle pattern - provides capabilities to be composed into other bundles
# NOTE: This bundle is included BY foundation, so it must NOT include foundation (circular dep)
includes:
# Composite behavior: LSP intelligence + quality tools
- bundle: python-dev:behaviors/python-dev
# Default behavior when using this bundle
default_behavior: python-dev-behavior