Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/cli.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/cli.js
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/core/intercept-agent-card.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

import { CustomAgentDetail } from "../validations/custom-agent-detail-schema";
export declare const interceptAgentCard: (originalData: any, port: number, customData?: CustomAgentDetail) => any;
//# sourceMappingURL=intercept-agent-card.d.ts.map
2 changes: 1 addition & 1 deletion dist/core/intercept-agent-card.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions dist/core/intercept-agent-card.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/core/intercept-agent-card.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/core/register-to-platform.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

export declare function registerToPlatform(platformUrl: string, targetUrl: string): Promise<void>;
//# sourceMappingURL=register-to-platform.d.ts.map
2 changes: 1 addition & 1 deletion dist/core/register-to-platform.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions dist/core/register-to-platform.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/core/register-to-platform.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/input/load-custom-agent-detail.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

import { CustomAgentDetail } from "../validations/custom-agent-detail-schema";
export declare function loadCustomAgentDetail(filePath: string): CustomAgentDetail;
//# sourceMappingURL=load-custom-agent-detail.d.ts.map
2 changes: 1 addition & 1 deletion dist/input/load-custom-agent-detail.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions dist/input/load-custom-agent-detail.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/input/load-custom-agent-detail.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/server.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/server.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/validations/cli-config.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

import z from "zod";
export declare const cliInputSchema: z.ZodObject<{
platformUrl: z.ZodDefault<z.ZodOptional<z.ZodString>>;
Expand Down
2 changes: 1 addition & 1 deletion dist/validations/cli-config.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions dist/validations/cli-config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/validations/cli-config.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/validations/custom-agent-detail-schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

import z from "zod";
export declare const interactionModeSchema: z.ZodEnum<{
"single-turn": "single-turn";
Expand Down
2 changes: 1 addition & 1 deletion dist/validations/custom-agent-detail-schema.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions dist/validations/custom-agent-detail-schema.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/validations/custom-agent-detail-schema.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "tsc",
"cli": "tsx src/cli.ts",
"clean": "rm -rf dist",
"check-license": "addlicense -check -l apache -s=only -c '© Agent Stack a Series of LF Projects, LLC' 'src/**/*.ts' 'src/**/*.js'",
"fix-license": "addlicense -l apache -s=only -c '© Agent Stack a Series of LF Projects, LLC' 'src/**/*.ts' 'src/**/*.js'"
"check-license": "addlicense -check -l apache -s=only -c '© BeeAI a Series of LF Projects, LLC' $(find src -name '*.ts' -o -name '*.js') $(find dist -name '*.ts' -o -name '*.js')",
"fix-license": "addlicense -l apache -s=only -c '© BeeAI a Series of LF Projects, LLC' $(find src -name '*.ts' -o -name '*.js') $(find dist -name '*.ts' -o -name '*.js')"
},
"author": "",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/intercept-agent-card.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/register-to-platform.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/input/load-custom-agent-detail.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/validations/cli-config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/validations/custom-agent-detail-schema.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2025 © Agent Stack a Series of LF Projects, LLC
* Copyright 2025 © BeeAI a Series of LF Projects, LLC
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down