Skip to content
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

Ts/2500 implement notebook beaker integrate within model config #2758

Merged

Conversation

Tom-Szendrey
Copy link
Contributor

@Tom-Szendrey Tom-Szendrey commented Feb 20, 2024

Description

This PR is for 2 things - Sorry!

  1. This adds the beaker context and components to the notebook side of things.
    To do this we have had to add a temporary config to this drilldown so it has access to a configuration when there are none yet created. This can then be passed to beaker for reading and writing.

  2. This updates how we are using local variables in this component to be more aligned with how we are doing that in every other component.
    We are going
    From state updates local, local sometimes updates state, wait for debounce to do things
    To local updates state

Testing:

Please note I am testing with this branch of beaker for preview messages: DARPA-ASKEM/askem-beaker#85

Model.Config.mov

Should be able to:
Ask agent for snippets of code (not many only the 2 tools in the agent)
Write code you want and update the model_config object as well
Save changes
See results

@Tom-Szendrey Tom-Szendrey linked an issue Feb 20, 2024 that may be closed by this pull request
2 tasks
@Tom-Szendrey Tom-Szendrey marked this pull request as ready for review February 20, 2024 20:55
…S/2500-implement-notebook-beaker-integrate-within-model-config
@mwdchang mwdchang merged commit b366c6c into main Feb 21, 2024
5 checks passed
@mwdchang mwdchang deleted the TS/2500-implement-notebook-beaker-integrate-within-model-config branch February 21, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement NoteBook Beaker integrate within Model Config
4 participants