You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLACK_MESSAGE: ${{ needs.full-e2e.result == 'success' && format('Full E2E test suite passed on ref `{0}`.', inputs.ref || github.ref_name) || format('<!here> Full E2E test suite {0} on ref `{1}`.', needs.full-e2e.result, inputs.ref || github.ref_name) }}
88
+
SLACK_MESSAGE: ${{ needs.full-e2e.result == 'success' && format('Full E2E test suite passed on ref `{0}`.', needs.full-e2e.outputs.tested_ref) || format('<!here> Full E2E test suite {0} on ref `{1}`.', needs.full-e2e.result, needs.full-e2e.outputs.tested_ref) }}
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,49 @@
1
+
# v6.6.0
2
+
3
+
## Key Features
4
+
5
+
### Token Usage and Context Window Visibility
6
+
7
+
LISA now provides improved observability for model usage and configuration:
8
+
9
+
- View cumulative token usage for each user session.
10
+
- Display a context window field in model cards across Model Management and Model Library.
11
+
- Support overriding inferred context windows for LISA-hosted models through environment configuration.
12
+
13
+
### Bedrock Agent Integration
14
+
15
+
LISA now includes native Bedrock Agent integration, giving administrators a streamlined way to publish Bedrock Agents in the platform catalog and make them available to end users.
16
+
17
+
Users can opt in to these agents directly from the Agent Management UI, which makes it easier to adopt Bedrock-powered workflows without separate integration steps.
18
+
19
+
### LISA Serve Throttling
20
+
21
+
LISA Serve now includes throttling controls to better protect service stability under bursty or high-volume traffic patterns.
22
+
23
+
These controls help prevent noisy-neighbor behavior, improve predictability during traffic spikes, and provide a stronger baseline for multi-tenant reliability.
24
+
25
+
### Security Hardening
26
+
27
+
CORS origins are now configurable via a new `corsAllowedOrigins` allowlist that is threaded through all API Gateways, Lambdas, FastAPI services, and MCP server components via a new CDK aspect, replacing permissive defaults. Additionally, client-side OAuth callback validation, safe error rendering in the UI, and stricter Pydantic request parsing for MCP Server and Workbench Lambdas reduce injection and untrusted-input risks.
28
+
29
+
## Other Key Changes
30
+
31
+
- Dependency and security maintenance updates across Python and npm packages.
32
+
- Minor reliability fixes discovered during routine update work.
33
+
- Small MCP Workbench lifecycle improvements for tool synchronization and routing.
34
+
- Cypress CI workflow fixes for branch reporting and manual nightly test support.
35
+
- Incremental SDK improvements, including RAG evaluation support.
Copy file name to clipboardExpand all lines: README.md
+27-7Lines changed: 27 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@
5
5
6
6
## What is LISA?
7
7
8
-
Our large language model (LLM) inference solution for the Amazon Dedicated Cloud (ADC), LISA, is open source infrastructure-as-code. Customers deploy it directly into an Amazon Web Services (AWS) account in any region. LISA is scalable and ready to support production use cases.
8
+
Our large language model (LLM) inference solution for the Amazon Dedicated Cloud (ADC), LISA, is open source infrastructure-as-code. Customers deploy it directly into an Amazon Web Services (AWS) account in any region. LISA is modular, scalable, and ready to support production use cases.
9
9
10
-
LISA accelerates GenAI adoption by offering built-in configurability with Amazon Bedrock models, Knowledge Bases, and Guardrails. Also by offering advanced capabilities like an optional enterprise-ready chat user interface (UI) with configurable features, authentication, resource access control, centralized model orchestration via LiteLLM, model self-hosting via Amazon ECS, retrieval augmented generation (RAG), APIs, and broad model context protocol (MCP) support and features. LISA is also compatible with OpenAI’s API specification making it easily configurable with supporting solutions. For example, the Continue plugin for VSCode and JetBrains integrated development environments (IDE).
10
+
LISA accelerates GenAI adoption by offering built-in configurability with Amazon Bedrock models, Knowledge Bases, and Guardrails. LISA also offers advanced capabilities like an optional enterprise-ready chat user interface (UI) with configurable features, authentication, resource access control, centralized model orchestration via LiteLLM, model self-hosting via Amazon ECS, retrieval augmented generation (RAG), APIs, and broad model context protocol (MCP) support. LISA is also compatible with OpenAI’s API specification, making it easily configurable with supporting solutions. For example, use LISA as the model provider via the Continue plugin for VSCode and JetBrains integrated development environments (IDEs).
11
11
12
-
LISA's roadmap is customer-driven, with new capabilities launching monthly. Reach out to the product team to ask questions, provide feedback, and send feature requests via the "Contact Us" button above.
12
+
Reach out to the team to ask questionsand provide feedback via the "Contact Us" button above.
13
13
14
14
## Key Features
15
15
16
16
***Open Source**: No subscription or licensing fees. LISA costs are based on service usage.
17
-
***Ongoing Releases**: The product roadmap is customer-driven with releases typically every 2-4 weeks. LISA is backed by a software development team that builds production grade solutions to accelerate customers' GenAI adoption.
17
+
***Support**: LISA is backed by a software development team that builds and maintains production-ready solutions to accelerate customers' GenAI adoption.
18
18
***Model Flexibility**: Bring your own models for self-hosting, or quickly configure LISA with 100+ models supported by third-party model providers, including Amazon Bedrock and Jumpstart.
19
19
***Model Orchestration**: Centralize and standardize unique API calls to third-party model providers automatically with LISA via LiteLLM. LISA standardizes the unique API calls into the OpenAI format automatically. All that is required is an API key, model name, and API endpoint.
20
20
***Modular Components**: Accelerate GenAI adoption with secure, scalable software. LISA supports various use cases through configurable components: model serving and orchestration, chat user interface with advanced capabilities, authentication, retrieval augmented generation (RAG), Anthropic’s Model Context Protocol (MCP), and APIs.
@@ -23,7 +23,28 @@ LISA's roadmap is customer-driven, with new capabilities launching monthly. Reac
23
23
24
24
## Major Components
25
25
26
-
LISA’s four major components include Serve, a Chat UI, RAG, and MCP. LISA Serve and LISA MCP are standalone, foundational core solutions with APIs for customers not leveraging LISA’s Chat UI. Both LISA’s Chat UI and RAG are optional components, but must be used with Serve.
26
+
LISA’s four major components include Serve, a Chat UI, RAG, and MCP. LISA Serve and LISA MCP are standalone, foundational core solutions with APIs for customers not leveraging LISA’s Chat UI. Both LISA’s Chat UI and RAG are optional components, but both must be used with Serve.
0 commit comments