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

chore(bedrock): agent refactoring #833

Draft
wants to merge 36 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
a603bef
refactor(bedrock): agents refactor 1st part
aws-rafams Nov 29, 2024
466e363
refactor(bedrock): agents refactor 2nd part
aws-rafams Dec 1, 2024
4d2f9ff
refactor(bedrock): agents refactor 3rd part
aws-rafams Dec 2, 2024
7db5e46
refactor(bedrock): agents refactor 4th part
aws-rafams Dec 2, 2024
d5b74a1
Merge branch 'awslabs:main' into agent-refactoring
krokoko Dec 2, 2024
ae0120a
refactor(bedrock): agents refactor 5th part
aws-rafams Dec 3, 2024
5bc27da
Merge branch 'agent-refactoring' of github.com:krokoko/generative-ai-…
aws-rafams Dec 3, 2024
06755d9
refactor(bedrock): agents refactor - add tests part 1
aws-rafams Dec 3, 2024
6f66067
refactor(bedrock): agents refactor - add tests part 2
aws-rafams Dec 3, 2024
c438aef
Merge branch 'main' into agent-refactoring
krokoko Dec 3, 2024
17b5f92
refactor(bedrock): agents refactor - add tests part 3
aws-rafams Dec 4, 2024
b0c2e1e
Merge branch 'agent-refactoring' of github.com:krokoko/generative-ai-…
aws-rafams Dec 4, 2024
e777775
refactor(bedrock): agents refactor - add tests part 5
aws-rafams Dec 4, 2024
f6b360a
refactor(bedrock): agents refactor - add integ test issue 747
aws-rafams Dec 4, 2024
6d4692f
Merge branch 'main' into agent-refactoring
krokoko Dec 4, 2024
b05d9d0
chore(agent): fix a jsii error and typo
krokoko Dec 4, 2024
61d61f9
chore(agent): add missing export and doc tag
krokoko Dec 4, 2024
3a852c1
chore(agent): fix errors
krokoko Dec 4, 2024
284b6fd
Merge branch 'main' into agent-refactoring
krokoko Dec 4, 2024
c8b34df
Merge branch 'main' into agent-refactoring
krokoko Dec 6, 2024
2115e42
Merge branch 'main' into agent-refactoring
krokoko Dec 9, 2024
6b3c720
Merge branch 'main' into agent-refactoring
krokoko Dec 10, 2024
de06721
fix(bedrock): fix default action groups
aws-rafams Dec 10, 2024
4e38163
fix(bedrock): renaming resources
aws-rafams Dec 10, 2024
3b32b6a
chore(build): run eslint and post-compile
krokoko Dec 10, 2024
178c474
chore(build): rollback instruction instead of instructionforagents
krokoko Dec 10, 2024
f2af335
Merge branch 'main' into agent-refactoring
krokoko Dec 12, 2024
332542c
fix(bedrock): validation
aws-rafams Dec 16, 2024
eb64168
fix(bedrock): fix integ test guardrail
aws-rafams Dec 16, 2024
9cc4514
Merge branch 'main' into agent-refactoring
krokoko Dec 16, 2024
30375a6
Merge branch 'main' into agent-refactoring
krokoko Dec 17, 2024
9320c34
chore(agent): mutation
krokoko Dec 17, 2024
56a573c
Merge branch 'main' into agent-refactoring
krokoko Dec 18, 2024
5ce5216
Merge branch 'main' into agent-refactoring
krokoko Dec 30, 2024
f9ddeb5
Merge branch 'main' into agent-refactoring
krokoko Jan 6, 2025
705b1f0
chore(build): fix merge from main
krokoko Jan 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

138 changes: 138 additions & 0 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,27 @@ List of supported versions of PostgreSQL for Aurora cluster.
### AURORA\_POSTGRESQL\_V15\_5

> `readonly` **AURORA\_POSTGRESQL\_V15\_5**: `AuroraPostgresEngineVersion` = `rds.AuroraPostgresEngineVersion.VER_15_5`

### AURORA\_POSTGRESQL\_V15\_6

