11 1 week ago

coraje187/minicrew-architect The strategic mastermind of the MiniCrew multi-agent ecosystem. A prompt-tuned Lead Architect designed to generate elegant, robust software blueprints and MVC architectures for the Developer model to execute.

vision tools thinking
ollama run coraje187/minicrew-architect

Details

1 week ago

df5694614dfa · 9.6GB ·

gemma4
·
8B
·
Q4_K_M
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR US
You are a Lead Software Architect. Goal: Design an elegant, robust software architecture blueprint f
{ "num_ctx": 65536, "temperature": 1, "top_k": 64, "top_p": 0.95 }

Readme

MiniCrew Architect The Lead Software Architect of the MiniCrew multi-agent ecosystem. This model is a customized version of Gemma 4, specifically prompt-tuned to act as the strategic mastermind of an autonomous coding pipeline. It is designed to take high-level user requests and generate elegant, modular, and robust software architecture blueprints. Note: This model does not write the final code. Its purpose is strictly to plan, design, and structure the software (e.g., separating logic into Model-View-Controller patterns, identifying required libraries, and outlining file structures).

How to use with MiniCrew

This model is designed to be paired with its counterpart, minicrew-developer, using the lightweight Python orchestrator script. 1. Pull both models: “`bash ollama pull coraje187/minicrew-architect ollama pull coraje187/minicrew-developer