8000 GitHub - tQy2015/amp-protocol: A standard protocol for managing large artifacts and context in LLM sessions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tQy2015/amp-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amp-protocol

A standard protocol for managing large artifacts and context in LLM sessions

プロジェクト概要

Artifact Migration Protocol (AMP)は、トークン制限のあるAIシステムでも長時間にわたる複雑な会話を維持し、生成された成果物を効率的に保存・再利用するために設計されたプロトコルです。

主な特徴:

  • コンテキスト制限の克服
  • アーティファクト保全
  • セッション継続性の確保
  • クロスモデル互換性

使用方法

AMPは複数のLLMで使用できます。基本的な使用例:

{
  "command": "migrate",
  "version": "1.0",
  "settings": {
    "splitMode": "auto",
    "safetyMargin": 0.8
  },
  "artifacts": [],
  "context": {
    "sessionId": "amp-20250322-12345",
    "timestamp": "2025-03-22T17:55:42Z",
    "segmentCount": 1,
    "currentSegment": 1
  }
}

Credits

Last Updated: 2025.03.22

Author: TQY Kobayashi (竹の台地域委員会CXO, HAL大阪 専任教官, 大阪芸術大学デザイン学科 客員教授 & 八箱CDO TQY KOBAYASHI DesignTech Workshop)
Contributors: Claude, Gemini, Deepseek, ChatGPT, Copilot

About

A standard protocol for managing large artifacts and context in LLM sessions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0