openplanter 0.1.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/README.md +210 -0
- package/dist/builder.d.ts +11 -0
- package/dist/builder.d.ts.map +1 -0
- package/dist/builder.js +179 -0
- package/dist/builder.js.map +1 -0
- package/dist/cli.d.ts +9 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +548 -0
- package/dist/cli.js.map +1 -0
- package/dist/config.d.ts +51 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +114 -0
- package/dist/config.js.map +1 -0
- package/dist/credentials.d.ts +52 -0
- package/dist/credentials.d.ts.map +1 -0
- package/dist/credentials.js +371 -0
- package/dist/credentials.js.map +1 -0
- package/dist/demo.d.ts +26 -0
- package/dist/demo.d.ts.map +1 -0
- package/dist/demo.js +95 -0
- package/dist/demo.js.map +1 -0
- package/dist/engine.d.ts +91 -0
- package/dist/engine.d.ts.map +1 -0
- package/dist/engine.js +1036 -0
- package/dist/engine.js.map +1 -0
- package/dist/index.d.ts +30 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +39 -0
- package/dist/index.js.map +1 -0
- package/dist/investigation-tools/aph-holdings.d.ts +61 -0
- package/dist/investigation-tools/aph-holdings.d.ts.map +1 -0
- package/dist/investigation-tools/aph-holdings.js +459 -0
- package/dist/investigation-tools/aph-holdings.js.map +1 -0
- package/dist/investigation-tools/asic-officer-lookup.d.ts +42 -0
- package/dist/investigation-tools/asic-officer-lookup.d.ts.map +1 -0
- package/dist/investigation-tools/asic-officer-lookup.js +197 -0
- package/dist/investigation-tools/asic-officer-lookup.js.map +1 -0
- package/dist/investigation-tools/asx-calendar-fetcher.d.ts +42 -0
- package/dist/investigation-tools/asx-calendar-fetcher.d.ts.map +1 -0
- package/dist/investigation-tools/asx-calendar-fetcher.js +271 -0
- package/dist/investigation-tools/asx-calendar-fetcher.js.map +1 -0
- package/dist/investigation-tools/asx-parser.d.ts +66 -0
- package/dist/investigation-tools/asx-parser.d.ts.map +1 -0
- package/dist/investigation-tools/asx-parser.js +314 -0
- package/dist/investigation-tools/asx-parser.js.map +1 -0
- package/dist/investigation-tools/bulk-asx-announcements.d.ts +53 -0
- package/dist/investigation-tools/bulk-asx-announcements.d.ts.map +1 -0
- package/dist/investigation-tools/bulk-asx-announcements.js +204 -0
- package/dist/investigation-tools/bulk-asx-announcements.js.map +1 -0
- package/dist/investigation-tools/entity-resolver.d.ts +77 -0
- package/dist/investigation-tools/entity-resolver.d.ts.map +1 -0
- package/dist/investigation-tools/entity-resolver.js +346 -0
- package/dist/investigation-tools/entity-resolver.js.map +1 -0
- package/dist/investigation-tools/hotcopper-scraper.d.ts +73 -0
- package/dist/investigation-tools/hotcopper-scraper.d.ts.map +1 -0
- package/dist/investigation-tools/hotcopper-scraper.js +318 -0
- package/dist/investigation-tools/hotcopper-scraper.js.map +1 -0
- package/dist/investigation-tools/index.d.ts +15 -0
- package/dist/investigation-tools/index.d.ts.map +1 -0
- package/dist/investigation-tools/index.js +15 -0
- package/dist/investigation-tools/index.js.map +1 -0
- package/dist/investigation-tools/insider-graph.d.ts +173 -0
- package/dist/investigation-tools/insider-graph.d.ts.map +1 -0
- package/dist/investigation-tools/insider-graph.js +732 -0
- package/dist/investigation-tools/insider-graph.js.map +1 -0
- package/dist/investigation-tools/insider-suspicion-scorer.d.ts +97 -0
- package/dist/investigation-tools/insider-suspicion-scorer.d.ts.map +1 -0
- package/dist/investigation-tools/insider-suspicion-scorer.js +327 -0
- package/dist/investigation-tools/insider-suspicion-scorer.js.map +1 -0
- package/dist/investigation-tools/multi-forum-scraper.d.ts +104 -0
- package/dist/investigation-tools/multi-forum-scraper.d.ts.map +1 -0
- package/dist/investigation-tools/multi-forum-scraper.js +415 -0
- package/dist/investigation-tools/multi-forum-scraper.js.map +1 -0
- package/dist/investigation-tools/price-fetcher.d.ts +81 -0
- package/dist/investigation-tools/price-fetcher.d.ts.map +1 -0
- package/dist/investigation-tools/price-fetcher.js +268 -0
- package/dist/investigation-tools/price-fetcher.js.map +1 -0
- package/dist/investigation-tools/shared.d.ts +39 -0
- package/dist/investigation-tools/shared.d.ts.map +1 -0
- package/dist/investigation-tools/shared.js +203 -0
- package/dist/investigation-tools/shared.js.map +1 -0
- package/dist/investigation-tools/timeline-linker.d.ts +90 -0
- package/dist/investigation-tools/timeline-linker.d.ts.map +1 -0
- package/dist/investigation-tools/timeline-linker.js +219 -0
- package/dist/investigation-tools/timeline-linker.js.map +1 -0
- package/dist/investigation-tools/volume-scanner.d.ts +70 -0
- package/dist/investigation-tools/volume-scanner.d.ts.map +1 -0
- package/dist/investigation-tools/volume-scanner.js +227 -0
- package/dist/investigation-tools/volume-scanner.js.map +1 -0
- package/dist/model.d.ts +136 -0
- package/dist/model.d.ts.map +1 -0
- package/dist/model.js +1071 -0
- package/dist/model.js.map +1 -0
- package/dist/patching.d.ts +45 -0
- package/dist/patching.d.ts.map +1 -0
- package/dist/patching.js +317 -0
- package/dist/patching.js.map +1 -0
- package/dist/prompts.d.ts +15 -0
- package/dist/prompts.d.ts.map +1 -0
- package/dist/prompts.js +351 -0
- package/dist/prompts.js.map +1 -0
- package/dist/replay-log.d.ts +54 -0
- package/dist/replay-log.d.ts.map +1 -0
- package/dist/replay-log.js +94 -0
- package/dist/replay-log.js.map +1 -0
- package/dist/runtime.d.ts +53 -0
- package/dist/runtime.d.ts.map +1 -0
- package/dist/runtime.js +259 -0
- package/dist/runtime.js.map +1 -0
- package/dist/settings.d.ts +39 -0
- package/dist/settings.d.ts.map +1 -0
- package/dist/settings.js +146 -0
- package/dist/settings.js.map +1 -0
- package/dist/tool-defs.d.ts +58 -0
- package/dist/tool-defs.d.ts.map +1 -0
- package/dist/tool-defs.js +1029 -0
- package/dist/tool-defs.js.map +1 -0
- package/dist/tools.d.ts +72 -0
- package/dist/tools.d.ts.map +1 -0
- package/dist/tools.js +1454 -0
- package/dist/tools.js.map +1 -0
- package/dist/tui.d.ts +49 -0
- package/dist/tui.d.ts.map +1 -0
- package/dist/tui.js +699 -0
- package/dist/tui.js.map +1 -0
- package/package.json +126 -0
package/dist/model.d.ts
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import { TOOL_DEFINITIONS, to_openai_tools, to_anthropic_tools, type ToolDefinition } from './tool-defs.js';
|
|
2
|
+
export { TOOL_DEFINITIONS, to_openai_tools, to_anthropic_tools };
|
|
3
|
+
export type { ToolDefinition };
|
|
4
|
+
export declare class ModelError extends Error {
|
|
5
|
+
constructor(message: string);
|
|
6
|
+
}
|
|
7
|
+
/** A single tool invocation requested by the model. */
|
|
8
|
+
export interface ToolCall {
|
|
9
|
+
id: string;
|
|
10
|
+
name: string;
|
|
11
|
+
arguments: Record<string, unknown>;
|
|
12
|
+
}
|
|
13
|
+
/** Result of executing a tool call. */
|
|
14
|
+
export interface ToolResult {
|
|
15
|
+
tool_call_id: string;
|
|
16
|
+
name: string;
|
|
17
|
+
content: string;
|
|
18
|
+
is_error?: boolean;
|
|
19
|
+
}
|
|
20
|
+
/** One assistant turn from the model. */
|
|
21
|
+
export interface ModelTurn {
|
|
22
|
+
tool_calls: ToolCall[];
|
|
23
|
+
text: string | null;
|
|
24
|
+
stop_reason: string;
|
|
25
|
+
raw_response: unknown;
|
|
26
|
+
input_tokens: number;
|
|
27
|
+
output_tokens: number;
|
|
28
|
+
}
|
|
29
|
+
/** Opaque conversation state owned by the model layer. */
|
|
30
|
+
export declare class Conversation {
|
|
31
|
+
_provider_messages: unknown[];
|
|
32
|
+
system_prompt: string;
|
|
33
|
+
turn_count: number;
|
|
34
|
+
stop_sequences: string[];
|
|
35
|
+
constructor(opts?: {
|
|
36
|
+
_provider_messages?: unknown[];
|
|
37
|
+
system_prompt?: string;
|
|
38
|
+
turn_count?: number;
|
|
39
|
+
stop_sequences?: string[];
|
|
40
|
+
});
|
|
41
|
+
/** Return a shallow copy of the provider messages list. */
|
|
42
|
+
getMessages(): unknown[];
|
|
43
|
+
}
|
|
44
|
+
export interface BaseModel {
|
|
45
|
+
createConversation(systemPrompt: string, initialUserMessage: string): Conversation;
|
|
46
|
+
complete(conversation: Conversation): ModelTurn | Promise<ModelTurn>;
|
|
47
|
+
appendAssistantTurn(conversation: Conversation, turn: ModelTurn): void;
|
|
48
|
+
appendToolResults(conversation: Conversation, results: ToolResult[]): void;
|
|
49
|
+
}
|
|
50
|
+
export type ContentDeltaCallback = (deltaType: string, text: string) => void;
|
|
51
|
+
export declare function _extractContent(content: unknown): string;
|
|
52
|
+
type SseEvent = [string, Record<string, unknown>];
|
|
53
|
+
export declare function _accumulateOpenaiStream(events: SseEvent[]): Record<string, unknown>;
|
|
54
|
+
export declare function _accumulateAnthropicStream(events: SseEvent[]): Record<string, unknown>;
|
|
55
|
+
export declare function _parseTimestamp(value: unknown): number;
|
|
56
|
+
export declare function _sortedModels(models: Record<string, unknown>[]): Record<string, unknown>[];
|
|
57
|
+
export declare function listOpenaiModels(apiKey: string, baseUrl?: string, timeoutSec?: number): Promise<Record<string, unknown>[]>;
|
|
58
|
+
export declare function listAnthropicModels(apiKey: string, baseUrl?: string, timeoutSec?: number): Promise<Record<string, unknown>[]>;
|
|
59
|
+
export declare function listOpenrouterModels(apiKey: string, baseUrl?: string, timeoutSec?: number): Promise<Record<string, unknown>[]>;
|
|
60
|
+
export declare class OpenAICompatibleModel implements BaseModel {
|
|
61
|
+
model: string;
|
|
62
|
+
apiKey: string;
|
|
63
|
+
baseUrl: string;
|
|
64
|
+
temperature: number;
|
|
65
|
+
reasoningEffort: string | null;
|
|
66
|
+
timeoutSec: number;
|
|
67
|
+
extraHeaders: Record<string, string>;
|
|
68
|
+
strictTools: boolean;
|
|
69
|
+
toolDefs: ToolDefinition[] | null;
|
|
70
|
+
onContentDelta: ContentDeltaCallback | null;
|
|
71
|
+
constructor(opts: {
|
|
72
|
+
model: string;
|
|
73
|
+
apiKey: string;
|
|
74
|
+
baseUrl?: string;
|
|
75
|
+
temperature?: number;
|
|
76
|
+
reasoningEffort?: string | null;
|
|
77
|
+
timeoutSec?: number;
|
|
78
|
+
extraHeaders?: Record<string, string>;
|
|
79
|
+
strictTools?: boolean;
|
|
80
|
+
toolDefs?: ToolDefinition[] | null;
|
|
81
|
+
onContentDelta?: ContentDeltaCallback | null;
|
|
82
|
+
});
|
|
83
|
+
private _isReasoningModel;
|
|
84
|
+
createConversation(systemPrompt: string, initialUserMessage: string): Conversation;
|
|
85
|
+
complete(conversation: Conversation): Promise<ModelTurn>;
|
|
86
|
+
appendAssistantTurn(conversation: Conversation, turn: ModelTurn): void;
|
|
87
|
+
appendToolResults(conversation: Conversation, results: ToolResult[]): void;
|
|
88
|
+
condenseConversation(conversation: Conversation, keepRecentTurns?: number): number;
|
|
89
|
+
}
|
|
90
|
+
export declare class AnthropicModel implements BaseModel {
|
|
91
|
+
model: string;
|
|
92
|
+
apiKey: string;
|
|
93
|
+
baseUrl: string;
|
|
94
|
+
temperature: number;
|
|
95
|
+
reasoningEffort: string | null;
|
|
96
|
+
maxTokens: number;
|
|
97
|
+
timeoutSec: number;
|
|
98
|
+
toolDefs: ToolDefinition[] | null;
|
|
99
|
+
onContentDelta: ContentDeltaCallback | null;
|
|
100
|
+
constructor(opts: {
|
|
101
|
+
model: string;
|
|
102
|
+
apiKey: string;
|
|
103
|
+
baseUrl?: string;
|
|
104
|
+
temperature?: number;
|
|
105
|
+
reasoningEffort?: string | null;
|
|
106
|
+
maxTokens?: number;
|
|
107
|
+
timeoutSec?: number;
|
|
108
|
+
toolDefs?: ToolDefinition[] | null;
|
|
109
|
+
onContentDelta?: ContentDeltaCallback | null;
|
|
110
|
+
});
|
|
111
|
+
createConversation(systemPrompt: string, initialUserMessage: string): Conversation;
|
|
112
|
+
private _isOpus46;
|
|
113
|
+
complete(conversation: Conversation): Promise<ModelTurn>;
|
|
114
|
+
appendAssistantTurn(conversation: Conversation, turn: ModelTurn): void;
|
|
115
|
+
appendToolResults(conversation: Conversation, results: ToolResult[]): void;
|
|
116
|
+
condenseConversation(conversation: Conversation, keepRecentTurns?: number): number;
|
|
117
|
+
}
|
|
118
|
+
/** Model that returns pre-scripted ModelTurn responses for testing. */
|
|
119
|
+
export declare class ScriptedModel implements BaseModel {
|
|
120
|
+
scriptedTurns: ModelTurn[];
|
|
121
|
+
constructor(scriptedTurns?: ModelTurn[]);
|
|
122
|
+
createConversation(systemPrompt: string, initialUserMessage: string): Conversation;
|
|
123
|
+
complete(_conversation: Conversation): ModelTurn;
|
|
124
|
+
appendAssistantTurn(_conversation: Conversation, _turn: ModelTurn): void;
|
|
125
|
+
appendToolResults(_conversation: Conversation, _results: ToolResult[]): void;
|
|
126
|
+
condenseConversation(_conversation: Conversation, _keepRecentTurns?: number): number;
|
|
127
|
+
}
|
|
128
|
+
export declare class EchoFallbackModel implements BaseModel {
|
|
129
|
+
note: string;
|
|
130
|
+
constructor(note?: string);
|
|
131
|
+
createConversation(systemPrompt: string, initialUserMessage: string): Conversation;
|
|
132
|
+
complete(_conversation: Conversation): ModelTurn;
|
|
133
|
+
appendAssistantTurn(_conversation: Conversation, _turn: ModelTurn): void;
|
|
134
|
+
appendToolResults(_conversation: Conversation, _results: ToolResult[]): void;
|
|
135
|
+
}
|
|
136
|
+
//# sourceMappingURL=model.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model.d.ts","sourceRoot":"","sources":["../src/model.ts"],"names":[],"mappings":"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"}
|