agience-core
by Agience·★ 39·综合分 45
Agience 是一个 MCP 原生平台,将 AI 输出结构化为具有可追溯性的持久化版本化工件。
概述
Agience 作为'AI 工作流的操作系统'运行,将 AI 生成的输出转换为具有身份、来源和版本历史的持久化、受治理的知识工件。该平台既提供 MCP 服务器功能(向各种客户端暴露工具),也具有 MCP 客户端功能(消费其他供应商的服务器)。其架构包括类型化的工件对象、版本化集合,以及作为一类操作符的人机审批门。系统使用 ArangoDB 进行存储,并实现了多提供商 OAuth2 身份验证和作用域 API 密钥。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要企业级的 AI 输出可信度和可审计性,以及结构化工件跟踪和血统管理以满足合规和协作需求时,选择 Agience。
什么时候不要选它
如果您需要基于文件的简单存储,更喜欢宽松许可而非 AGPL,或者想要一个没有工件模型复杂性的轻量级解决方案,则应避免使用 Agience。
此 server 暴露的工具
从 README 抽取出 12 个工具create_artifactCreate a new typed artifact with version history
query_artifactsSearch and retrieve artifacts using query language
workspace_commitCommit workspace artifacts to a collection
retrieve_artifactGet a specific artifact by its ID
update_artifactModify an existing artifact with version tracking
create_collectionCreate a new collection for organizing artifacts
search_artifactsPerform semantic search across artifacts
list_workspacesList all available workspaces
ingest_transcriptProcess a meeting transcript into structured artifacts
export_collectionExport a collection for external use
grant_permissionsSet access permissions for artifacts and collections
get_provenanceRetrieve provenance chain for an artifact
说明:Tools inferred from MCP documentation mentioning '11 tools at /mcp' and architecture descriptions of artifact handling, along with common MCP tool patterns for artifact management systems.
可对比工具
安装
安装选项
**在本地运行(稳定版本)**
# Linux/macOS
curl -fsSL https://get.agience.ai/home/install.sh | sh
# Windows (PowerShell)
irm https://get.agience.ai/home/install.ps1 | iex**开发者设置(从源码构建)**
git clone https://github.com/Agience/agience-core.git
cd agience-core
# Linux/macOS
./agience dev -f --build
# Windows
agience dev -f --build**MCP 客户端配置** 对于 Claude Desktop,添加到 claude_desktop_config.json:
"mcpServers": {
"agience": {
"command": "python",
"args": ["-m", "agience.mcp"]
}
}FAQ
- Agience 提供哪些类型的 MCP 工具?
- Agience 提供 11 个专注于工件管理、搜索、摄取、推理和输出生成的 MCP 工具,通过 `/mcp` 端点访问。
- Agience 如何处理 AI 输出的来源可追溯性?
- Agience 将来源可追溯性作为基础设施来构建 - 提交的工件携带了关于由谁、在什么授权下、使用什么输入产生的记录,这是基本架构功能而非附加功能。
agience-core 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。