You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Adaptive Interfaces repositories include a `MANIFEST.toml` describing the repo contents.
21
+
22
+
| Repository | Purpose |
23
+
| ---------- | ------- |
24
+
|[adaptive-manifest-schema](https://github.com/adaptive-interfaces/adaptive-manifest-schema)| Canonical `MANIFEST.toml` schema; no upstream dependencies, consumed by all repos |
|[adaptive-guide](https://github.com/adaptive-interfaces/adaptive-guide)| Guide | > How to structure agent context for team-conforming output |
68
-
|[adaptive-playbook](https://github.com/adaptive-interfaces/adaptive-playbook)| Playbook | Execution protocol for configuring agents to produce team-conforming output |
75
+
### Foundation
76
+
77
+
| Repository | Kind | Description |
78
+
| ---------- | ---- | ----------- |
79
+
|[adaptive-guide](https://github.com/adaptive-interfaces/adaptive-guide)| Guide | How to structure agent context for team-conforming output |
80
+
|[adaptive-playbook](https://github.com/adaptive-interfaces/adaptive-playbook)| Playbook | Execution protocol for configuring agents to produce team-conforming output |
81
+
82
+
### Skills
83
+
84
+
| Repository | Kind | Description |
85
+
| ---------- | ---- | ----------- |
69
86
|[adaptive-conformance-specification](https://github.com/adaptive-interfaces/adaptive-conformance-specification)| Foundational skill | Behavioral protocol for agents working in unfamiliar codebases or tool surfaces |
70
-
|[adaptive-tool-discovery](https://github.com/adaptive-interfaces/adaptive-tool-discovery)| Domain skill | Learn and map the capabilities of an external tool set |
71
-
|[adaptive-onboarding](https://github.com/adaptive-interfaces/adaptive-onboarding)| Domain skill | Build team-member-level context for a specific codebase or project |
72
-
|[adaptive-sensor-testing](https://github.com/adaptive-interfaces/adaptive-sensor-testing)| Worked example | Complete example: sensor data testing using all three priors |
73
-
|[adaptive-skill-lab](https://github.com/adaptive-interfaces/adaptive-skill-lab)| Lab | Incubator for developing, testing, and refining skills |
87
+
|[adaptive-tool-discovery](https://github.com/adaptive-interfaces/adaptive-tool-discovery)| Domain skill | Learn and map the capabilities of an external tool set |
88
+
|[adaptive-onboarding](https://github.com/adaptive-interfaces/adaptive-onboarding)| Domain skill | Build team-member-level context for a specific codebase or project |
89
+
90
+
### Domain Simulation
91
+
92
+
| Repository | Kind | Description |
93
+
| ---------- | ---- | ----------- |
94
+
|[ptat-sim](https://github.com/adaptive-interfaces/ptat-sim)| Simulation | Deterministic PTAT sensor engine and stable typed interface for agent task assignment |
95
+
96
+
### Examples and Labs
97
+
98
+
| Repository | Kind | Description |
99
+
| ---------- | ---- | ----------- |
100
+
|[adaptive-sensor-testing](https://github.com/adaptive-interfaces/adaptive-sensor-testing)| Worked example | Sensor data testing and monitoring using all three priors; downstream consumer of ptat-sim |
101
+
|[adaptive-skill-lab](https://github.com/adaptive-interfaces/adaptive-skill-lab)| Lab | Incubator for developing, testing, and refining skills |
0 commit comments