web build optimization

This commit is contained in:
Brian Madison
2025-07-06 10:32:39 -05:00
parent 4b0a9235ab
commit 5fc69d773a
30 changed files with 1346 additions and 1360 deletions

View File

@@ -26,7 +26,7 @@ class DependencyResolver {
const dependencies = {
agent: {
id: agentId,
path: `agents#${agentId}`,
path: agentPath,
content: agentContent,
config: agentConfig
},
@@ -56,7 +56,7 @@ class DependencyResolver {
const dependencies = {
team: {
id: teamId,
path: `agent-teams#${teamId}`,
path: teamPath,
content: teamContent,
config: teamConfig
},
@@ -152,7 +152,7 @@ class DependencyResolver {
const resource = {
type,
id,
path: `${type}#${id}`,
path: filePath,
content
};