style: biome formatting
This commit is contained in:
@@ -43,7 +43,6 @@ import {
|
||||
createClawdisCodingTools,
|
||||
sanitizeContentBlocksImages,
|
||||
} from "./pi-tools.js";
|
||||
import { SteerableProviderTransport } from "./steerable-provider-transport.js";
|
||||
import {
|
||||
applySkillEnvOverrides,
|
||||
applySkillEnvOverridesFromSnapshot,
|
||||
@@ -51,6 +50,7 @@ import {
|
||||
loadWorkspaceSkillEntries,
|
||||
type SkillSnapshot,
|
||||
} from "./skills.js";
|
||||
import { SteerableProviderTransport } from "./steerable-provider-transport.js";
|
||||
import { buildAgentSystemPrompt } from "./system-prompt.js";
|
||||
import { loadWorkspaceBootstrapFiles } from "./workspace.js";
|
||||
|
||||
|
||||
@@ -1,18 +1,15 @@
|
||||
import {
|
||||
agentLoop,
|
||||
agentLoopContinue,
|
||||
} from "./steerable-agent-loop.js";
|
||||
import type {
|
||||
AgentRunConfig,
|
||||
AgentTransport,
|
||||
ProviderTransportOptions,
|
||||
} from "@mariozechner/pi-agent-core";
|
||||
import type {
|
||||
AgentContext,
|
||||
AgentLoopConfig,
|
||||
Message,
|
||||
UserMessage,
|
||||
} from "@mariozechner/pi-ai";
|
||||
import type {
|
||||
AgentRunConfig,
|
||||
AgentTransport,
|
||||
} from "@mariozechner/pi-agent-core";
|
||||
import type { ProviderTransportOptions } from "@mariozechner/pi-agent-core";
|
||||
import { agentLoop, agentLoopContinue } from "./steerable-agent-loop.js";
|
||||
|
||||
export class SteerableProviderTransport implements AgentTransport {
|
||||
private options: ProviderTransportOptions;
|
||||
|
||||
Reference in New Issue
Block a user