jazz-ai 0.8.0 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app-layer.d.ts +1 -1
- package/dist/app-layer.d.ts.map +1 -1
- package/dist/cli/commands/chat-agent.d.ts +1 -1
- package/dist/cli/commands/chat-agent.d.ts.map +1 -1
- package/dist/cli/commands/wizard.d.ts +1 -1
- package/dist/cli/commands/wizard.d.ts.map +1 -1
- package/dist/cli/commands/workflow.d.ts +1 -1
- package/dist/cli/commands/workflow.d.ts.map +1 -1
- package/dist/cli/ui/ItemComponents.d.ts.map +1 -1
- package/dist/cli/ui/Prompt.d.ts.map +1 -1
- package/dist/cli/ui/ScrollableSelect.d.ts +11 -0
- package/dist/cli/ui/ScrollableSelect.d.ts.map +1 -0
- package/dist/cli/ui/SearchSelect.d.ts +11 -0
- package/dist/cli/ui/SearchSelect.d.ts.map +1 -0
- package/dist/cli/ui/types.d.ts +1 -1
- package/dist/cli/ui/types.d.ts.map +1 -1
- package/dist/core/agent/execution/tool-executor.d.ts.map +1 -1
- package/dist/core/interfaces/chat-service.d.ts +2 -1
- package/dist/core/interfaces/chat-service.d.ts.map +1 -1
- package/dist/core/utils/cron-utils.d.ts +1 -0
- package/dist/core/utils/cron-utils.d.ts.map +1 -1
- package/dist/core/workflows/workflow-utils.d.ts +10 -0
- package/dist/core/workflows/workflow-utils.d.ts.map +1 -0
- package/dist/main.js +390 -390
- package/dist/services/chat/commands/constants.d.ts.map +1 -1
- package/dist/services/chat/commands/handler.d.ts +2 -1
- package/dist/services/chat/commands/handler.d.ts.map +1 -1
- package/dist/services/chat/commands/parser.d.ts.map +1 -1
- package/dist/services/chat/commands/types.d.ts +1 -1
- package/dist/services/chat/commands/types.d.ts.map +1 -1
- package/dist/services/chat-service.d.ts +2 -1
- package/dist/services/chat-service.d.ts.map +1 -1
- package/dist/services/llm/ai-sdk-service.d.ts.map +1 -1
- package/dist/services/terminal.d.ts.map +1 -1
- package/package.json +18 -16
- package/skills/create-system-routine/SKILL.md +13 -7
- package/skills/create-workflow/SKILL.md +27 -6
- package/skills/obsidian/SKILL.md +19 -8
- package/skills/skill-creator/SKILL.md +13 -6
- package/workflows/email-cleanup/WORKFLOW.md +47 -0
- package/workflows/market-analysis/WORKFLOW.md +258 -0
- package/workflows/tech-digest/WORKFLOW.md +129 -0
- package/workflows/weather-briefing/WORKFLOW.md +55 -0
package/dist/app-layer.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export interface AppLayerConfig {
|
|
|
6
6
|
debug?: boolean | undefined;
|
|
7
7
|
configPath?: string | undefined;
|
|
8
8
|
}
|
|
9
|
-
export declare function createAppLayer(config?: AppLayerConfig): Layer.Layer<import("./core/interfaces/logger").LoggerService | import("./core/interfaces/terminal").TerminalService | import("./core/skills/skill-service").SkillService | import("./core/interfaces/calendar").CalendarService | import("./core/interfaces/fs").FileSystemContextService | FileSystem.FileSystem | import("./core/interfaces/gmail").GmailService | import("./core/interfaces/mcp-server").MCPServerManager | import("./core/interfaces/agent-config").AgentConfigService | import("./core/interfaces/tool-registry").ToolRegistry | import("./core/interfaces/presentation").PresentationService | import("./core/interfaces/notification").NotificationService | import("./core/interfaces/llm").LLMService | import("./core/interfaces/agent-service").AgentService | import("./core/
|
|
9
|
+
export declare function createAppLayer(config?: AppLayerConfig): Layer.Layer<import("./core/interfaces/logger").LoggerService | import("./core/interfaces/terminal").TerminalService | import("./core/skills/skill-service").SkillService | import("./core/interfaces/calendar").CalendarService | import("./core/interfaces/fs").FileSystemContextService | FileSystem.FileSystem | import("./core/interfaces/gmail").GmailService | import("./core/interfaces/mcp-server").MCPServerManager | import("./core/interfaces/agent-config").AgentConfigService | import("./core/interfaces/tool-registry").ToolRegistry | import("./core/interfaces/presentation").PresentationService | import("./core/interfaces/notification").NotificationService | import("./core/interfaces/llm").LLMService | import("./core/interfaces/agent-service").AgentService | import("./core/workflows").WorkflowService | import("./core/interfaces/storage").StorageService | import("./core/workflows").SchedulerService | import("./core/interfaces/chat-service").ChatService, Error | import("./core/types").ConfigurationError | import("./core/types").ConfigurationNotFoundError | import("./core/types").LLMConfigurationError, FileSystem.FileSystem | import("effect/Context").Tag<import("./core/interfaces/tool-registry").ToolRegistry, import("./core/interfaces/tool-registry").ToolRegistry> | import("effect/Context").Tag<import("./core/interfaces/agent-config").AgentConfigService, import("./core/interfaces/agent-config").AgentConfigService> | import("effect/Context").Tag<import("./core/interfaces/agent-service").AgentService, import("./core/interfaces/agent-service").AgentService>>;
|
|
10
10
|
export declare function runCliEffect<R, E extends JazzError | Error>(effect: Effect.Effect<void, E, R>, config?: AppLayerConfig, options?: {
|
|
11
11
|
readonly skipCatchUp?: boolean | undefined;
|
|
12
12
|
}): void;
|
package/dist/app-layer.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-layer.d.ts","sourceRoot":"","sources":["../src/app-layer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,OAAO,
|
|
1
|
+
{"version":3,"file":"app-layer.d.ts","sourceRoot":"","sources":["../src/app-layer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAE9C,OAAO,EAAmB,MAAM,EAAe,KAAK,EAAU,MAAM,QAAQ,CAAC;AAY7E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAsBrD,MAAM,WAAW,cAAc;IAI7B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK9B,KAAK,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAK5B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACjC;AAmBD,wBAAgB,cAAc,CAAC,MAAM,GAAE,cAAmB,uiDA+FzD;AAWD,wBAAgB,YAAY,CAAC,CAAC,EAAE,CAAC,SAAS,SAAS,GAAG,KAAK,EACzD,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,EACjC,MAAM,GAAE,cAAmB,EAC3B,OAAO,GAAE;IAOP,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CACvC,GACL,IAAI,CAgGN"}
|
|
@@ -2,5 +2,5 @@ import { Effect } from "effect";
|
|
|
2
2
|
import { AgentNotFoundError } from "@/core/types/errors";
|
|
3
3
|
export declare function chatWithAIAgentCommand(agentIdentifier: string, options?: {
|
|
4
4
|
stream?: boolean;
|
|
5
|
-
}): Effect.Effect<undefined, AgentNotFoundError | import("@/core/types/errors").StorageError, import("../../core/interfaces/tool-registry").ToolRequirements | import("../../core/interfaces/tool-registry").ToolRegistry | import("effect/Context").Tag<import("../../core/interfaces/agent-config").AgentConfigService, import("../../core/interfaces/agent-config").AgentConfigService> | import("../../core/interfaces/presentation").PresentationService | import("../../core/interfaces/llm").LLMService | import("../../core/interfaces/agent-service").AgentService | import("@/core/interfaces/chat-service").ChatService>;
|
|
5
|
+
}): Effect.Effect<undefined, AgentNotFoundError | import("@/core/types/errors").StorageError, import("../../core/interfaces/tool-registry").ToolRequirements | import("../../core/interfaces/tool-registry").ToolRegistry | import("effect/Context").Tag<import("../../core/interfaces/agent-config").AgentConfigService, import("../../core/interfaces/agent-config").AgentConfigService> | import("../../core/interfaces/presentation").PresentationService | import("../../core/interfaces/llm").LLMService | import("../../core/interfaces/agent-service").AgentService | import("../../core/workflows").WorkflowService | import("@/core/interfaces/chat-service").ChatService>;
|
|
6
6
|
//# sourceMappingURL=chat-agent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-agent.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/chat-agent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAKhC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAczD,wBAAgB,sBAAsB,CACpC,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE;IACR,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,
|
|
1
|
+
{"version":3,"file":"chat-agent.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/chat-agent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAKhC,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAczD,wBAAgB,sBAAsB,CACpC,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE;IACR,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,opBAmDF"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Effect } from "effect";
|
|
2
2
|
import { type AgentConfigService } from "@/core/interfaces/agent-config";
|
|
3
|
-
export declare function wizardCommand(): Effect.Effect<void, Error, import("../../core/interfaces/tool-registry").ToolRequirements | import("../../core/interfaces/tool-registry").ToolRegistry | import("effect/Context").Tag<AgentConfigService, AgentConfigService> | import("../../core/interfaces/presentation").PresentationService | import("../../core/interfaces/llm").LLMService | import("@/core/interfaces/agent-service").AgentService | import("../../core/interfaces/cli-options").CLIOptions | import("@/core/interfaces/chat-service").ChatService>;
|
|
3
|
+
export declare function wizardCommand(): Effect.Effect<void, Error, import("../../core/interfaces/tool-registry").ToolRequirements | import("../../core/interfaces/tool-registry").ToolRegistry | import("effect/Context").Tag<AgentConfigService, AgentConfigService> | import("../../core/interfaces/presentation").PresentationService | import("../../core/interfaces/llm").LLMService | import("@/core/interfaces/agent-service").AgentService | import("../../core/workflows").WorkflowService | import("../../core/interfaces/cli-options").CLIOptions | import("@/core/interfaces/chat-service").ChatService>;
|
|
4
4
|
//# sourceMappingURL=wizard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wizard.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/wizard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,OAAO,EAAyB,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AA4BhG,wBAAgB,aAAa,
|
|
1
|
+
{"version":3,"file":"wizard.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/wizard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAEhC,OAAO,EAAyB,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AA4BhG,wBAAgB,aAAa,ijBAsM5B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Effect } from "effect";
|
|
2
|
-
export declare function listWorkflowsCommand(): Effect.Effect<void, Error, import("@/core/interfaces/terminal").TerminalService | import("@/core/workflows/workflow-service").WorkflowService>;
|
|
2
|
+
export declare function listWorkflowsCommand(): Effect.Effect<void, Error, import("@/core/interfaces/terminal").TerminalService | import("@/core/workflows/workflow-service").WorkflowService | import("@/core/workflows/scheduler-service").SchedulerService>;
|
|
3
3
|
export declare function showWorkflowCommand(workflowName: string): Effect.Effect<void, Error, import("@/core/interfaces/terminal").TerminalService | import("@/core/workflows/workflow-service").WorkflowService>;
|
|
4
4
|
export declare function runWorkflowCommand(workflowName: string, options?: {
|
|
5
5
|
autoApprove?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/workflow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"workflow.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/workflow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAoChC,wBAAgB,oBAAoB,mNAiEnC;AAKD,wBAAgB,mBAAmB,CAAC,YAAY,EAAE,MAAM,kJAsDvD;AAQD,wBAAgB,kBAAkB,CAChC,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE;IACR,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,+YAoIF;AAKD,wBAAgB,uBAAuB,CAAC,YAAY,EAAE,MAAM,oRAoH3D;AAKD,wBAAgB,yBAAyB,CAAC,YAAY,EAAE,MAAM,oJA0B7D;AAKD,wBAAgB,sBAAsB,2cAiErC;AAKD,wBAAgB,6BAA6B,qJAoC5C;AAKD,wBAAgB,sBAAsB,CAAC,YAAY,CAAC,EAAE,MAAM,oFA6C3D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemComponents.d.ts","sourceRoot":"","sources":["../../../src/cli/ui/ItemComponents.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ItemComponents.d.ts","sourceRoot":"","sources":["../../../src/cli/ui/ItemComponents.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,wBAAgB,kBAAkB,CAAC,EAAE,UAAkB,EAAE,EAAE;IAAE,UAAU,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG,KAAK,CAAC,YAAY,CAQvG;AAED,wBAAgB,aAAa,CAAC,EAC5B,UAAkB,EAClB,KAAK,EACN,EAAE;IACD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,KAAK,CAAC,YAAY,CAWrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../src/cli/ui/Prompt.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Prompt.d.ts","sourceRoot":"","sources":["../../../src/cli/ui/Prompt.tsx"],"names":[],"mappings":"AACA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAUjF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AA4B3C,iBAAS,eAAe,CAAC,EACvB,MAAM,EACN,gBAAuB,GACxB,EAAE;IACD,MAAM,EAAE,WAAW,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC,GAAG,KAAK,CAAC,YAAY,CA8QrB;AAED,eAAO,MAAM,MAAM,mDAA8B,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { Choice } from "./types";
|
|
3
|
+
interface ScrollableSelectProps<T = unknown> {
|
|
4
|
+
readonly options: readonly Choice<T>[];
|
|
5
|
+
readonly pageSize?: number;
|
|
6
|
+
readonly onSelect: (value: T) => void;
|
|
7
|
+
readonly onCancel?: () => void;
|
|
8
|
+
}
|
|
9
|
+
export declare function ScrollableSelect<T = unknown>({ options, pageSize, onSelect, onCancel, }: ScrollableSelectProps<T>): React.ReactElement;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=ScrollableSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScrollableSelect.d.ts","sourceRoot":"","sources":["../../../src/cli/ui/ScrollableSelect.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEtC,UAAU,qBAAqB,CAAC,CAAC,GAAG,OAAO;IACzC,QAAQ,CAAC,OAAO,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IACvC,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;IACtC,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC;AAOD,wBAAgB,gBAAgB,CAAC,CAAC,GAAG,OAAO,EAAE,EAC5C,OAAO,EACP,QAAa,EACb,QAAQ,EACR,QAAQ,GACT,EAAE,qBAAqB,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,CAwH/C"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { Choice } from "./types";
|
|
3
|
+
interface SearchSelectProps<T = unknown> {
|
|
4
|
+
readonly options: readonly Choice<T>[];
|
|
5
|
+
readonly pageSize?: number;
|
|
6
|
+
readonly onSelect: (value: T) => void;
|
|
7
|
+
readonly onCancel?: () => void;
|
|
8
|
+
}
|
|
9
|
+
export declare function SearchSelect<T = unknown>({ options, pageSize, onSelect, onCancel, }: SearchSelectProps<T>): React.ReactElement;
|
|
10
|
+
export {};
|
|
11
|
+
//# sourceMappingURL=SearchSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchSelect.d.ts","sourceRoot":"","sources":["../../../src/cli/ui/SearchSelect.tsx"],"names":[],"mappings":"AACA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEtC,UAAU,iBAAiB,CAAC,CAAC,GAAG,OAAO;IACrC,QAAQ,CAAC,OAAO,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IACvC,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;IACtC,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CAChC;AAMD,wBAAgB,YAAY,CAAC,CAAC,GAAG,OAAO,EAAE,EACxC,OAAO,EACP,QAAa,EACb,QAAQ,EACR,QAAQ,GACT,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,YAAY,CAqJ3C"}
|
package/dist/cli/ui/types.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ export interface LiveStreamState {
|
|
|
15
15
|
text: string;
|
|
16
16
|
reasoning?: string;
|
|
17
17
|
}
|
|
18
|
-
export type PromptType = "text" | "select" | "confirm" | "password" | "checkbox";
|
|
18
|
+
export type PromptType = "text" | "select" | "confirm" | "password" | "checkbox" | "search";
|
|
19
19
|
export interface Choice<T = unknown> {
|
|
20
20
|
label: string;
|
|
21
21
|
value: T;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/cli/ui/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,CAAC;AAGvF,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/B,SAAS,EAAE,IAAI,CAAC;IAEhB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAGD,MAAM,WAAW,QAAS,SAAQ,aAAa;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/cli/ui/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,KAAK,GAAG,MAAM,CAAC;AAGvF,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,cAAc,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/B,SAAS,EAAE,IAAI,CAAC;IAEhB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAGD,MAAM,WAAW,QAAS,SAAQ,aAAa;IAC7C,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,CAAC;AAE5F,MAAM,WAAW,MAAM,CAAC,CAAC,GAAG,OAAO;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,CAAC,CAAC;IACT,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,aAAa,CAAC,CAAC,GAAG,OAAO;IACxC,OAAO,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IACtB,eAAe,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC;IAE1B,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AAED,MAAM,WAAW,WAAW,CAAC,CAAC,GAAG,OAAO;IACtC,IAAI,EAAE,UAAU,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,CAAC;IAC3B,OAAO,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;IAE5B,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,OAAO,KAAK,IAAI,CAAC;CACrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tool-executor.d.ts","sourceRoot":"","sources":["../../../../src/core/agent/execution/tool-executor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAiB,MAAM,QAAQ,CAAC;AAE/C,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAoB,KAAK,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAChF,OAAO,EAEL,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACvB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,gBAAgB,EACtB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAGL,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACzB,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,8BAA8B,CAAC;AAKtC,qBAAa,YAAY;IAKvB,MAAM,CAAC,WAAW,CAChB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,OAAO,EAAE,oBAAoB,GAC5B,MAAM,CAAC,MAAM,CACd,mBAAmB,EACnB,KAAK,EACL,YAAY,GAAG,aAAa,GAAG,kBAAkB,GAAG,gBAAgB,CACrE;IA6BD,MAAM,CAAC,eAAe,CACpB,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,oBAAoB,EAC7B,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,iBAAiB,GAAG,IAAI,EAClC,UAAU,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAAC,EACpD,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,sBAAsB,EAAE,WAAW,CAAC,MAAM,CAAC,GAC1C,MAAM,CAAC,MAAM,CACd;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAC;QAAC,OAAO,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EACvE,KAAK,EACL,YAAY,GAAG,aAAa,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,mBAAmB,CAC3F;
|
|
1
|
+
{"version":3,"file":"tool-executor.d.ts","sourceRoot":"","sources":["../../../../src/core/agent/execution/tool-executor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAiB,MAAM,QAAQ,CAAC;AAE/C,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAoB,KAAK,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAChF,OAAO,EAEL,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,EACvB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,gBAAgB,EACtB,MAAM,iCAAiC,CAAC;AAEzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAGL,KAAK,QAAQ,EACb,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACzB,MAAM,oBAAoB,CAAC;AAE5B,OAAO,EAGL,KAAK,qBAAqB,EAC3B,MAAM,8BAA8B,CAAC;AAKtC,qBAAa,YAAY;IAKvB,MAAM,CAAC,WAAW,CAChB,IAAI,EAAE,MAAM,EACZ,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC7B,OAAO,EAAE,oBAAoB,GAC5B,MAAM,CAAC,MAAM,CACd,mBAAmB,EACnB,KAAK,EACL,YAAY,GAAG,aAAa,GAAG,kBAAkB,GAAG,gBAAgB,CACrE;IA6BD,MAAM,CAAC,eAAe,CACpB,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,oBAAoB,EAC7B,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,iBAAiB,GAAG,IAAI,EAClC,UAAU,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAAC,EACpD,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,sBAAsB,EAAE,WAAW,CAAC,MAAM,CAAC,GAC1C,MAAM,CAAC,MAAM,CACd;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAC;QAAC,OAAO,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,EACvE,KAAK,EACL,YAAY,GAAG,aAAa,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,mBAAmB,CAC3F;IA6PD,MAAM,CAAC,gBAAgB,CACrB,SAAS,EAAE,SAAS,QAAQ,EAAE,EAC9B,OAAO,EAAE,oBAAoB,EAC7B,aAAa,EAAE,aAAa,EAC5B,QAAQ,EAAE,iBAAiB,GAAG,IAAI,EAClC,UAAU,EAAE,UAAU,CAAC,OAAO,qBAAqB,CAAC,EACpD,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,SAAS,EAAE,MAAM,EACjB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,GAC3C,MAAM,CAAC,MAAM,CACd,KAAK,CAAC;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAE,CAAC,EAC9E,KAAK,EACL,YAAY,GAAG,aAAa,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,mBAAmB,CAC3F;CA0GF"}
|
|
@@ -2,6 +2,7 @@ import type { FileSystem } from "@effect/platform";
|
|
|
2
2
|
import { Context, Effect } from "effect";
|
|
3
3
|
import type { SkillService } from "@/core/skills/skill-service";
|
|
4
4
|
import type { Agent } from "@/core/types/index";
|
|
5
|
+
import type { WorkflowService } from "@/core/workflows/workflow-service";
|
|
5
6
|
import { AgentConfigServiceTag } from "./agent-config";
|
|
6
7
|
import type { AgentService } from "./agent-service";
|
|
7
8
|
import type { FileSystemContextService } from "./fs";
|
|
@@ -13,7 +14,7 @@ import type { ToolRegistry, ToolRequirements } from "./tool-registry";
|
|
|
13
14
|
export interface ChatService {
|
|
14
15
|
readonly startChatSession: (agent: Agent, options?: {
|
|
15
16
|
stream?: boolean;
|
|
16
|
-
}) => Effect.Effect<void, never, TerminalService | LoggerService | FileSystemContextService | FileSystem.FileSystem | typeof AgentConfigServiceTag | ToolRegistry | AgentService | LLMService | PresentationService | ToolRequirements | SkillService>;
|
|
17
|
+
}) => Effect.Effect<void, never, TerminalService | LoggerService | FileSystemContextService | FileSystem.FileSystem | typeof AgentConfigServiceTag | ToolRegistry | AgentService | LLMService | PresentationService | ToolRequirements | SkillService | WorkflowService>;
|
|
17
18
|
}
|
|
18
19
|
export declare const ChatServiceTag: Context.Tag<ChatService, ChatService>;
|
|
19
20
|
//# sourceMappingURL=chat-service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chat-service.d.ts","sourceRoot":"","sources":["../../../src/core/interfaces/chat-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,MAAM,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAQtE,MAAM,WAAW,WAAW;IAW1B,QAAQ,CAAC,gBAAgB,EAAE,CACzB,KAAK,EAAE,KAAK,EACZ,OAAO,CAAC,EAAE;QACR,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,KACE,MAAM,CAAC,MAAM,CAChB,IAAI,EACJ,KAAK,EACH,eAAe,GACf,aAAa,GACb,wBAAwB,GACxB,UAAU,CAAC,UAAU,GACrB,OAAO,qBAAqB,GAC5B,YAAY,GACZ,YAAY,GACZ,UAAU,GACV,mBAAmB,GACnB,gBAAgB,GAChB,YAAY,
|
|
1
|
+
{"version":3,"file":"chat-service.d.ts","sourceRoot":"","sources":["../../../src/core/interfaces/chat-service.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACzE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AACvD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,MAAM,CAAC;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAC1D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAClD,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AAQtE,MAAM,WAAW,WAAW;IAW1B,QAAQ,CAAC,gBAAgB,EAAE,CACzB,KAAK,EAAE,KAAK,EACZ,OAAO,CAAC,EAAE;QACR,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,KACE,MAAM,CAAC,MAAM,CAChB,IAAI,EACJ,KAAK,EACH,eAAe,GACf,aAAa,GACb,wBAAwB,GACxB,UAAU,CAAC,UAAU,GACrB,OAAO,qBAAqB,GAC5B,YAAY,GACZ,YAAY,GACZ,UAAU,GACV,mBAAmB,GACnB,gBAAgB,GAChB,YAAY,GACZ,eAAe,CAClB,CAAC;CACH;AAED,eAAO,MAAM,cAAc,uCAAiD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cron-utils.d.ts","sourceRoot":"","sources":["../../../src/core/utils/cron-utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cron-utils.d.ts","sourceRoot":"","sources":["../../../src/core/utils/cron-utils.ts"],"names":[],"mappings":"AAQA,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAOhE;AAMD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAa3D;AAKD,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAchE"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { WorkflowMetadata } from "./workflow-service";
|
|
2
|
+
export declare function groupWorkflows(workflows: readonly WorkflowMetadata[]): {
|
|
3
|
+
local: WorkflowMetadata[];
|
|
4
|
+
global: WorkflowMetadata[];
|
|
5
|
+
builtin: WorkflowMetadata[];
|
|
6
|
+
};
|
|
7
|
+
export declare function formatWorkflow(w: WorkflowMetadata, options?: {
|
|
8
|
+
statusBadge?: string;
|
|
9
|
+
}): string;
|
|
10
|
+
//# sourceMappingURL=workflow-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"workflow-utils.d.ts","sourceRoot":"","sources":["../../../src/core/workflows/workflow-utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAK3D,wBAAgB,cAAc,CAAC,SAAS,EAAE,SAAS,gBAAgB,EAAE;;;;EAsBpE;AAKD,wBAAgB,cAAc,CAC5B,CAAC,EAAE,gBAAgB,EACnB,OAAO,CAAC,EAAE;IACR,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,GACA,MAAM,CAUR"}
|