Add AI agent support and improve managed object handling#580
Merged
Conversation
- Introduced AIAgentType in AgentApi and updated AgentType to include it. - Implemented managed object schema types and interfaces in ManagedObjectApi. - Added methods to get managed object schemas and managed system object schemas. - Enhanced AgentOps with new methods for reading, creating, updating, and deleting AI agents. - Updated Help.ts to include documentation for new AI agent methods. - Refactored ManagedObjectOps and ManagedSystemObjectOps to support schema reading.
…Auth2, authn, idm; baseline zero; all tests green
…a and registry tests
…lationship type filtering - Added `refreshCache` parameter to `readManagedObjectSchema` and `readManagedSystemObjectSchema` methods to allow optional cache refresh. - Introduced `relationshipTypeFilter` option in `ManagedObjectSchemaOptions` to filter out specific relationship properties based on their type. - Updated schema reading logic to exclude relationship properties conditionally based on the provided filters. Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
- Updated recordings for AgentApi tests - Added JSON mock files for multiple AI Agents (1 to 9) with their respective attributes and descriptions for testing purposes. - Each AI Agent JSON file includes identity attributes and unique identifiers to facilitate unit testing of the Agent API. Co-authored-by: Copilot <copilot@github.com>
…, enhance type definitions and improve caching Co-authored-by: Copilot <copilot@github.com>
…ngs and snapshots for phase 1 tests. Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
…ay correctly. Co-authored-by: Copilot <copilot@github.com>
…and update recordings and snapshots for RawConfigOps tests.
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
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.
No description provided.