-
Notifications
You must be signed in to change notification settings - Fork 0
feat(docs): added ROADMAP.md file #1
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: master
Are you sure you want to change the base?
Conversation
docs/ROADMAP.md
Outdated
|
|
||
| * execute HyperFlow job based on LLM prompt processed by Montage MCP server | ||
|
|
||
| This final goal is to perform following test case: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The final
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adjusted the typo
docs/ROADMAP.md
Outdated
| - user prompts LLM about astronomical image mosaic | ||
| - LLM passes the question to Montage MCP Server | ||
| - Montage prepares workflow definition | ||
| - LLM schedules workflow execution on HyperFlow (using Montage or 3rd party Kubernetes MCP server) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest "Using Hyperflow or Kubernetes MCP server" - Montage MCP will only be used for generating workflow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed the Montage MCP server mention, as agreed it's purpose is only generating workflow file
docs/ROADMAP.md
Outdated
| - LLM passes the question to Montage MCP Server | ||
| - Montage prepares workflow definition | ||
| - LLM schedules workflow execution on HyperFlow (using Montage or 3rd party Kubernetes MCP server) | ||
| - users gets the requested astronomical image mosaic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before that add another bullet:
- User monitors the execution progress
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
docs/ROADMAP.md
Outdated
| The objective is to conclude the Montage MCP server and HyperFlow communication. | ||
|
|
||
| Currently there are two options: | ||
| - implement the HyperFlow tasks execution in Montage MCP server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Workflow execution is not Montage-specific (except for configuration details, such as docker image names), so it should be delegated to another server.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed that bullet point, replaced with the LLM prepares kubectl or helm commands to execute HyperFlow task
c383d02 to
e2787ff
Compare
No description provided.