Welcome to AgentSuiteLocal Discussions #25
scottconverse
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome to AgentSuiteLocal Discussions
Hello and welcome. This is the place for questions, bug reports, feature requests, showcase posts, and anything else related to AgentSuiteLocal.
What AgentSuiteLocal is
AgentSuiteLocal is a desktop application that runs multi-agent AI workflows entirely on your machine using Ollama. Seven specialist agents — Founder, Design, Product, Engineering, Marketing, Trust/Risk, and CIO — each run a structured five-stage pipeline and produce artifact sets that you approve before they're stored anywhere permanent. No cloud, no subscription, no data leaving your machine.
The goal is to make multi-agent AI useful for solo founders and small teams who want the output quality of structured prompting without building custom pipelines themselves, and who care about keeping their work private.
The seven agents at a glance
Runtimes are estimates on the Balanced tier (gemma4:e4b) with 16 GB RAM. Lighter models are faster; larger models produce better output but take longer.
Reporting a bug
Before opening a bug report, please check if it's already filed in Issues.
A useful bug report includes:
agentsuitelocal --version)Do not include your actual goal text or input file contents in the issue if they contain anything sensitive.
Requesting a feature
Open a discussion in the Ideas category rather than an issue. Describe:
We don't commit to timelines on feature requests, but we do read them all.
Rough roadmap
v1.0 (released — current)
v1.1 (planned)
This roadmap is aspirational, not a commitment. Things move based on what the community finds most useful.
How to contribute
See CONTRIBUTING.md for setup instructions, the branching model, how to run tests, and how to propose changes to the upstream AgentSuite library.
The short version: fork, branch off
main, make your change with tests, open a PR. The CI suite runs pytest, ruff, and the Vite build. A PR needs all three green before it can merge.If you're not sure whether a change is in scope, open a discussion before writing code. It saves everyone time.
A note on the model quality ceiling
Output quality is bounded by your model. The Light tier (
gemma4:e2b) is enough to see the workflow in action but is not good enough for outputs you'd actually use. The Balanced tier (gemma4:e4b) produces substantially better results and runs in reasonable time on 16 GB RAM. The Pro tier (gemma4:26b) is the best locally available option but requires 32 GB RAM and takes longer.If you have an Anthropic API key, the Settings panel lets you configure a Claude model as a cloud fallback. Cloud runs produce the best output quality but send your goal and context to Anthropic's servers and incur API costs.
We're working on better model guidance in the docs as we learn more about what models work well for different agent types.
Thanks for trying AgentSuiteLocal. The current release is v1.0.0 — the first stable release. We still expect bugs and rough edges; the issues list is the right place for them.
Beta Was this translation helpful? Give feedback.
All reactions