Conversation
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
|
do we want to nuke |
➜ agentstack wizard
/Users/braelynboynton/Developer/agentstack/AgentStack/agentstack/cli/cli.py:16: SyntaxWarning: invalid escape sequence '\ '
LOGO = """\
An error occurred:
Terminal window is too small. Resize to at least 80x30.lmao we should probably handle this better Edit: Actually my window is very large but still running into this. It could be because its a terminal within JetBrains? |
|
i got stuck in some kind of loop on adding tools where i could only add stripe and could never complete the process of adding tools to the agent |
or alias it cuz a lot of tutorials reference it
pretty sure I can get live resizing working, so it'll stay running.
I wondered if we'd be getting into real frontend problems with this; testing across platforms, etc.
I had meant to set a background color; can fix
one little bug in the menus rn. if you click it'll work correctly. working on a fix. |
…on on agent and task creation.
…uman readable descriptions. Move LLM parsing from `frameworks` to `providers`. Add tests. Update CLI and wizard to use providers.
…dd agents with all recommended models. Add Groq and DeepSeek configs for LangGraph projects.
Error on |

Uses
cursesto build a fullscreen interactive wizard. Moves the command to$ agentstack wizardTODO
tuitocli/wizard.pyagentstack init --wizardRun in 256 color mode, if not enabled by default:
export TERM=xterm-256color; agentstack wizardRun in 16 color mode:
export TERM=xterm-16color; agentstack wizard