Claude Skill
memodb-io/Acontext
Acontext 将 Claude Skill 实现为 AI 代理的记忆层,在 TypeScript 中提供上下文工程、可观测性和自我进化能力。支持 Anthropic 和 OpenAI 集成。
概览
仓库信息
安装这个 Skill
pip install acontextRegistry 信息
项目简介
Acontext 是一个基于 TypeScript 的平台,将 Claude Skill 实现为 AI 代理的记忆层,为代理开发提供上下文工程、可观测性和自我进化能力。
Agent Skills as a Memory Layer
要点
- Claude Skill 作为记忆层
- 代理可观测性与 LLMOps
- AI 代理的上下文数据平台
- 自我进化与自学习能力
- TypeScript 实现
- 支持 Anthropic 和 OpenAI 集成
使用场景
- 具有持久记忆的 AI 代理开发
- LLM 应用的上下文工程
- 代理行为的可观测性与监控
- 构建自我改进的 AI 系统
- 代理开发工具包创建
- 对话式 AI 的记忆管理
README 摘要
<div align="center"> <a href="https://discord.acontext.io"> <img alt="Acontext - Agent Skills as a Memory Layer" src="./assets/Acontext-header-banner.png"> </a> <p align="center"> <a href="https://acontext.io">🌐 Website</a> | <a href="https://docs.acontext.io">📚 Document</a> </p> <p align="center"> <a href="https://pypi.org/project/acontext/"><img src="https://img.shields.io/pypi/v/acontext.svg"></a> <a href="https://www.npmjs.com/package/@acontext/acontext"><img src="https://img.shields.io/npm/v/@acontext/acontext.svg?logo=npm&logoColor=fff&style=flat&labelColor=2C2C2C&color=28CF8D"></a> <a href="https://github.com/memodb-io/acontext/actions/workflows/core-test.yaml"><img src="https://github.com/memodb-io/acontext/actions/workflows/core-test.yaml/badge.svg"></a> <a href="https://github.com/memodb-io/acontext/actions/workflows/api-test.yaml"><img src="https://github.com/memodb-io/acontext/actions/workflows/api-test.yaml/badge.svg"></a> <a href="https://github.com/memodb-io/acontext/actions/workflows/cli-test.yaml"><img src="https://github.com/memodb-io/acontext/actions/workflows/cli-test.yaml/badge.svg"></a> </p> <p align="center"> <a href="https://x.com/acontext_io"><img src="https://img.shields.io/twitter/follow/acontext_io?style=social" alt="Twitter Follow"></a> <a href="https://discord.acontext.io"><img src="https://img.shields.io/badge/dynamic/json?label=Acontext&style=flat&query=approximate_member_count&url=https%3A%2F%2Fdiscord.com%2Fapi%2Fv10%2Finvites%2FSG9xJcqVBu%3Fwith_counts%3Dtrue&logo=discord&logoColor=white&suffix=+members&color=36393f&labelColor=5765F2" alt="Acontext Discord"></a> </p> </div> ## What is Acontext? Acontext is an open-source skill memory layer for AI agents. It **autom