-
Notifications
You must be signed in to change notification settings - Fork 170
Interactive Wizard #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Interactive Wizard #235
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
curses
to build a fullscreen interactive wizard. Moves the command to$ agentstack wizard
TODO
tui
tocli/wizard.py
agentstack init --wizard
Run in 256 color mode, if not enabled by default:
export TERM=xterm-256color; agentstack wizard
Run in 16 color mode:
export TERM=xterm-16color; agentstack wizard