pkg/

directory
v0.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2026 License: None detected not legal advice

Directories

Path Synopsis
Package billcost models a province-banded shipping cost table and provides a single source of truth for two questions: how much does a parcel cost given the table (CalculateShipCost), and is the table internally consistent (Reflect).
Package billcost models a province-banded shipping cost table and provides a single source of truth for two questions: how much does a parcel cost given the table (CalculateShipCost), and is the table internally consistent (Reflect).
Package bridge 定义 Flyto Agent Platform Layer 的 Bridge 基础设施.
Package bridge 定义 Flyto Agent Platform Layer 的 Bridge 基础设施.
transport
Package transport 提供 BridgeTransport 的具体实现.
Package transport 提供 BridgeTransport 的具体实现.
Package capability 是引擎模型能力探测的可复用核心.
Package capability 是引擎模型能力探测的可复用核心.
Package circuitbreaker provides a classic three-state breaker (Closed / Open / HalfOpen) that consumes success/failure signals and gates a caller's attempts.
Package circuitbreaker provides a classic three-state breaker (Closed / Open / HalfOpen) that consumes success/failure signals and gates a caller's attempts.
Package config 的模型角色系统.
Package config 的模型角色系统.
Package context - policy.go 定义压缩策略接口和编程场景的默认实现.
Package context - policy.go 定义压缩策略接口和编程场景的默认实现.
sections
Package sections 提供引擎层可复用的 PromptBundle Section 库.
Package sections 提供引擎层可复用的 PromptBundle Section 库.
Package counterfactual defines the standardized data structure for reverse-thinking deliverables produced before non-trivial tool calls.
Package counterfactual defines the standardized data structure for reverse-thinking deliverables produced before non-trivial tool calls.
Package daemon 实现 Flyto Agent Platform 的多会话守护进程管理器.
Package daemon 实现 Flyto Agent Platform 的多会话守护进程管理器.
Package engine implements the Flyto Agent engine: runtime loop, session management, tool dispatch, observability, context management, and the consumer-facing integration surfaces that platform / SaaS / CLI layers attach to.
Package engine implements the Flyto Agent engine: runtime loop, session management, tool dispatch, observability, context management, and the consumer-facing integration surfaces that platform / SaaS / CLI layers attach to.
Package evolve 实现 Agent 自进化能力.
Package evolve 实现 Agent 自进化能力.
Package execenv abstracts process execution so tool handlers (Bash, SubAgent fork, plugin sandboxing) can run against a local exec.Cmd in CLI / daemon mode or against a remote sandbox (E2B Firecracker, etc.) in SaaS mode.
Package execenv abstracts process execution so tool handlers (Bash, SubAgent fork, plugin sandboxing) can run against a local exec.Cmd in CLI / daemon mode or against a remote sandbox (E2B Firecracker, etc.) in SaaS mode.
Package flyto 是 Flyto Agent 引擎的公共契约包.
Package flyto 是 Flyto Agent 引擎的公共契约包.
Package hooks 的命令执行器.
Package hooks 的命令执行器.
Package inbox 提供 Agent 间消息传递的邮箱抽象.
Package inbox 提供 Agent 间消息传递的邮箱抽象.
Package logger 实现轻量级结构化日志系统.
Package logger 实现轻量级结构化日志系统.
Package memory 的相关性评分模块.
Package memory 的相关性评分模块.
Package permission 定义权限引擎的接口和实现.
Package permission 定义权限引擎的接口和实现.
Package plugin 实现插件系统.
Package plugin 实现插件系统.
Package pricing 从 probe 产出的 capabilities.json 加载模型定价信息.
Package pricing 从 probe 产出的 capabilities.json 加载模型定价信息.
Package promptkit defines the three-layer prompt assembly framework for Flyto Agent.
Package promptkit defines the three-layer prompt assembly framework for Flyto Agent.
aliyunasr
Package aliyunasr implements flyto.TranscriptionProvider against Aliyun DashScope's async file-transcription API (录音文件识别, model paraformer-8k-v2) -- the cloud fallback for the self-hosted oMLX ASR box.
Package aliyunasr implements flyto.TranscriptionProvider against Aliyun DashScope's async file-transcription API (录音文件识别, model paraformer-8k-v2) -- the cloud fallback for the self-hosted oMLX ASR box.
anthropic
Package anthropic 实现 Anthropic Messages API 的 ModelProvider.
Package anthropic 实现 Anthropic Messages API 的 ModelProvider.
deepseek
Package deepseek implements a flyto.ModelProvider for DeepSeek's official API.
Package deepseek implements a flyto.ModelProvider for DeepSeek's official API.
gemini
Package gemini 实现 Google Gemini API 的 ModelProvider.
Package gemini 实现 Google Gemini API 的 ModelProvider.
lmstudio
Package lmstudio 实现 LM Studio 本地模型服务的 ModelProvider.
Package lmstudio 实现 LM Studio 本地模型服务的 ModelProvider.
minimax
Package minimax 实现 MiniMax 官方 API 的 ModelProvider.
Package minimax 实现 MiniMax 官方 API 的 ModelProvider.
ollama
Package ollama 实现 Ollama 本地模型服务的 ModelProvider.
Package ollama 实现 Ollama 本地模型服务的 ModelProvider.
openai
Package openai 实现 OpenAI Chat Completions API 的 ModelProvider.
Package openai 实现 OpenAI Chat Completions API 的 ModelProvider.
openrouter
Package openrouter 实现 OpenRouter 聚合网关的 ModelProvider.
Package openrouter 实现 OpenRouter 聚合网关的 ModelProvider.
shared
Package shared 收敛所有 Provider 共用的工具函数.
Package shared 收敛所有 Provider 共用的工具函数.
Package query 定义与模型 API 交互的核心数据类型.
Package query 定义与模型 API 交互的核心数据类型.
Package reflector is the umbrella namespace for the "Reflector" product abstraction: a family of three sibling interfaces -- validator.Validator, evolve.Evaluator, evolve.Reflector -- that each reflect on an artifact and emit, respectively, a commit verdict, a fitness score, or a replay-time side effect.
Package reflector is the umbrella namespace for the "Reflector" product abstraction: a family of three sibling interfaces -- validator.Validator, evolve.Evaluator, evolve.Reflector -- that each reflect on an artifact and emit, respectively, a commit verdict, a fitness score, or a replay-time side effect.
Package security provides security primitives: append-only audit logging (AuditSink) and secret detection (SecretGuard).
Package security provides security primitives: append-only audit logging (AuditSink) and secret detection (SecretGuard).
Package shadowdb manages session-scoped shadow tables for Agent multi-round reasoning.
Package shadowdb manages session-scoped shadow tables for Agent multi-round reasoning.
reverse_think
Package reverse_think is the Go-native realization of the ~/.claude/skills/reverse-think/ markdown skill: it sends a reverse-thinking prompt to an Anthropic-compatible endpoint (MiniMax by default) and returns a typed counterfactual.Deliverable.
Package reverse_think is the Go-native realization of the ~/.claude/skills/reverse-think/ markdown skill: it sends a reverse-thinking prompt to an Anthropic-compatible endpoint (MiniMax by default) and returns a typed counterfactual.Deliverable.
Package staging manages the decision-package staging table that sits between an Agent's raw decision output and production commit.
Package staging manages the decision-package staging table that sits between an Agent's raw decision output and production commit.
Package tasklist 实现 Agent Teams 的 shared task list 业务层.
Package tasklist 实现 Agent Teams 的 shared task list 业务层.
Package tools 定义工具系统的核心接口和注册表.
Package tools 定义工具系统的核心接口和注册表.
builtin
Package builtin - bash_secret_ctx.go 定义 Bash 工具子进程 secret env 注入的 context key.
Package builtin - bash_secret_ctx.go 定义 Bash 工具子进程 secret env 注入的 context key.
Package validator provides a pluggable contract for verdicting AI- written staging changes.
Package validator provides a pluggable contract for verdicting AI- written staging changes.
Package websocket 定义通信传输层接口.
Package websocket 定义通信传输层接口.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL