Skip to content

Commit

Permalink
fix: remove knowledge graph artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
cake-lier committed Jan 15, 2024
1 parent c9c318e commit c4ad744
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 423 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,6 @@ public void start(final Promise<Void> startPromise) {
"web",
this.httpConfig.getHost() + ":" + this.httpConfig.getCartagoPort()
);
cartagoEnvironment
.getRootWSP()
.getWorkspace()
.makeArtifact(
this.getAgentId(
this.getAgentCredential(this.httpConfig.getBaseUri() + "/agents/yggdrasil"),
cartagoEnvironment.getRootWSP().getId()
),
"knowledge_graph",
"org.hyperagents.yggdrasil.cartago.artifacts.KnowledgeGraph",
new ArtifactConfig()
);
return null;
})
.onComplete(startPromise);
Expand Down
Loading

0 comments on commit c4ad744

Please sign in to comment.