-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: playbook AI Action * feat: option to use agents [skip ci] * feat: ollama support [skip ci] * feat: support multiple relationships * just provide a minimal graph without the config (manifests) [skip ci] * feat: make config optional. use the playbook's resource config. * feat: better prompt * feat: add system prompts * feat: date support when fetching analysis * chore: send knowledge base as JSON * feat: connection support for LLMS * chore: add fixture to send ai diagnosis to slack using BlockKit * feat: add different output formats to the result
- Loading branch information
1 parent
8bfa655
commit b708619
Showing
27 changed files
with
1,959 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,10 @@ gen-schemas: | |
cd hack/generate-schemas && \ | ||
go mod edit -module=github.com/flanksource/incident-commander/hack/generate-schemas && \ | ||
go mod edit -require=github.com/flanksource/[email protected] && \ | ||
go mod edit -replace=github.com/flanksource/incident-commander=../../ && \ | ||
go mod edit -replace=github.com/flanksource/incident-commander=../../ && \ | ||
if grep -v "^//" ../../go.mod | grep -q "replace.*github.com/flanksource/duty.*=>"; then \ | ||
go mod edit -replace=github.com/flanksource/duty=../../../duty; \ | ||
fi && \ | ||
go mod tidy && \ | ||
go run ./main.go | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.