Skip to content

Commit aac44a9

Browse files
authored
Merge pull request #449 from objectstack-ai/copilot/develop-agent-for-automated-iterations
2 parents fc5d75b + c05d294 commit aac44a9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+9989
-2
lines changed

content/docs/references/ai/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This section contains all protocol schemas for the ai layer of ObjectStack.
1212
<Card href="./agent-action" title="Agent Action" description="Source: packages/spec/src/ai/agent-action.zod.ts" />
1313
<Card href="./conversation" title="Conversation" description="Source: packages/spec/src/ai/conversation.zod.ts" />
1414
<Card href="./cost" title="Cost" description="Source: packages/spec/src/ai/cost.zod.ts" />
15+
<Card href="./devops-agent" title="Devops Agent" description="Source: packages/spec/src/ai/devops-agent.zod.ts" />
1516
<Card href="./model-registry" title="Model Registry" description="Source: packages/spec/src/ai/model-registry.zod.ts" />
1617
<Card href="./nlq" title="Nlq" description="Source: packages/spec/src/ai/nlq.zod.ts" />
1718
<Card href="./orchestration" title="Orchestration" description="Source: packages/spec/src/ai/orchestration.zod.ts" />

content/docs/references/ai/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"agent-action",
66
"conversation",
77
"cost",
8+
"devops-agent",
89
"model-registry",
910
"nlq",
1011
"orchestration",

content/docs/references/integration/misc.mdx

Lines changed: 326 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)