mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-19 20:27:01 +00:00
Merge upstream ollama/ollama main branch while preserving CUDA 3.7 support
- Added support for new gpt-oss model from upstream - Preserved CUDA Compute Capability 3.7 (Tesla K80) support - Kept CUDA 11 configuration alongside CUDA 12 - Maintained all documentation specific to ollama37 fork - Integrated new tool parsing improvements - Added new backend methods and patches from upstream
This commit is contained in:
14
.bmad-core/agent-teams/team-all.yaml
Normal file
14
.bmad-core/agent-teams/team-all.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
bundle:
|
||||
name: Team All
|
||||
icon: 👥
|
||||
description: Includes every core system agent.
|
||||
agents:
|
||||
- bmad-orchestrator
|
||||
- '*'
|
||||
workflows:
|
||||
- brownfield-fullstack.yaml
|
||||
- brownfield-service.yaml
|
||||
- brownfield-ui.yaml
|
||||
- greenfield-fullstack.yaml
|
||||
- greenfield-service.yaml
|
||||
- greenfield-ui.yaml
|
||||
18
.bmad-core/agent-teams/team-fullstack.yaml
Normal file
18
.bmad-core/agent-teams/team-fullstack.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
bundle:
|
||||
name: Team Fullstack
|
||||
icon: 🚀
|
||||
description: Team capable of full stack, front end only, or service development.
|
||||
agents:
|
||||
- bmad-orchestrator
|
||||
- analyst
|
||||
- pm
|
||||
- ux-expert
|
||||
- architect
|
||||
- po
|
||||
workflows:
|
||||
- brownfield-fullstack.yaml
|
||||
- brownfield-service.yaml
|
||||
- brownfield-ui.yaml
|
||||
- greenfield-fullstack.yaml
|
||||
- greenfield-service.yaml
|
||||
- greenfield-ui.yaml
|
||||
10
.bmad-core/agent-teams/team-ide-minimal.yaml
Normal file
10
.bmad-core/agent-teams/team-ide-minimal.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
bundle:
|
||||
name: Team IDE Minimal
|
||||
icon: ⚡
|
||||
description: Only the bare minimum for the IDE PO SM dev qa cycle.
|
||||
agents:
|
||||
- po
|
||||
- sm
|
||||
- dev
|
||||
- qa
|
||||
workflows: null
|
||||
13
.bmad-core/agent-teams/team-no-ui.yaml
Normal file
13
.bmad-core/agent-teams/team-no-ui.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
bundle:
|
||||
name: Team No UI
|
||||
icon: 🔧
|
||||
description: Team with no UX or UI Planning.
|
||||
agents:
|
||||
- bmad-orchestrator
|
||||
- analyst
|
||||
- pm
|
||||
- architect
|
||||
- po
|
||||
workflows:
|
||||
- greenfield-service.yaml
|
||||
- brownfield-service.yaml
|
||||
Reference in New Issue
Block a user