Added agent support to templates (#150)

This commit is contained in:
cybermaggedon 2024-11-12 00:22:18 +00:00 committed by GitHub
parent f654d72515
commit efd13ae5f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 158 additions and 0 deletions

View file

@ -28,6 +28,8 @@
"vertexai": import "components/vertexai.jsonnet",
"null": {},
"agent-manager-react": import "components/agent-manager-react.jsonnet",
// FIXME: Dupes
"cassandra": import "components/cassandra.jsonnet",
"neo4j": import "components/neo4j.jsonnet",