Skip to main content

Python SDK for mink — sandboxed AI coding agent

Project description

mink

简体中文

极简 AI coding agent。Rust 原生实现,专为 DeepSeek 优化。

单二进制,零运行时依赖,可在终端独立运行或被其他程序嵌入编排。


特性

  • DeepSeek 原生优化 — 针对 DeepSeek V4 系列设计,最大化 prefix-cache 命中率
  • 两种终端模式 — REPL(-i,rustyline 行编辑)和 TUI(--tui,ratatui 全屏界面)
  • 信号驱动的信念系统 — 自动检测工具执行错误,低信念时注入修正提示并约束恢复首步;可用 MINK_SIGNAL_MODE=off 关闭
  • 自适应上下文压缩 — 三级压缩,自动摘要,保持上下文在窗口内
  • 维修流水线 — Scavenge → Truncation → Storm Breaker,三段自动修复
  • Session 持久化 — JSONL 格式,--continue 无缝恢复
  • 子代理(SubAgent) — 隔离或 fork 上下文,并发执行
  • 技能系统 — 按需加载 skill 文件,不污染后续 prompt
  • 自定义提示词--mission 加载 MISSION.md 文件,替换默认系统提示词,自由定义 agent 目标和行为
  • Python SDKmink-agent pip 包,内置二进制,支持沙箱控制和全参数配置
  • 机器协议--print 输出 ndjson 事件流;--json-rpc 行协议供外部程序调用
  • 沙箱防护 — Linux nsjail/bubblewrap(完整文件系统隔离)、macOS sandbox-exec(写入隔离)
  • 运行时约束--disable-bash / --disable-sub-agent / --disable-web 按场景禁用工具

快速开始

# 前置:Rust 1.85+,设置 DEEPSEEK_API_KEY

# 编译
cargo build --release
# 或
make build

# REPL 交互模式
./target/release/mink -m flash -i

# TUI 全屏模式
./target/release/mink -m flash --tui

# 单次查询
./target/release/mink -m flash "explain this project"

# 继续上次会话
./target/release/mink -m flash --continue -i

# 使用自定义系统提示词
./target/release/mink --mission ./my-task.mission.md -i

Python SDK

通过 pip 安装使用:

pip install mink-agent
from mink_agent import AgentSession, SandboxConfig

session = AgentSession(SandboxConfig(
    api_key="sk-...",
    read_dirs=["src"],
    write_dirs=["src"],
    mission_file="./my-task.mission.md",
    signal_mode="full",
))
result = session.run("处理文档")

详见 mink_agent/README.md


文档索引

文档 说明
使用手册 完整 CLI 参数、配置、环境变量、会话管理、工具、技能
架构说明 运行时分层、模块职责、核心数据流
设计文档 14 个主题的设计哲学与实现取舍
信号系统设计 控制论 + 贝叶斯、冷却机制、信念度展示
Agent 开发指南 面向 AI agent:项目结构、模块索引、开发惯例
工具参考 内置工具参数与行为

许可

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mink_agent-0.1.5-py3-none-musllinux_1_2_x86_64.whl (2.4 MB view details)

Uploaded Python 3musllinux: musl 1.2+ x86-64

mink_agent-0.1.5-py3-none-manylinux_2_35_x86_64.whl (2.3 MB view details)

Uploaded Python 3manylinux: glibc 2.35+ x86-64

mink_agent-0.1.5-py3-none-macosx_15_0_arm64.whl (2.1 MB view details)

Uploaded Python 3macOS 15.0+ ARM64

File details

Details for the file mink_agent-0.1.5-py3-none-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mink_agent-0.1.5-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 122afaa96e634d206999e2838a30a08c56456b5e1c28af2f54bf28ea13d03c5a
MD5 e4ff1da6571cb2b75d20c658b2f4faff
BLAKE2b-256 e56e510060a94d2df26fd2471dce5a59a2e1e6f355430dbe0a7cdfa5200d4058

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink_agent-0.1.5-py3-none-musllinux_1_2_x86_64.whl:

Publisher: ci.yml on fierceX/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink_agent-0.1.5-py3-none-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for mink_agent-0.1.5-py3-none-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 ba8a59de22a6edd6cd15da4d3c8f1c3cec86fb8d33bdaa3ae05289c27f417b60
MD5 089b29e9bb72df57cf8defdfa4cfbe98
BLAKE2b-256 22765a9b817f6de2adeb057dc8a793bb3031dda94530bedb9c382f19af2b5bfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink_agent-0.1.5-py3-none-manylinux_2_35_x86_64.whl:

Publisher: ci.yml on fierceX/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink_agent-0.1.5-py3-none-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for mink_agent-0.1.5-py3-none-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 f8691410030e8c6253a06800933d30aac799e3747c97c54bebb9b8a37e245620
MD5 7eeb48dcea9c829395bb81dde4c8d67b
BLAKE2b-256 fcde6898b9a6fc8baeadd9180d0600d894c9d89b63c20644b12d916c0256b07c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink_agent-0.1.5-py3-none-macosx_15_0_arm64.whl:

Publisher: ci.yml on fierceX/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page