@aws/agentcore 0.3.0-preview.3.0 → 0.3.0-preview.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -131,6 +131,7 @@ Projects use JSON schema files in the `agentcore/` directory:
131
131
  - [CLI Commands Reference](docs/commands.md) - Full command reference for scripting and CI/CD
132
132
  - [Configuration](docs/configuration.md) - Schema reference for config files
133
133
  - [Frameworks](docs/frameworks.md) - Supported frameworks and model providers
134
+ - [Gateway](docs/gateway.md) - Gateway setup, targets, and authentication
134
135
  - [Memory](docs/memory.md) - Memory strategies and sharing
135
136
  - [Local Development](docs/local-development.md) - Dev server and debugging
136
137