@deepagents/orchestrator 0.1.2 → 0.2.0
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/lib/arxiv/arxiv.d.ts +1 -1
- package/dist/lib/arxiv/arxiv.d.ts.map +1 -1
- package/dist/lib/citation.d.ts +2 -0
- package/dist/lib/citation.d.ts.map +1 -0
- package/dist/lib/deepplan/executors/generic-executor.d.ts +1 -1
- package/dist/lib/deepplan/executors/generic-executor.d.ts.map +1 -1
- package/dist/lib/deepplan/executors/hackernews-executor.d.ts +1 -1
- package/dist/lib/deepplan/executors/hackernews-executor.d.ts.map +1 -1
- package/dist/lib/deepplan/executors/product-manager-executor.d.ts +1 -1
- package/dist/lib/deepplan/executors/product-manager-executor.d.ts.map +1 -1
- package/dist/lib/deepplan/executors/repo-search-executor.d.ts +1 -1
- package/dist/lib/deepplan/executors/repo-search-executor.d.ts.map +1 -1
- package/dist/lib/deepplan/executors/research-executor.d.ts +1 -1
- package/dist/lib/deepplan/executors/research-executor.d.ts.map +1 -1
- package/dist/lib/deepplan/planner-agent.d.ts +2 -0
- package/dist/lib/deepplan/planner-agent.d.ts.map +1 -1
- package/dist/lib/deepplan/replanner-agent.d.ts +1 -1
- package/dist/lib/deepplan/replanner-agent.d.ts.map +1 -1
- package/dist/lib/deepresearch.v0.d.ts.map +1 -1
- package/dist/lib/deepresearch.v1.d.ts.map +1 -1
- package/dist/lib/deepwiki/gitignore-agent.d.ts +1 -1
- package/dist/lib/deepwiki/gitignore-agent.d.ts.map +1 -1
- package/dist/lib/deepwiki/outline-agent.d.ts +2 -2
- package/dist/lib/deepwiki/outline-agent.d.ts.map +1 -1
- package/dist/lib/deepwiki/tools.d.ts.map +1 -1
- package/dist/lib/evolving.d.ts +2 -0
- package/dist/lib/evolving.d.ts.map +1 -0
- package/dist/lib/openai-deepresearch/clarrify-agent.d.ts +1 -1
- package/dist/lib/openai-deepresearch/clarrify-agent.d.ts.map +1 -1
- package/dist/lib/openai-deepresearch/lead-research.d.ts +1 -1
- package/dist/lib/openai-deepresearch/lead-research.d.ts.map +1 -1
- package/dist/lib/openai-deepresearch/reasearcher.d.ts +1 -1
- package/dist/lib/openai-deepresearch/reasearcher.d.ts.map +1 -1
- package/dist/lib/openai-deepresearch/research-brief.d.ts +1 -1
- package/dist/lib/openai-deepresearch/research-brief.d.ts.map +1 -1
- package/package.json +6 -5
- package/dist/lib/pipe.d.ts +0 -2
- package/dist/lib/pipe.d.ts.map +0 -1
|
@@ -3,6 +3,6 @@ interface ArxivAgentContext {
|
|
|
3
3
|
store_path: string;
|
|
4
4
|
}
|
|
5
5
|
export declare function queryArxivPaper(query: string, pdfUrl: string, storePath: string): Promise<any[]>;
|
|
6
|
-
export declare const arxivAgent: import("@deepagents/agent").Agent<unknown, ArxivAgentContext>;
|
|
6
|
+
export declare const arxivAgent: import("@deepagents/agent").Agent<unknown, ArxivAgentContext, ArxivAgentContext>;
|
|
7
7
|
export {};
|
|
8
8
|
//# sourceMappingURL=arxiv.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arxiv.d.ts","sourceRoot":"","sources":["../../../src/lib/arxiv/arxiv.ts"],"names":[],"mappings":"AAyCA,UAAU,iBAAiB;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,wBAAsB,eAAe,CACnC,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,MAAM,kBASlB;AAuDD,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"arxiv.d.ts","sourceRoot":"","sources":["../../../src/lib/arxiv/arxiv.ts"],"names":[],"mappings":"AAyCA,UAAU,iBAAiB;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,wBAAsB,eAAe,CACnC,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,MAAM,kBASlB;AAuDD,eAAO,MAAM,UAAU,kFAiBrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"citation.d.ts","sourceRoot":"","sources":["../../src/lib/citation.ts"],"names":[],"mappings":""}
|
|
@@ -10,7 +10,7 @@ import type { PlanStep, PlannerOutput } from '../planner-agent.ts';
|
|
|
10
10
|
* 5. Making observations about findings
|
|
11
11
|
* 6. Noting any issues or unexpected results
|
|
12
12
|
*/
|
|
13
|
-
export declare const executorAgent: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables>;
|
|
13
|
+
export declare const executorAgent: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables, import("@deepagents/agent").ContextVariables>;
|
|
14
14
|
/**
|
|
15
15
|
* Format step for executor with full context
|
|
16
16
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generic-executor.d.ts","sourceRoot":"","sources":["../../../../src/lib/deepplan/executors/generic-executor.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEnE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"generic-executor.d.ts","sourceRoot":"","sources":["../../../../src/lib/deepplan/executors/generic-executor.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEnE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,aAAa,wIAmJxB,CAAC;AAEH;;GAEG;AACH,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,QAAQ,EACd,OAAO,EAAE,gBAAgB,GACxB,MAAM,CAqBR;AAED,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,aAAa,GAC3B,gBAAgB,CAUlB;AAED,MAAM,WAAW,gBAAgB;IAE/B,gBAAgB,EAAE,MAAM,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IAGtB,YAAY,EAAE,QAAQ,EAAE,CAAC;IACzB,YAAY,EAAE,QAAQ,EAAE,CAAC;IAGzB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;IAGrD,YAAY,EAAE,MAAM,EAAE,CAAC;IAGvB,WAAW,EAAE,OAAO,CAAC;IACrB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const hackerNewsExecutor: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables>;
|
|
1
|
+
export declare const hackerNewsExecutor: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables, import("@deepagents/agent").ContextVariables>;
|
|
2
2
|
//# sourceMappingURL=hackernews-executor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hackernews-executor.d.ts","sourceRoot":"","sources":["../../../../src/lib/deepplan/executors/hackernews-executor.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"hackernews-executor.d.ts","sourceRoot":"","sources":["../../../../src/lib/deepplan/executors/hackernews-executor.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB,wIAoM7B,CAAC"}
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
* 4. Prioritizing work based on business value and technical constraints
|
|
10
10
|
* 5. Creating product documentation that bridges business and technical domains
|
|
11
11
|
*/
|
|
12
|
-
export declare const productManagerExecutor: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables>;
|
|
12
|
+
export declare const productManagerExecutor: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables, import("@deepagents/agent").ContextVariables>;
|
|
13
13
|
//# sourceMappingURL=product-manager-executor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"product-manager-executor.d.ts","sourceRoot":"","sources":["../../../../src/lib/deepplan/executors/product-manager-executor.ts"],"names":[],"mappings":"AAUA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"product-manager-executor.d.ts","sourceRoot":"","sources":["../../../../src/lib/deepplan/executors/product-manager-executor.ts"],"names":[],"mappings":"AAUA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,sBAAsB,wIAoNjC,CAAC"}
|
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
* 3. Synthesizing findings into grounded answers
|
|
8
8
|
* 4. Tracking evidence for every conclusion
|
|
9
9
|
*/
|
|
10
|
-
export declare const repoSearchExecutor: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables>;
|
|
10
|
+
export declare const repoSearchExecutor: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables, import("@deepagents/agent").ContextVariables>;
|
|
11
11
|
//# sourceMappingURL=repo-search-executor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"repo-search-executor.d.ts","sourceRoot":"","sources":["../../../../src/lib/deepplan/executors/repo-search-executor.ts"],"names":[],"mappings":"AAOA;;;;;;;;GAQG;AACH,eAAO,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"repo-search-executor.d.ts","sourceRoot":"","sources":["../../../../src/lib/deepplan/executors/repo-search-executor.ts"],"names":[],"mappings":"AAOA;;;;;;;;GAQG;AACH,eAAO,MAAM,kBAAkB,wIA8D7B,CAAC"}
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
* - Tracking source credibility
|
|
9
9
|
* - Identifying data gaps and contradictions
|
|
10
10
|
*/
|
|
11
|
-
export declare const researchExecutor: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables>;
|
|
11
|
+
export declare const researchExecutor: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables, import("@deepagents/agent").ContextVariables>;
|
|
12
12
|
//# sourceMappingURL=research-executor.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"research-executor.d.ts","sourceRoot":"","sources":["../../../../src/lib/deepplan/executors/research-executor.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"research-executor.d.ts","sourceRoot":"","sources":["../../../../src/lib/deepplan/executors/research-executor.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;AACH,eAAO,MAAM,gBAAgB,wIAsL3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"planner-agent.d.ts","sourceRoot":"","sources":["../../../src/lib/deepplan/planner-agent.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,QAAA,MAAM,cAAc;;;iBAOlB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;iBAqB9B,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACtD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEhE;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,eAAe,EAAE,MAAM,EAAE,CAAC;IAE1B;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;kBAEP,eAAe;EA8K/B,CAAC;AAqBH;;;;;GAKG;AACH,wBAAsB,IAAI,CACxB,WAAW,EAAE,MAAM,EACnB,KAAK,GAAE;IAAE,WAAW,CAAC,EAAE,eAAe,CAAA;CAAO,uEAQ9C"}
|
|
1
|
+
{"version":3,"file":"planner-agent.d.ts","sourceRoot":"","sources":["../../../src/lib/deepplan/planner-agent.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAMpB,QAAA,MAAM,cAAc;;;iBAOlB,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;iBAqB9B,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACtD,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEhE;;;GAGG;AACH,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,eAAe,EAAE,MAAM,EAAE,CAAC;IAE1B;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;;;;;;;;kBAEP,eAAe;;kBAAf,eAAe;EA8K/B,CAAC;AAqBH;;;;;GAKG;AACH,wBAAsB,IAAI,CACxB,WAAW,EAAE,MAAM,EACnB,KAAK,GAAE;IAAE,WAAW,CAAC,EAAE,eAAe,CAAA;CAAO,uEAQ9C"}
|
|
@@ -30,7 +30,7 @@ export declare const replannerAgent: import("@deepagents/agent").Agent<{
|
|
|
30
30
|
expected_outcome: string;
|
|
31
31
|
}[];
|
|
32
32
|
new_insights: string;
|
|
33
|
-
}, import("@deepagents/agent").ContextVariables>;
|
|
33
|
+
}, import("@deepagents/agent").ContextVariables, import("@deepagents/agent").ContextVariables>;
|
|
34
34
|
export declare function replan(context: ExecutionContext): Promise<{
|
|
35
35
|
current_plan: {
|
|
36
36
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replanner-agent.d.ts","sourceRoot":"","sources":["../../../src/lib/deepplan/replanner-agent.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAUnD,eAAO,MAAM,oBAAoB;;;;;;;;iBAU/B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,cAAc;;;;;;;;
|
|
1
|
+
{"version":3,"file":"replanner-agent.d.ts","sourceRoot":"","sources":["../../../src/lib/deepplan/replanner-agent.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAIpB,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAUnD,eAAO,MAAM,oBAAoB;;;;;;;;iBAU/B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAElE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,cAAc;;;;;;;;8FA8JzB,CAAC;AAkDH,wBAAsB,MAAM,CAAC,OAAO,EAAE,gBAAgB;;;;;;;;;;;;GAYrD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deepresearch.v0.d.ts","sourceRoot":"","sources":["../../src/lib/deepresearch.v0.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deepresearch.v0.d.ts","sourceRoot":"","sources":["../../src/lib/deepresearch.v0.ts"],"names":[],"mappings":"AAiHA,wBAAsB,mBAAmB,CACvC,SAAS,EAAE,MAAM,EACjB,qBAAqB,EAAE,MAAM,EAAE,EAC/B,WAAW,EAAE,MAAM,EAAE,EACrB,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,MAAM,EAAE,CAAC,CAwCnB;AAED,wBAAsB,mBAAmB,CACvC,SAAS,EAAE,MAAM,EACjB,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EAAE,GACpB,OAAO,CAAC,MAAM,CAAC,CAUjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deepresearch.v1.d.ts","sourceRoot":"","sources":["../../src/lib/deepresearch.v1.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"deepresearch.v1.d.ts","sourceRoot":"","sources":["../../src/lib/deepresearch.v1.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,sBAAsB;IACrC,aAAa,EAAE,WAAW,EAAE,CAAC;IAC7B,aAAa,EAAE,MAAM,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,sBAAsB,CAAC;CAClC;AAED,MAAM,WAAW,aAAa;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,aAAa,EAAE,CAAC;CAC7B;AAgMD,MAAM,WAAW,eAAe;IAC9B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC;AAOD,wBAAsB,iBAAiB,CACrC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,aAAa,EACxB,OAAO,GAAE,eAAoB,iBA6C9B;AAED,wBAAsB,YAAY,CAChC,SAAS,EAAE,MAAM,EACjB,OAAO,GAAE,eAAoB,GAC5B,OAAO,CAAC;IAAE,KAAK,EAAE,aAAa,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAA;CAAE,CAAC,CAmBrD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const ignoreAgent: import("@deepagents/agent").Agent<{
|
|
2
2
|
repo_path: string;
|
|
3
|
-
}, import("@deepagents/agent").ContextVariables>;
|
|
3
|
+
}, import("@deepagents/agent").ContextVariables, import("@deepagents/agent").ContextVariables>;
|
|
4
4
|
//# sourceMappingURL=gitignore-agent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitignore-agent.d.ts","sourceRoot":"","sources":["../../../src/lib/deepwiki/gitignore-agent.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,WAAW;eAAsB,MAAM;
|
|
1
|
+
{"version":3,"file":"gitignore-agent.d.ts","sourceRoot":"","sources":["../../../src/lib/deepwiki/gitignore-agent.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,WAAW;eAAsB,MAAM;8FAkClD,CAAC"}
|
|
@@ -14,8 +14,8 @@ export type OutlineAgentContext = {
|
|
|
14
14
|
scratchpad: string;
|
|
15
15
|
tree: string;
|
|
16
16
|
};
|
|
17
|
-
export declare const outlineAgent: import("@deepagents/agent").Agent<unknown, OutlineAgentContext>;
|
|
18
|
-
export declare const outlineCondensedAgent: import("@deepagents/agent").Agent<unknown, OutlineAgentContext>;
|
|
17
|
+
export declare const outlineAgent: import("@deepagents/agent").Agent<unknown, OutlineAgentContext, OutlineAgentContext>;
|
|
18
|
+
export declare const outlineCondensedAgent: import("@deepagents/agent").Agent<unknown, OutlineAgentContext, OutlineAgentContext>;
|
|
19
19
|
export declare function generateOutline(state: OutlineAgentContext): Promise<unknown>;
|
|
20
20
|
export declare function buildToc(items: OutlineItem[], baseDepth?: number, prefix?: string[]): string[];
|
|
21
21
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outline-agent.d.ts","sourceRoot":"","sources":["../../../src/lib/deepwiki/outline-agent.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"outline-agent.d.ts","sourceRoot":"","sources":["../../../src/lib/deepwiki/outline-agent.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,KAAK,CAAC;AAapB,QAAA,MAAM,eAAe;;iBAEnB,CAAC;AACH,KAAK,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,eAAe,CAAC,GAAG;IACpD,QAAQ,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,iBAAiB,CAAC,EAAE,CAAC;CACjD,CAAC;AACF,QAAA,MAAM,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAI7C,CAAC;AACF,QAAA,MAAM,aAAa,6FAA6B,CAAC;AACjD,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,aAAa,CAAC,CAAC;AACrD,MAAM,MAAM,mBAAmB,GAAG;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,CAAC,CAAC,MAAM,CAAC,OAAO,aAAa,CAAC,CAAC;IACxC,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,eAAO,MAAM,YAAY,sFAsEvB,CAAC;AAEH,eAAO,MAAM,qBAAqB,sFA2BhC,CAAC;AAEH,wBAAsB,eAAe,CAAC,KAAK,EAAE,mBAAmB,oBAsC/D;AAWD,wBAAgB,QAAQ,CACtB,KAAK,EAAE,WAAW,EAAE,EACpB,SAAS,SAAI,EACb,MAAM,GAAE,MAAM,EAAO,YAatB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tools.d.ts","sourceRoot":"","sources":["../../../src/lib/deepwiki/tools.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,cAAc;;;;UAiEzB,CAAC;AAEH,eAAO,MAAM,aAAa;;YAcxB,CAAC;AAEH,eAAO,MAAM,SAAS;;YAoBpB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;YAwB5B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;WAS3B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"tools.d.ts","sourceRoot":"","sources":["../../../src/lib/deepwiki/tools.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,cAAc;;;;UAiEzB,CAAC;AAEH,eAAO,MAAM,aAAa;;YAcxB,CAAC;AAEH,eAAO,MAAM,SAAS;;YAoBpB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;YAwB5B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;WAS3B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4D9B,CAAC;AAEH,wBAAsB,QAAQ,CAAC,QAAQ,EAAE,MAAM,mBAK9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"evolving.d.ts","sourceRoot":"","sources":["../../src/lib/evolving.ts"],"names":[],"mappings":""}
|
|
@@ -8,7 +8,7 @@ export declare const clarrifyAgent: import("@deepagents/agent").Agent<{
|
|
|
8
8
|
need_clarification: boolean;
|
|
9
9
|
question: string;
|
|
10
10
|
verification: string;
|
|
11
|
-
}, import("@deepagents/agent").ContextVariables>;
|
|
11
|
+
}, import("@deepagents/agent").ContextVariables, import("@deepagents/agent").ContextVariables>;
|
|
12
12
|
export declare function clarrifyUserQuery(state: any, query: string): Promise<{
|
|
13
13
|
need_clarification: boolean;
|
|
14
14
|
question: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clarrify-agent.d.ts","sourceRoot":"","sources":["../../../src/lib/openai-deepresearch/clarrify-agent.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"clarrify-agent.d.ts","sourceRoot":"","sources":["../../../src/lib/openai-deepresearch/clarrify-agent.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAuCpB,eAAO,MAAM,gBAAgB;;;;iBAY3B,CAAC;AAEH,eAAO,MAAM,aAAa;;;;8FAMxB,CAAC;AAEH,wBAAsB,iBAAiB,CAAC,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM;;;;GAQhE"}
|
|
@@ -3,5 +3,5 @@ export type LeadResearcherState = {
|
|
|
3
3
|
max_concurrent_research_units: number;
|
|
4
4
|
research_iterations: number;
|
|
5
5
|
};
|
|
6
|
-
export declare const leadResearcherAgent: import("@deepagents/agent").Agent<unknown, LeadResearcherState>;
|
|
6
|
+
export declare const leadResearcherAgent: import("@deepagents/agent").Agent<unknown, LeadResearcherState, LeadResearcherState>;
|
|
7
7
|
//# sourceMappingURL=lead-research.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lead-research.d.ts","sourceRoot":"","sources":["../../../src/lib/openai-deepresearch/lead-research.ts"],"names":[],"mappings":"AAwEA,MAAM,MAAM,mBAAmB,GAAG;IAChC,yBAAyB,EAAE,MAAM,CAAC;IAClC,6BAA6B,EAAE,MAAM,CAAC;IACtC,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CAAC;AACF,eAAO,MAAM,mBAAmB,
|
|
1
|
+
{"version":3,"file":"lead-research.d.ts","sourceRoot":"","sources":["../../../src/lib/openai-deepresearch/lead-research.ts"],"names":[],"mappings":"AAwEA,MAAM,MAAM,mBAAmB,GAAG;IAChC,yBAAyB,EAAE,MAAM,CAAC;IAClC,6BAA6B,EAAE,MAAM,CAAC;IACtC,mBAAmB,EAAE,MAAM,CAAC;CAC7B,CAAC;AACF,eAAO,MAAM,mBAAmB,sFAwC9B,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const researcherAgent: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables>;
|
|
1
|
+
export declare const researcherAgent: import("@deepagents/agent").Agent<unknown, import("@deepagents/agent").ContextVariables, import("@deepagents/agent").ContextVariables>;
|
|
2
2
|
//# sourceMappingURL=reasearcher.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reasearcher.d.ts","sourceRoot":"","sources":["../../../src/lib/openai-deepresearch/reasearcher.ts"],"names":[],"mappings":"AAmDA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"reasearcher.d.ts","sourceRoot":"","sources":["../../../src/lib/openai-deepresearch/reasearcher.ts"],"names":[],"mappings":"AAmDA,eAAO,MAAM,eAAe,wIAQ1B,CAAC"}
|
|
@@ -4,7 +4,7 @@ export declare const ResearchTopic: z.ZodObject<{
|
|
|
4
4
|
}, z.core.$strip>;
|
|
5
5
|
export declare const researchTopicAgent: import("@deepagents/agent").Agent<{
|
|
6
6
|
research_brief: string;
|
|
7
|
-
}, import("@deepagents/agent").ContextVariables>;
|
|
7
|
+
}, import("@deepagents/agent").ContextVariables, import("@deepagents/agent").ContextVariables>;
|
|
8
8
|
export declare function transformMessagesIntoResearchTopic(userQuery: string): Promise<{
|
|
9
9
|
research_brief: string;
|
|
10
10
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"research-brief.d.ts","sourceRoot":"","sources":["../../../src/lib/openai-deepresearch/research-brief.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAgCpB,eAAO,MAAM,aAAa;;iBAIxB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;
|
|
1
|
+
{"version":3,"file":"research-brief.d.ts","sourceRoot":"","sources":["../../../src/lib/openai-deepresearch/research-brief.ts"],"names":[],"mappings":"AACA,OAAO,CAAC,MAAM,KAAK,CAAC;AAgCpB,eAAO,MAAM,aAAa;;iBAIxB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;8FAK7B,CAAC;AAEH,wBAAsB,kCAAkC,CAAC,SAAS,EAAE,MAAM;;GAYzE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepagents/orchestrator",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -27,18 +27,19 @@
|
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@deepagents/agent": "0.
|
|
30
|
+
"@deepagents/agent": "0.2.0",
|
|
31
31
|
"@ai-sdk/groq": "2.0.26",
|
|
32
32
|
"zod": "^3.25.76 || ^4.0.0",
|
|
33
33
|
"ai": "^5.0.82",
|
|
34
34
|
"lodash-es": "^4.17.21",
|
|
35
|
-
"@deepagents/retrieval": "0.
|
|
36
|
-
"@deepagents/toolbox": "0.
|
|
35
|
+
"@deepagents/retrieval": "0.2.0",
|
|
36
|
+
"@deepagents/toolbox": "0.2.0",
|
|
37
37
|
"p-limit": "^7.2.0",
|
|
38
38
|
"@ai-sdk/openai": "2.0.58",
|
|
39
39
|
"@tavily/core": "^0.5.12",
|
|
40
40
|
"fast-glob": "^3.3.3",
|
|
41
|
-
"nano-spawn": "^2.0.0"
|
|
41
|
+
"nano-spawn": "^2.0.0",
|
|
42
|
+
"dedent": "^1.7.0"
|
|
42
43
|
},
|
|
43
44
|
"peerDependencies": {},
|
|
44
45
|
"devDependencies": {
|
package/dist/lib/pipe.d.ts
DELETED
package/dist/lib/pipe.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipe.d.ts","sourceRoot":"","sources":["../../src/lib/pipe.ts"],"names":[],"mappings":""}
|