> `readonly` **AURORA\_POSTGRESQL\_V15\_6**: `AuroraPostgresEngineVersion` = `rds.AuroraPostgresEngineVersion.VER_15_6`

### AURORA\_POSTGRESQL\_V15\_7

> `readonly` **AURORA\_POSTGRESQL\_V15\_7**: `AuroraPostgresEngineVersion` = `rds.AuroraPostgresEngineVersion.VER_15_7`

### AURORA\_POSTGRESQL\_V15\_8

> `readonly` **AURORA\_POSTGRESQL\_V15\_8**: `AuroraPostgresEngineVersion` = `rds.AuroraPostgresEngineVersion.VER_15_8`

### AURORA\_POSTGRESQL\_V16\_1

> `readonly` **AURORA\_POSTGRESQL\_V16\_1**: `AuroraPostgresEngineVersion` = `rds.AuroraPostgresEngineVersion.VER_16_1`

### AURORA\_POSTGRESQL\_V16\_2

> `readonly` **AURORA\_POSTGRESQL\_V16\_2**: `AuroraPostgresEngineVersion` = `rds.AuroraPostgresEngineVersion.VER_16_2`

### AURORA\_POSTGRESQL\_V16\_3

> `readonly` **AURORA\_POSTGRESQL\_V16\_3**: `AuroraPostgresEngineVersion` = `rds.AuroraPostgresEngineVersion.VER_16_3`
28 changes: 12 additions & 16 deletions apidocs/namespaces/bedrock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

## Enumerations

- [AgentStepType](enumerations/AgentStepType.md)
- [ChatMessageRole](enumerations/ChatMessageRole.md)
- [ConfluenceDataSourceAuthType](enumerations/ConfluenceDataSourceAuthType.md)
- [ConfluenceObjectType](enumerations/ConfluenceObjectType.md)
Expand All @@ -25,11 +26,7 @@
- [GuardrailAction](enumerations/GuardrailAction.md)
- [InferenceProfileType](enumerations/InferenceProfileType.md)
- [ManagedWordFilterType](enumerations/ManagedWordFilterType.md)
- [ParserMode](enumerations/ParserMode.md)
- [PromptCreationMode](enumerations/PromptCreationMode.md)
- [PromptState](enumerations/PromptState.md)
- [PromptTemplateType](enumerations/PromptTemplateType.md)
- [PromptType](enumerations/PromptType.md)
- [SalesforceDataSourceAuthType](enumerations/SalesforceDataSourceAuthType.md)
- [SalesforceObjectType](enumerations/SalesforceObjectType.md)
- [SharePointDataSourceAuthType](enumerations/SharePointDataSourceAuthType.md)
Expand All @@ -38,9 +35,12 @@

## Classes

- [ActionGroupExecutor](classes/ActionGroupExecutor.md)
- [Agent](classes/Agent.md)
- [AgentActionGroup](classes/AgentActionGroup.md)
- [AgentAlias](classes/AgentAlias.md)
- [AgentAliasBase](classes/AgentAliasBase.md)
- [AgentBase](classes/AgentBase.md)
- [ApiSchema](classes/ApiSchema.md)
- [ApplicationInferenceProfile](classes/ApplicationInferenceProfile.md)
- [BedrockFoundationModel](classes/BedrockFoundationModel.md)
Expand All @@ -57,9 +57,11 @@
- [InferenceProfileBase](classes/InferenceProfileBase.md)
- [InlineApiSchema](classes/InlineApiSchema.md)
- [KnowledgeBase](classes/KnowledgeBase.md)
- [ParentActionGroupSignature](classes/ParentActionGroupSignature.md)
- [ParsingStategy](classes/ParsingStategy.md)
- [Prompt](classes/Prompt.md)
- [PromptBase](classes/PromptBase.md)
- [PromptOverrideConfiguration](classes/PromptOverrideConfiguration.md)
- [PromptVariant](classes/PromptVariant.md)
- [PromptVersion](classes/PromptVersion.md)
- [S3ApiSchema](classes/S3ApiSchema.md)
Expand All @@ -72,13 +74,12 @@

