feat(agent): add evidence-backed DevOps chat - #352
Merged
Conversation
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.
What does this PR do?
Adds an open-source DevOps/SRE assistant that can investigate the systems and
data sources connected to Versus through read-only tools.
The change includes:
/agent/chatworkspace that consumes the new runtime.The assistant is not incident-scoped. An incident, service, or time range can be
attached as context, but the conversation remains open-ended.
Why?
Analyze can investigate one incident, but it cannot sustain a conversation or
answer broad questions such as:
are available?
The new runtime gives the model durable, bounded, auditable context and generic
system tools rather than adding one tool per example question.
How to test
Go
For PostgreSQL-backed chat/CAS and scoped discovery tests:
UI
Manual
/agent/chatand create a conversation.analysis.
reload.
constrain the conversation.
as cancelled.
admitted.
completes and persists.
action rather than being inferred as healthy or empty.
Type of change
consolidated into the generic catalog below
Checklist
go test ./...passes locallygo vet ./...is cleangofmt'd