@effect-agent/pr-review 0.1.0-beta.104 → 0.1.0-beta.106
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/Review.d.mts +1 -1
- package/package.json +1 -1
package/dist/Review.d.mts
CHANGED
|
@@ -176,7 +176,7 @@ export interface ReviewerOptions<Provider, ModelProvides, ModelRequires> {
|
|
|
176
176
|
}
|
|
177
177
|
/** One navigable review with a complete change index and bounded evidence tools. */
|
|
178
178
|
export declare const makeReviewer: <Provider, ModelProvides, ModelRequires>(options: ReviewerOptions<Provider, ModelProvides, ModelRequires>) => {
|
|
179
|
-
readonly review: (request: ReviewRequest) => Effect.Effect<ReviewOutcome, import("effect-agent/agent-error").AgentApprovalDenied | import("effect-agent/agent-error").AgentApprovalPending | AgentRuntime.AgentChildPending | import("effect-agent/agent-error").AgentInputError | import("effect-agent/agent-error").AgentOutputError | import("effect-agent/agent-error").AgentPolicyError | import("effect-agent/agent-error").AgentToolAuthorizationDenied | import("effect/unstable/ai/AiError").AiError | import("effect-agent/run-hooks").BudgetAdapterError | import("effect-agent/budget").BudgetExceeded | import("effect-agent/context-compactor").CompactionError | import("effect-agent/agent-error").ContextBudgetError | import("effect-agent/agent-error").ContextOverflowError | import("effect-agent/memory-reference").MemoryRecallError | import("effect-agent/agent-error").ModelProtocolError | ReviewVerificationError | AgentRuntime.SubagentDurabilityError | import("effect-agent/thread-history").ThreadHistoryError | AgentRuntime.ToolCallWaiting, ReviewRepository | Exclude<Exclude<Exclude<Exclude<Exclude<Exclude<ModelRequires, AgentRuntime.EngineProvidedToolServices>, import("effect-agent/run-options").RunContextPreparation | ThreadHistory>, ContextCompactor | Tool.Handler<"finish_research"> | Tool.Handler<"record_finding"> | import("effect-agent/subagent-reservations").SubagentReservations>, ContextCompactor>, ContextCompactor | import("effect-agent/run-options").RunContextPreparation | import("effect-agent/thread").Store | ThreadHistory | Tool.HandlersFor<{
|
|
179
|
+
readonly review: (request: ReviewRequest) => Effect.Effect<ReviewOutcome, import("effect-agent/agent-error").AgentApprovalDenied | import("effect-agent/agent-error").AgentApprovalPending | AgentRuntime.AgentChildPending | import("effect-agent/agent-error").AgentInputError | import("effect-agent/agent-error").AgentOutputError | import("effect-agent/agent-error").AgentPolicyError | import("effect-agent/agent-error").AgentToolAuthorizationCheckError | import("effect-agent/agent-error").AgentToolAuthorizationDenied | import("effect/unstable/ai/AiError").AiError | import("effect-agent/run-hooks").BudgetAdapterError | import("effect-agent/budget").BudgetExceeded | import("effect-agent/context-compactor").CompactionError | import("effect-agent/agent-error").ContextBudgetError | import("effect-agent/agent-error").ContextOverflowError | import("effect-agent/memory-reference").MemoryRecallError | import("effect-agent/agent-error").ModelProtocolError | ReviewVerificationError | AgentRuntime.SubagentDurabilityError | import("effect-agent/thread-history").ThreadHistoryError | AgentRuntime.ToolCallWaiting, ReviewRepository | Exclude<Exclude<Exclude<Exclude<Exclude<Exclude<ModelRequires, AgentRuntime.EngineProvidedToolServices>, import("effect-agent/run-options").RunContextPreparation | ThreadHistory>, ContextCompactor | Tool.Handler<"finish_research"> | Tool.Handler<"record_finding"> | import("effect-agent/subagent-reservations").SubagentReservations>, ContextCompactor>, ContextCompactor | import("effect-agent/run-options").RunContextPreparation | import("effect-agent/thread").Store | ThreadHistory | Tool.HandlersFor<{
|
|
180
180
|
readonly find_files: Tool.Tool<"find_files", {
|
|
181
181
|
readonly parameters: Schema.Struct<{
|
|
182
182
|
readonly query: Schema.String;
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@effect-agent/pr-review","version":"0.1.0-beta.
|
|
1
|
+
{"name":"@effect-agent/pr-review","version":"0.1.0-beta.106","dependencies":{"effect-agent":"0.1.0-beta.106"},"devDependencies":{"@effect/vitest":"4.0.0-rc.115","effect":"4.0.0-rc.115","typescript":"7.0.2","vite-plus":"0.3.2"},"peerDependencies":{"effect":"^4.0.0-rc.115"},"exports":{".":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"./review":{"types":"./dist/Review.d.mts","default":"./dist/Review.mjs"},"./review-repository":{"types":"./dist/ReviewRepository.d.mts","default":"./dist/ReviewRepository.mjs"}},"description":"A provider-neutral, source-backed pull-request reviewer.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/danieljvdm/effect-agent.git","directory":"packages/pr-review"},"files":["dist","src","NOTICE"],"type":"module","sideEffects":[],"publishConfig":{"access":"public"},"scripts":{"build":"vp pack","check":"tsc --noEmit -p tsconfig.json","test":"vp test --passWithNoTests"}}
|