## Interfaces

- [ActionGroupExecutor](interfaces/ActionGroupExecutor.md)
- [AddAgentAliasProps](interfaces/AddAgentAliasProps.md)
- [AgentActionGroupProps](interfaces/AgentActionGroupProps.md)
- [AgentAliasAttributes](interfaces/AgentAliasAttributes.md)
- [AgentAliasProps](interfaces/AgentAliasProps.md)
- [AgentAttributes](interfaces/AgentAttributes.md)
- [AgentPromptVariantProps](interfaces/AgentPromptVariantProps.md)
- [AgentProps](interfaces/AgentProps.md)
- [ApiSchemaConfig](interfaces/ApiSchemaConfig.md)
- [ApplicationInferenceProfileAttributes](interfaces/ApplicationInferenceProfileAttributes.md)
- [ApplicationInferenceProfileProps](interfaces/ApplicationInferenceProfileProps.md)
- [BedrockFoundationModelProps](interfaces/BedrockFoundationModelProps.md)
Expand All @@ -91,13 +92,14 @@
- [ContextualGroundingFilter](interfaces/ContextualGroundingFilter.md)
- [CrawlingFilters](interfaces/CrawlingFilters.md)
- [CrossRegionInferenceProfileProps](interfaces/CrossRegionInferenceProfileProps.md)
- [CustomParserProps](interfaces/CustomParserProps.md)
- [CustomTopicProps](interfaces/CustomTopicProps.md)
- [DataSourceAssociationProps](interfaces/DataSourceAssociationProps.md)
- [FoundationModelParsingStategyProps](interfaces/FoundationModelParsingStategyProps.md)
- [GuardrailAttributes](interfaces/GuardrailAttributes.md)
- [GuardrailConfiguration](interfaces/GuardrailConfiguration.md)
- [GuardrailProps](interfaces/GuardrailProps.md)
- [HierarchicalChunkingProps](interfaces/HierarchicalChunkingProps.md)
- [IAgent](interfaces/IAgent.md)
- [IAgentAlias](interfaces/IAgentAlias.md)
- [IDataSource](interfaces/IDataSource.md)
- [IGuardrail](interfaces/IGuardrail.md)
Expand All @@ -111,14 +113,13 @@
- [LambdaCustomTransformationProps](interfaces/LambdaCustomTransformationProps.md)
- [PIIFilter](interfaces/PIIFilter.md)
- [PromptAttributes](interfaces/PromptAttributes.md)
- [PromptConfiguration](interfaces/PromptConfiguration.md)
- [PromptOverrideConfiguration](interfaces/PromptOverrideConfiguration.md)
- [PromptProps](interfaces/PromptProps.md)
- [PromptStepConfiguration](interfaces/PromptStepConfiguration.md)
- [PromptStepConfigurationCustomParser](interfaces/PromptStepConfigurationCustomParser.md)
- [PromptVersionProps](interfaces/PromptVersionProps.md)
- [RegexFilter](interfaces/RegexFilter.md)
- [S3DataSourceAssociationProps](interfaces/S3DataSourceAssociationProps.md)
- [S3DataSourceProps](interfaces/S3DataSourceProps.md)
- [S3Identifier](interfaces/S3Identifier.md)
- [SalesforceCrawlingFilters](interfaces/SalesforceCrawlingFilters.md)
- [SalesforceDataSourceAssociationProps](interfaces/SalesforceDataSourceAssociationProps.md)
- [SalesforceDataSourceProps](interfaces/SalesforceDataSourceProps.md)
Expand All @@ -129,8 +130,3 @@
- [ToolConfiguration](interfaces/ToolConfiguration.md)
- [WebCrawlerDataSourceAssociationProps](interfaces/WebCrawlerDataSourceAssociationProps.md)
- [WebCrawlerDataSourceProps](interfaces/WebCrawlerDataSourceProps.md)

## Functions

- [validateInferenceConfiguration](functions/validateInferenceConfiguration.md)
- [validatePromptOverrideConfiguration](functions/validatePromptOverrideConfiguration.md)
Loading
Loading