Update app in Agent Mode
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 2.6k
- Forks
- 206
- PR merge metrics
- No merged PRs in 30d
Description
Implementation:
- Only available in agent mode, not chat mode.
- Update the prompt so that it can call one of these tools: create app, edit app, refresh app
- Tool handled on the frontend displays an icon in the frontend + calls the tool directly as we currently do
Simplifications:
- The agent does not know the content of the app
- The agent only updates the app if it is explicitly requested
- Reverting the notebook does not revert changes to the app
Other callouts:
- We should tell the agent that it should first update the notebook before updating the app unless a) the change only requires changes to the app's structure, not the content b) the user explicitly only asks the agent to change the app.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue describes agent mode, frontend tool handling, and notebook/app update behavior but names no files or tests. Start by locating the agent-mode prompt and the frontend handlers for create app, edit app, and refresh app. Done means the three tools work only in agent mode, follow the stated update rules, and display the expected frontend icon.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- ai, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100