-
Notifications
You must be signed in to change notification settings - Fork 20
Making a more formal simulation agent #149
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
Draft
mikegros
wants to merge
14
commits into
main
Choose a base branch
from
simulation_agent
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…, build run documents, run simulations, and analyze output.
…equire merging in a PR that I will push up soon to fix some aspects of the execution agent.
… in test that wasnt really a test.
Collaborator
Author
…older outside the workspace to avoid having the agent spend time trying to read documents it has in the RAG database.
Collaborator
Author
|
I think I want to do 2 things before I take this out of draft status:
|
PR 150 caused a problem with MCP tool use because of the sync invoke inside the tool_use node Needed to revert to the ToolNode, but that required some better structure in the fix from PR 150. This appears to work fully, but need to run the tests and get others to take a shot at it.
…ing. One node for documentation, one node for simulation setup, execution, and analysis. This also has a small change to the write code and edit code tools to ensure they can write markdown files with code snippets.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will be a draft but making a subclass of the execution agent that is specialized to run simulations. Need to test it on a wider base of things, but based on some scripting that worked well and tested with the DCOPF problem from the simulation use workflow.
Why this is a draft:
I want it up here for others to test though.