-
Notifications
You must be signed in to change notification settings - Fork 36
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
Port feature/agent_framework commits to main branch #297
Commits on Dec 15, 2023
-
[Feature/agent_framework] Registers a single agent with multiple tools (
opensearch-project#198) * Initial register agent workflow step Signed-off-by: Owais Kazi <[email protected]> * Added tools step Signed-off-by: Owais Kazi <[email protected]> * Fixed ClassCastException Signed-off-by: Owais Kazi <[email protected]> * Handled exception for Instant Signed-off-by: Owais Kazi <[email protected]> * Added type Instant for WorklowNode Parser Signed-off-by: Owais Kazi <[email protected]> * Removed created and last updated time Signed-off-by: Owais Kazi <[email protected]> * Addressed parsing error Signed-off-by: Owais Kazi <[email protected]> * Handled parsing of Long values for Instant Signed-off-by: Owais Kazi <[email protected]> * Handled nested object for llm key Signed-off-by: Owais Kazi <[email protected]> * Handled parsing error Signed-off-by: Owais Kazi <[email protected]> * Another attempt to fix parsing error for llm Signed-off-by: Owais Kazi <[email protected]> * Another attemp to fix XContent Signed-off-by: Owais Kazi <[email protected]> * Fixed Parsing error Signed-off-by: Owais Kazi <[email protected]> * Added tests for toolstep and javadocs Signed-off-by: Owais Kazi <[email protected]> * Undo CI changes Signed-off-by: Owais Kazi <[email protected]> * Addressing PR comments Signed-off-by: Owais Kazi <[email protected]> * Addressing PR comments Signed-off-by: Owais Kazi <[email protected]> * Handled interface changes Signed-off-by: Owais Kazi <[email protected]> * Addressed conflicts Signed-off-by: Owais Kazi <[email protected]> * Added TODO Signed-off-by: Owais Kazi <[email protected]> --------- Signed-off-by: Owais Kazi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5afa4bc - Browse repository at this point
Copy the full SHA 5afa4bcView commit details -
[Feature/agent_framework] Add Delete Connector Step (opensearch-proje…
…ct#211) * Add Delete Connector Step Signed-off-by: Daniel Widdis <[email protected]> * Add eclipse core runtime version resolution Signed-off-by: Daniel Widdis <[email protected]> * Use JDK17 for spotless Signed-off-by: Daniel Widdis <[email protected]> * Add Delete Connector Step Signed-off-by: Daniel Widdis <[email protected]> * Add eclipse core runtime version resolution Signed-off-by: Daniel Widdis <[email protected]> * Use JDK17 for spotless Signed-off-by: Daniel Widdis <[email protected]> * Fetch connector ID from appropriate previous node output Signed-off-by: Daniel Widdis <[email protected]> * Fix tests Signed-off-by: Daniel Widdis <[email protected]> * Test that actual ID is properly passed Signed-off-by: Daniel Widdis <[email protected]> * Update to current setup-java version Signed-off-by: Daniel Widdis <[email protected]> * Remove unneeded argument captors Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9c4622 - Browse repository at this point
Copy the full SHA f9c4622View commit details -
[feature/agent_framework] Changing resources created format (opensear…
…ch-project#231) * adding new resources created format and adding enum for resource types Signed-off-by: Amit Galitzky <[email protected]> * remove spotless from java 17 Signed-off-by: Amit Galitzky <[email protected]> * add action listener to update resource created Signed-off-by: Amit Galitzky <[email protected]> * fixing UT Signed-off-by: Amit Galitzky <[email protected]> * changed exception type Signed-off-by: Amit Galitzky <[email protected]> --------- Signed-off-by: Amit Galitzky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 062834b - Browse repository at this point
Copy the full SHA 062834bView commit details -
[Feature/agent_framework] Fetches modelID for RegisterAgent and Tools…
… workflow steps (opensearch-project#235) * Flattened llm field of register agent Signed-off-by: Owais Kazi <[email protected]> * Handled optional modelId Signed-off-by: Owais Kazi <[email protected]> * Handled modelId for llm Signed-off-by: Owais Kazi <[email protected]> * Parsing for parameters field of tools Signed-off-by: Owais Kazi <[email protected]> * Handled test case failures Signed-off-by: Owais Kazi <[email protected]> * Fixed spotless failure Signed-off-by: Owais Kazi <[email protected]> --------- Signed-off-by: Owais Kazi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cb621d - Browse repository at this point
Copy the full SHA 9cb621dView commit details -
Add Util method to fetch inputs from parameters, content, and previou…
…s step output (opensearch-project#234) * Util method to get required inputs Signed-off-by: Daniel Widdis <[email protected]> * Implement parsing in some of the steps Signed-off-by: Daniel Widdis <[email protected]> * Handle parsing exceptions in the future Signed-off-by: Daniel Widdis <[email protected]> * Improve exception handling Signed-off-by: Daniel Widdis <[email protected]> * More steps using the new input parsing Signed-off-by: Daniel Widdis <[email protected]> * Update Delete Connector Step with parsing util Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83af2ba - Browse repository at this point
Copy the full SHA 83af2baView commit details -
[Feature/agent_framework] Add Undeploy Model Step (opensearch-project…
…#236) Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d98b07 - Browse repository at this point
Copy the full SHA 1d98b07View commit details -
[Feature/agent_framework] Actually make the WorkflowStepFactory a Fac…
…tory (opensearch-project#243) Actually make the WorkflowStepFactory a Factory Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecf4a60 - Browse repository at this point
Copy the full SHA ecf4a60View commit details -
[Feature/agent_framework] Add Delete Model Step (opensearch-project#237)
Add Delete Model Step Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 664b41a - Browse repository at this point
Copy the full SHA 664b41aView commit details -
[Feature/agent_framework] Registers root agent with an agentId in Too…
…lSteps (opensearch-project#242) * Add agentId to parameters map for root agent Signed-off-by: Owais Kazi <[email protected]> * Modified ToolStep with new Util method Signed-off-by: Owais Kazi <[email protected]> * Integrated RegisterAgentStep with new Util method Signed-off-by: Owais Kazi <[email protected]> * Spotless fixes Signed-off-by: Owais Kazi <[email protected]> * Removed TODO Signed-off-by: Owais Kazi <[email protected]> --------- Signed-off-by: Owais Kazi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ce79e0 - Browse repository at this point
Copy the full SHA 5ce79e0View commit details -
Updating state index after register agent (opensearch-project#250)
Adding state index update on agent Signed-off-by: Amit Galitzky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a047038 - Browse repository at this point
Copy the full SHA a047038View commit details -
[Feature/agent_framework] Added Retry functionality for Deploy Model (o…
…pensearch-project#245) * Added retry functionality for DeployModel Signed-off-by: Owais Kazi <[email protected]> * Fixed timeout and exception issues Signed-off-by: Owais Kazi <[email protected]> * Addressed PR Comments Signed-off-by: Owais Kazi <[email protected]> --------- Signed-off-by: Owais Kazi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e13c8a9 - Browse repository at this point
Copy the full SHA e13c8a9View commit details -
Only update state index on register agent (opensearch-project#253)
* fixing status api bug with new deploy task Signed-off-by: Amit Galitzky <[email protected]> * changed to getName() Signed-off-by: Amit Galitzky <[email protected]> --------- Signed-off-by: Amit Galitzky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d82da9a - Browse repository at this point
Copy the full SHA d82da9aView commit details -
[Feature/agent_framework] Add Delete Agent Step (opensearch-project#246)
Delete Agent Step Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac507af - Browse repository at this point
Copy the full SHA ac507afView commit details -
Includ workflow id and current node id in the exception message (open…
…search-project#262) Includ workflow id and current node id in the exception message during registe agent step Signed-off-by: Jackie Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe43586 - Browse repository at this point
Copy the full SHA fe43586View commit details -
Change thread queue to 100 and fix headers parsing bug (opensearch-pr…
…oject#265) change thread queue to 100 and fix headers bug Signed-off-by: Amit Galitzky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b37073 - Browse repository at this point
Copy the full SHA 1b37073View commit details -
Update resources_created with deploy model: (opensearch-project#275)
add deploy model resource Signed-off-by: Amit Galitzky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c23092 - Browse repository at this point
Copy the full SHA 9c23092View commit details -
[feature/agent_framework] Changing resources created format (opensear…
…ch-project#231) * adding new resources created format and adding enum for resource types Signed-off-by: Amit Galitzky <[email protected]> * remove spotless from java 17 Signed-off-by: Amit Galitzky <[email protected]> * add action listener to update resource created Signed-off-by: Amit Galitzky <[email protected]> * fixing UT Signed-off-by: Amit Galitzky <[email protected]> * changed exception type Signed-off-by: Amit Galitzky <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16b0a59 - Browse repository at this point
Copy the full SHA 16b0a59View commit details -
[Feature/agent_framework] Add Get Workflow API to retrieve a stored
template by workflow id (opensearch-project#273) * renaming status API implementation Signed-off-by: Joshua Palis <[email protected]> * Adding GetWorkflow API Signed-off-by: Joshua Palis <[email protected]> * addressing PR comments Signed-off-by: Joshua Palis <[email protected]> * Adding todo reminder Signed-off-by: Joshua Palis <[email protected]> --------- Signed-off-by: Joshua Palis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53070a1 - Browse repository at this point
Copy the full SHA 53070a1View commit details -
[Feature/agent_framework] Adds a Search Workflow State API (opensearc…
…h-project#284) * Modifying workflow state index mapping and resources created Signed-off-by: Joshua Palis <[email protected]> * Adding Search workflow state API Signed-off-by: Joshua Palis <[email protected]> * Adding rest unit tests Signed-off-by: Joshua Palis <[email protected]> * Transport unit tests Signed-off-by: Joshua Palis <[email protected]> * Moving resourceType determination outside of the resources created class Signed-off-by: Joshua Palis <[email protected]> --------- Signed-off-by: Joshua Palis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5045aae - Browse repository at this point
Copy the full SHA 5045aaeView commit details -
Permit ordering of tools in register agent step (opensearch-project#283)
Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13ce2f7 - Browse repository at this point
Copy the full SHA 13ce2f7View commit details -
Fix tools ordering class casting bug (opensearch-project#289)
Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f760f4 - Browse repository at this point
Copy the full SHA 2f760f4View commit details -
Combine create api with provision api by adding a provision param (op…
…ensearch-project#282) * replace dryrun parameter with provision in create workflow Signed-off-by: Jackie Han <[email protected]> * test Signed-off-by: Jackie Han <[email protected]> * test Signed-off-by: Jackie Han <[email protected]> * test Signed-off-by: Jackie Han <[email protected]> * Combine create api with provision api by adding a provision param Signed-off-by: Jackie Han <[email protected]> * cleanup Signed-off-by: Jackie Han <[email protected]> * keep dryrun option in create workflow Signed-off-by: Jackie Han <[email protected]> * cleanup Signed-off-by: Jackie Han <[email protected]> * keep both dryRun and provision parameter Signed-off-by: Jackie Han <[email protected]> --------- Signed-off-by: Jackie Han <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4852878 - Browse repository at this point
Copy the full SHA 4852878View commit details -
[Feature/agent_framework] Deprovision API (opensearch-project#271)
* Deprovision REST and Transport Actions Signed-off-by: Daniel Widdis <[email protected]> * Fix errors you find actually running the code Signed-off-by: Daniel Widdis <[email protected]> * Add test for Rest deprovision action Signed-off-by: Daniel Widdis <[email protected]> * Initial copypaste of Deprovision Transport Action Test Signed-off-by: Daniel Widdis <[email protected]> * Add some delays to let deletions propagate, reset workflow state Signed-off-by: Daniel Widdis <[email protected]> * Improved deprovisioning results and status updates Signed-off-by: Daniel Widdis <[email protected]> * Fix bug in resource created parsing Signed-off-by: Daniel Widdis <[email protected]> * Completed test implementations Signed-off-by: Daniel Widdis <[email protected]> * Fixes after rebase Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c45cb5 - Browse repository at this point
Copy the full SHA 3c45cb5View commit details -
[Feature/agent_framework] Adding installed plugins validation (opense…
…arch-project#290) * Adding installed plugins validation Signed-off-by: Joshua Palis <[email protected]> * Adding failure success unit tests Signed-off-by: Joshua Palis <[email protected]> * Combining graph and installed plugin validation Signed-off-by: Joshua Palis <[email protected]> * Removing stray comment Signed-off-by: Joshua Palis <[email protected]> --------- Signed-off-by: Joshua Palis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cbf9dc - Browse repository at this point
Copy the full SHA 4cbf9dcView commit details -
Add Delete Workflow API (opensearch-project#294)
Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 856631d - Browse repository at this point
Copy the full SHA 856631dView commit details -
Consume REST params and consistently handle error messages (opensearc…
…h-project#295) * Always consume the workflow_id param Signed-off-by: Daniel Widdis <[email protected]> * Delegate no-content error message to BaseRestHandler Signed-off-by: Daniel Widdis <[email protected]> * Don't lose FlowFrameworkException status Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 280ebc9 - Browse repository at this point
Copy the full SHA 280ebc9View commit details -
Allow YAML Templates (opensearch-project#296)
Signed-off-by: Daniel Widdis <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad8e142 - Browse repository at this point
Copy the full SHA ad8e142View commit details