adaptive-memory-engine 0.1.8__tar.gz → 0.1.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/CHANGELOG.md +6 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/PKG-INFO +98 -7
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/README.en.md +98 -8
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/README.md +97 -6
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/pyproject.toml +1 -1
- adaptive_memory_engine-0.1.9/src/ame/__init__.py +1 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/agent/mcp.py +1 -1
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_plan_compliance_runtime.py +1 -1
- adaptive_memory_engine-0.1.8/src/ame/__init__.py +0 -1
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/.gitignore +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/LICENSE +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/docs/product_user_flow.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/docs/release_distribution_plan.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/docs/standalone_distribution.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/examples/corpora/README.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/examples/notes/openclaw.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/install.ps1 +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/install.sh +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/agent/__init__.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/agent/memory_api.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/agent/results.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/bronze/schema.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/bronze/store.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/cli/__init__.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/cli/main.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/base.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/contract.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/github.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/google.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/google_oauth.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/jira.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/json_helpers.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/markdown.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/notion.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/oauth_callback.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/oauth_provider.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/obsidian.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/router.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/slack.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/slack_oauth.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/sync_history.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/context_budget.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/core/config.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/core/corpus.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/core/errors.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/core/paths.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/core/state.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/export/obsidian.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/gold/builder.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/gold/ontology.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/gold/resolver.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/gold/schema.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/gold/store.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/hardware/profiler.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/hardware/tier.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/hermes/__init__.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/hermes/memory.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/models/download.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/models/ollama.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/models/registry.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/models/router.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/pipeline.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/query/diff.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/query/engine.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/query/memory_os.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/query/mql.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/query/multihop.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/query/result.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/sdk.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/security.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/silver/extractor.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/silver/llm_extractor.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/silver/prompts.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/silver/rationale.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/silver/schema.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/silver/store.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/storage/custom_kg.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/storage/lightrag_adapter.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/validation/confidence.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/validation/grounding.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/validation/type_gate.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/writeback.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/memory/__init__.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/conftest.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/README.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/docs/001_rag_core_considered.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/docs/002_lightrag_selected.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/docs/003_obsidian_required.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/docs/004_model_tier_decision.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/docs/005_invalid_relation_case.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/docs/006_superseded_policy.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/docs/007_current_policy.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/docs/008_action_items.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/docs/009_issue_log.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/docs/010_project_summary.md +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/expected/expected_queries.json +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/expected/validation_results.json +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_agent_writeback_hermes.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_benchmark_part1_fact_recall.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_benchmark_part2_timeline_supersedes.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_benchmark_part3_negative_hallucination.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_benchmark_part4_multihop_reasoning.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_benchmark_part5_agent_memory_os.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_benchmark_part6_connectors.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_bronze_store.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_connector_contract.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_context_budget_optimizer.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_cross_platform_paths.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_custom_kg.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_external_connectors.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_gold_builder.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_google_connectors.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_hardware.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_lightrag_adapter.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_llm_extractor.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_markdown_connector.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_memory_interface_hardening.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_memory_mini_dataset.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_model_download.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_oauth_login.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_obsidian_export.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_ollama_client.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_pipeline.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_pipeline_llm.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_query_engine.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_rationale_memory.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_security.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_silver_extractor.py +0 -0
- {adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_slack_oauth_transport.py +0 -0
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.9 - 2026-06-12
|
|
4
|
+
|
|
5
|
+
- Updated the packaged README with cleaner AME MCP flow guidance and response templates.
|
|
6
|
+
- Kept troubleshooting focused on user actions instead of internal debugging history.
|
|
7
|
+
- Bumped package and MCP server metadata to 0.1.9.
|
|
8
|
+
|
|
3
9
|
## 0.1.8 - 2026-06-12
|
|
4
10
|
|
|
5
11
|
- Added standard MCP `Content-Length` stdio framing support while keeping newline JSON-RPC compatibility.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adaptive-memory-engine
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: Local-first CLI memory engine that builds Bronze/Silver/Gold RAG memory from local documents.
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -38,7 +38,7 @@ Codex나 Claude Code가 그 메모리를 보고 답할 수 있게 해주는 loca
|
|
|
38
38
|
|
|
39
39
|
사용자가 매번 긴 명령어를 치는 방식보다, **Codex/Claude Code에 AME를 연결하고 자연어로 맡기는 방식**을 우선합니다.
|
|
40
40
|
|
|
41
|
-
현재는 alpha 단계이며 PyPI로 배포 중입니다. 현재 버전은 `0.1.
|
|
41
|
+
현재는 alpha 단계이며 PyPI로 배포 중입니다. 현재 버전은 `0.1.9`입니다.
|
|
42
42
|
|
|
43
43
|
## 1. 설치
|
|
44
44
|
|
|
@@ -99,10 +99,13 @@ ame connect --client claude
|
|
|
99
99
|
|
|
100
100
|
한 번에 길게 요청하기보다, 아래 흐름대로 하나씩 진행하는 것을 권장합니다.
|
|
101
101
|
|
|
102
|
-
|
|
102
|
+
처음에는 아래 문장을 그대로 입력하는 것이 가장 안전합니다. 이 문장은 에이전트가 shell 명령이나 웹 검색보다 AME MCP 도구를 먼저 쓰도록 유도합니다.
|
|
103
103
|
|
|
104
104
|
```text
|
|
105
|
-
AME MCP를 사용해서 단계별로 진행해줘.
|
|
105
|
+
AME MCP를 사용해서 단계별로 진행해줘.
|
|
106
|
+
먼저 ame_flow를 확인하고, 사양 진단은 ame_doctor로 해줘.
|
|
107
|
+
모델 다운로드는 ame_setup execute=false로 계획만 먼저 보여주고,
|
|
108
|
+
내가 승인하기 전에는 execute=true를 실행하지 마.
|
|
106
109
|
```
|
|
107
110
|
|
|
108
111
|
그 다음 사양 진단을 요청합니다.
|
|
@@ -135,6 +138,79 @@ AME MCP를 사용해서 단계별로 진행해줘. 먼저 ame_flow를 확인해
|
|
|
135
138
|
my-docs 메모리를 기준으로 현재 유효한 결정과 그 근거를 알려줘.
|
|
136
139
|
```
|
|
137
140
|
|
|
141
|
+
정상 플로우는 다음 순서입니다.
|
|
142
|
+
|
|
143
|
+
```text
|
|
144
|
+
ame_flow -> ame_doctor -> ame_setup execute=false -> 사용자 승인 -> ame_setup execute=true -> ame_load -> memory_query/memory_search
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
사양 진단과 모델 추천 단계에서는 corpus가 필요 없습니다. 문서 메모리 구축 단계에서만 corpus 이름을 정하면 됩니다.
|
|
148
|
+
|
|
149
|
+
## 4. 단계별 응답 템플릿
|
|
150
|
+
|
|
151
|
+
AME MCP의 `ame_flow`는 에이전트가 답변에 사용할 템플릿을 제공합니다. 사용자가 직접 템플릿을 보고 싶다면 이렇게 요청하면 됩니다.
|
|
152
|
+
|
|
153
|
+
```text
|
|
154
|
+
ame_flow에서 model_plan 단계의 output_template을 보여줘.
|
|
155
|
+
```
|
|
156
|
+
|
|
157
|
+
권장 응답 형태는 다음과 같습니다.
|
|
158
|
+
|
|
159
|
+
사양 진단:
|
|
160
|
+
|
|
161
|
+
```text
|
|
162
|
+
사양 진단 결과입니다.
|
|
163
|
+
|
|
164
|
+
- OS/CPU: ...
|
|
165
|
+
- RAM: ...
|
|
166
|
+
- 사용 가능 디스크: ...
|
|
167
|
+
- AME tier: ...
|
|
168
|
+
|
|
169
|
+
추천 모델은 다음과 같습니다.
|
|
170
|
+
|
|
171
|
+
- 추출: ...
|
|
172
|
+
- 검증: ...
|
|
173
|
+
- 종합: ...
|
|
174
|
+
- 임베딩: ...
|
|
175
|
+
|
|
176
|
+
현재 설치 상태를 보면 ...입니다.
|
|
177
|
+
다음 단계는 ...입니다.
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
모델 다운로드 계획:
|
|
181
|
+
|
|
182
|
+
```text
|
|
183
|
+
모델 설치 계획입니다. 아직 다운로드는 실행하지 않았습니다.
|
|
184
|
+
|
|
185
|
+
필요한 모델:
|
|
186
|
+
...
|
|
187
|
+
|
|
188
|
+
이 모델들이 필요한 이유:
|
|
189
|
+
- 추출 모델: 문서에서 엔티티, 관계, 결정, 근거를 뽑기 위해 사용합니다.
|
|
190
|
+
- 검증 모델: 추출된 내용을 원문과 대조해 과한 추론을 줄이는 데 사용합니다.
|
|
191
|
+
- 종합 모델: Bronze/Silver 결과를 Gold 메모리로 정리하는 데 사용합니다.
|
|
192
|
+
- 임베딩 모델: 문서 검색과 RAG 검색에 사용합니다.
|
|
193
|
+
|
|
194
|
+
진행하면 로컬 디스크와 다운로드 시간이 사용됩니다.
|
|
195
|
+
이 계획대로 모델을 설치해도 될까요?
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
문서 메모리 구축:
|
|
199
|
+
|
|
200
|
+
```text
|
|
201
|
+
문서 메모리 구축 결과입니다.
|
|
202
|
+
|
|
203
|
+
- corpus: ...
|
|
204
|
+
- 대상 폴더: ...
|
|
205
|
+
- 구축 방식: Bronze -> Silver -> Gold
|
|
206
|
+
- 처리 문서: ...
|
|
207
|
+
- Gold nodes: ...
|
|
208
|
+
- Gold edges: ...
|
|
209
|
+
- 제외/실패 항목: ...
|
|
210
|
+
|
|
211
|
+
이제 이 메모리를 기준으로 질문할 수 있습니다.
|
|
212
|
+
```
|
|
213
|
+
|
|
138
214
|
## AME가 제공하는 MCP 도구
|
|
139
215
|
|
|
140
216
|
Codex/Claude Code는 AME MCP를 통해 다음 도구를 사용할 수 있습니다.
|
|
@@ -149,7 +225,7 @@ Codex/Claude Code는 AME MCP를 통해 다음 도구를 사용할 수 있습니
|
|
|
149
225
|
|
|
150
226
|
모델 다운로드는 시간과 디스크를 사용합니다. Codex/Claude Code가 먼저 다운로드 계획을 보여준 뒤, 사용자가 승인하면 실행하는 흐름을 권장합니다.
|
|
151
227
|
|
|
152
|
-
사양 진단이나 모델 추천은 corpus가 필요 없는 bootstrap MCP에서 처리합니다.
|
|
228
|
+
사양 진단이나 모델 추천은 corpus가 필요 없는 bootstrap MCP에서 처리합니다. 문서 메모리 구축 단계에서만 corpus 이름과 문서 폴더가 필요합니다.
|
|
153
229
|
|
|
154
230
|
## CLI로 직접 쓰고 싶을 때
|
|
155
231
|
|
|
@@ -176,6 +252,15 @@ ame> /exit
|
|
|
176
252
|
가상환경은 패키지를 격리해서 설치하기 위한 용도입니다.
|
|
177
253
|
MCP 설정을 한 번 추가한 뒤에는 Codex/Claude Code가 `ame` 명령을 직접 실행합니다.
|
|
178
254
|
|
|
255
|
+
이미 설치한 적이 있다면 업그레이드를 명시합니다.
|
|
256
|
+
|
|
257
|
+
```bash
|
|
258
|
+
python -m pip install --upgrade adaptive-memory-engine
|
|
259
|
+
python -m pip show adaptive-memory-engine
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
출력의 `Version`이 현재 README의 버전과 같아야 합니다.
|
|
263
|
+
|
|
179
264
|
터미널에서 `ame` 명령이 안 보이면 PATH를 다시 적용합니다.
|
|
180
265
|
|
|
181
266
|
```bash
|
|
@@ -199,6 +284,14 @@ ame connect --client codex --absolute-command
|
|
|
199
284
|
예전 문서의 `memory` 명령과 충돌할 수 있어서, 새 버전에서는 `ame` 명령을 기본으로 사용합니다.
|
|
200
285
|
`memory`는 호환용 alias로 남아 있지만 가능하면 `ame`를 사용하세요.
|
|
201
286
|
|
|
287
|
+
`ame`가 여전히 보이지 않으면 설치 스크립트로 `~/.ame`에 격리 설치하는 방법이 가장 단순합니다.
|
|
288
|
+
|
|
289
|
+
```bash
|
|
290
|
+
curl -fsSL https://raw.githubusercontent.com/kimdol1045-hash/adaptive-memory-engine/main/install.sh | bash
|
|
291
|
+
source ~/.zshrc
|
|
292
|
+
ame --help
|
|
293
|
+
```
|
|
294
|
+
|
|
202
295
|
## MCP 모드
|
|
203
296
|
|
|
204
297
|
AME는 두 가지 MCP 모드를 제공합니다.
|
|
@@ -217,8 +310,6 @@ ame mcp stdio my-docs
|
|
|
217
310
|
|
|
218
311
|
대부분의 사용자는 직접 `ame mcp stdio`를 실행하지 않고, `ame connect --client codex` 또는 `ame connect --client claude`로 출력된 설정을 클라이언트에 넣으면 됩니다.
|
|
219
312
|
|
|
220
|
-
`ame mcp stdio`는 표준 MCP `Content-Length` 프레이밍과 newline JSON-RPC를 모두 지원합니다.
|
|
221
|
-
|
|
222
313
|
## Bronze/Silver/Gold 구조
|
|
223
314
|
|
|
224
315
|
- Bronze: 원본 문서를 보존합니다.
|
|
@@ -7,7 +7,7 @@ The preferred UX is agent-first: connect AME through MCP, then ask Codex or
|
|
|
7
7
|
Claude Code to diagnose hardware, recommend models, build memory, and answer
|
|
8
8
|
questions in natural language.
|
|
9
9
|
|
|
10
|
-
Current status: alpha, distributed through PyPI. Current version: `0.1.
|
|
10
|
+
Current status: alpha, distributed through PyPI. Current version: `0.1.9`.
|
|
11
11
|
|
|
12
12
|
## 1. Install
|
|
13
13
|
|
|
@@ -75,10 +75,14 @@ built memory.
|
|
|
75
75
|
|
|
76
76
|
Use separate steps instead of one long request.
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
Start with this exact prompt. It nudges the agent to use AME MCP tools before
|
|
79
|
+
shell commands or web search:
|
|
79
80
|
|
|
80
81
|
```text
|
|
81
|
-
Use AME MCP and follow the AME flow step by step.
|
|
82
|
+
Use AME MCP and follow the AME flow step by step.
|
|
83
|
+
Start by checking ame_flow, and diagnose hardware with ame_doctor.
|
|
84
|
+
For model downloads, first show the plan with ame_setup execute=false.
|
|
85
|
+
Do not run execute=true until I explicitly approve it.
|
|
82
86
|
```
|
|
83
87
|
|
|
84
88
|
Then diagnose hardware and model fit:
|
|
@@ -111,6 +115,78 @@ After memory is built, ask grounded questions:
|
|
|
111
115
|
Using my-docs memory, tell me the current decisions and their rationale.
|
|
112
116
|
```
|
|
113
117
|
|
|
118
|
+
The expected flow is:
|
|
119
|
+
|
|
120
|
+
```text
|
|
121
|
+
ame_flow -> ame_doctor -> ame_setup execute=false -> user approval -> ame_setup execute=true -> ame_load -> memory_query/memory_search
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
Hardware diagnosis and model recommendation do not require a corpus. Choose a
|
|
125
|
+
corpus name only when building memory from documents.
|
|
126
|
+
|
|
127
|
+
## 4. Response Templates
|
|
128
|
+
|
|
129
|
+
AME MCP exposes templates through `ame_flow`. To inspect one:
|
|
130
|
+
|
|
131
|
+
```text
|
|
132
|
+
Show me the output_template for the model_plan stage from ame_flow.
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
Recommended diagnosis response:
|
|
136
|
+
|
|
137
|
+
```text
|
|
138
|
+
Hardware diagnosis result.
|
|
139
|
+
|
|
140
|
+
- OS/CPU: ...
|
|
141
|
+
- RAM: ...
|
|
142
|
+
- Available disk: ...
|
|
143
|
+
- AME tier: ...
|
|
144
|
+
|
|
145
|
+
Recommended models:
|
|
146
|
+
|
|
147
|
+
- Extract: ...
|
|
148
|
+
- Verify: ...
|
|
149
|
+
- Synthesize: ...
|
|
150
|
+
- Embedding: ...
|
|
151
|
+
|
|
152
|
+
Current install status: ...
|
|
153
|
+
Next step: ...
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
Recommended model plan response:
|
|
157
|
+
|
|
158
|
+
```text
|
|
159
|
+
Model installation plan. No downloads have been started yet.
|
|
160
|
+
|
|
161
|
+
Required models:
|
|
162
|
+
...
|
|
163
|
+
|
|
164
|
+
Why these models are needed:
|
|
165
|
+
- Extract model: extracts entities, relations, decisions, and rationale.
|
|
166
|
+
- Verify model: checks extracted content against source text.
|
|
167
|
+
- Synthesize model: turns Bronze/Silver outputs into Gold memory.
|
|
168
|
+
- Embedding model: supports document and RAG search.
|
|
169
|
+
|
|
170
|
+
This will use local disk and download time.
|
|
171
|
+
Should I install these models?
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
Recommended memory build response:
|
|
175
|
+
|
|
176
|
+
```text
|
|
177
|
+
Memory build result.
|
|
178
|
+
|
|
179
|
+
- corpus: ...
|
|
180
|
+
- source folder: ...
|
|
181
|
+
- build path: Bronze -> Silver -> Gold
|
|
182
|
+
- processed documents: ...
|
|
183
|
+
- Gold nodes: ...
|
|
184
|
+
- Gold edges: ...
|
|
185
|
+
- rejected items: ...
|
|
186
|
+
|
|
187
|
+
You can now ask questions against this memory.
|
|
188
|
+
```
|
|
189
|
+
|
|
114
190
|
## MCP Tools
|
|
115
191
|
|
|
116
192
|
AME exposes these tools to Codex or Claude Code:
|
|
@@ -127,8 +203,8 @@ Model downloads can take time and disk space. The agent should show the plan
|
|
|
127
203
|
first, then run downloads after user approval.
|
|
128
204
|
|
|
129
205
|
Hardware diagnosis and model recommendations should use bootstrap MCP because
|
|
130
|
-
they do not require a corpus.
|
|
131
|
-
|
|
206
|
+
they do not require a corpus. A corpus name and document folder are only needed
|
|
207
|
+
when building memory.
|
|
132
208
|
|
|
133
209
|
## Manual CLI Use
|
|
134
210
|
|
|
@@ -155,6 +231,15 @@ ame> /exit
|
|
|
155
231
|
The virtual environment is only used to isolate the Python package install. Once
|
|
156
232
|
the MCP config is added, Codex or Claude Code launches the `ame` command.
|
|
157
233
|
|
|
234
|
+
If AME was already installed, upgrade explicitly:
|
|
235
|
+
|
|
236
|
+
```bash
|
|
237
|
+
python -m pip install --upgrade adaptive-memory-engine
|
|
238
|
+
python -m pip show adaptive-memory-engine
|
|
239
|
+
```
|
|
240
|
+
|
|
241
|
+
The printed `Version` should match the current README version.
|
|
242
|
+
|
|
158
243
|
If `ame` is not on PATH, reload your shell config:
|
|
159
244
|
|
|
160
245
|
```bash
|
|
@@ -179,6 +264,14 @@ New versions use `ame` as the recommended command because the older `memory`
|
|
|
179
264
|
command can collide with previous installs. `memory` remains as a compatibility
|
|
180
265
|
alias, but prefer `ame`.
|
|
181
266
|
|
|
267
|
+
If `ame` is still unavailable, the simplest path is the isolated installer:
|
|
268
|
+
|
|
269
|
+
```bash
|
|
270
|
+
curl -fsSL https://raw.githubusercontent.com/kimdol1045-hash/adaptive-memory-engine/main/install.sh | bash
|
|
271
|
+
source ~/.zshrc
|
|
272
|
+
ame --help
|
|
273
|
+
```
|
|
274
|
+
|
|
182
275
|
## MCP Modes
|
|
183
276
|
|
|
184
277
|
Bootstrap MCP:
|
|
@@ -196,9 +289,6 @@ ame mcp stdio my-docs
|
|
|
196
289
|
Most users do not need to run these manually. Use `ame connect --client codex`
|
|
197
290
|
or `ame connect --client claude` and paste the printed config into the client.
|
|
198
291
|
|
|
199
|
-
`ame mcp stdio` supports both standard MCP `Content-Length` framing and newline
|
|
200
|
-
JSON-RPC.
|
|
201
|
-
|
|
202
292
|
## Bronze/Silver/Gold
|
|
203
293
|
|
|
204
294
|
- Bronze: preserves raw documents.
|
|
@@ -7,7 +7,7 @@ Codex나 Claude Code가 그 메모리를 보고 답할 수 있게 해주는 loca
|
|
|
7
7
|
|
|
8
8
|
사용자가 매번 긴 명령어를 치는 방식보다, **Codex/Claude Code에 AME를 연결하고 자연어로 맡기는 방식**을 우선합니다.
|
|
9
9
|
|
|
10
|
-
현재는 alpha 단계이며 PyPI로 배포 중입니다. 현재 버전은 `0.1.
|
|
10
|
+
현재는 alpha 단계이며 PyPI로 배포 중입니다. 현재 버전은 `0.1.9`입니다.
|
|
11
11
|
|
|
12
12
|
## 1. 설치
|
|
13
13
|
|
|
@@ -68,10 +68,13 @@ ame connect --client claude
|
|
|
68
68
|
|
|
69
69
|
한 번에 길게 요청하기보다, 아래 흐름대로 하나씩 진행하는 것을 권장합니다.
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
처음에는 아래 문장을 그대로 입력하는 것이 가장 안전합니다. 이 문장은 에이전트가 shell 명령이나 웹 검색보다 AME MCP 도구를 먼저 쓰도록 유도합니다.
|
|
72
72
|
|
|
73
73
|
```text
|
|
74
|
-
AME MCP를 사용해서 단계별로 진행해줘.
|
|
74
|
+
AME MCP를 사용해서 단계별로 진행해줘.
|
|
75
|
+
먼저 ame_flow를 확인하고, 사양 진단은 ame_doctor로 해줘.
|
|
76
|
+
모델 다운로드는 ame_setup execute=false로 계획만 먼저 보여주고,
|
|
77
|
+
내가 승인하기 전에는 execute=true를 실행하지 마.
|
|
75
78
|
```
|
|
76
79
|
|
|
77
80
|
그 다음 사양 진단을 요청합니다.
|
|
@@ -104,6 +107,79 @@ AME MCP를 사용해서 단계별로 진행해줘. 먼저 ame_flow를 확인해
|
|
|
104
107
|
my-docs 메모리를 기준으로 현재 유효한 결정과 그 근거를 알려줘.
|
|
105
108
|
```
|
|
106
109
|
|
|
110
|
+
정상 플로우는 다음 순서입니다.
|
|
111
|
+
|
|
112
|
+
```text
|
|
113
|
+
ame_flow -> ame_doctor -> ame_setup execute=false -> 사용자 승인 -> ame_setup execute=true -> ame_load -> memory_query/memory_search
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
사양 진단과 모델 추천 단계에서는 corpus가 필요 없습니다. 문서 메모리 구축 단계에서만 corpus 이름을 정하면 됩니다.
|
|
117
|
+
|
|
118
|
+
## 4. 단계별 응답 템플릿
|
|
119
|
+
|
|
120
|
+
AME MCP의 `ame_flow`는 에이전트가 답변에 사용할 템플릿을 제공합니다. 사용자가 직접 템플릿을 보고 싶다면 이렇게 요청하면 됩니다.
|
|
121
|
+
|
|
122
|
+
```text
|
|
123
|
+
ame_flow에서 model_plan 단계의 output_template을 보여줘.
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
권장 응답 형태는 다음과 같습니다.
|
|
127
|
+
|
|
128
|
+
사양 진단:
|
|
129
|
+
|
|
130
|
+
```text
|
|
131
|
+
사양 진단 결과입니다.
|
|
132
|
+
|
|
133
|
+
- OS/CPU: ...
|
|
134
|
+
- RAM: ...
|
|
135
|
+
- 사용 가능 디스크: ...
|
|
136
|
+
- AME tier: ...
|
|
137
|
+
|
|
138
|
+
추천 모델은 다음과 같습니다.
|
|
139
|
+
|
|
140
|
+
- 추출: ...
|
|
141
|
+
- 검증: ...
|
|
142
|
+
- 종합: ...
|
|
143
|
+
- 임베딩: ...
|
|
144
|
+
|
|
145
|
+
현재 설치 상태를 보면 ...입니다.
|
|
146
|
+
다음 단계는 ...입니다.
|
|
147
|
+
```
|
|
148
|
+
|
|
149
|
+
모델 다운로드 계획:
|
|
150
|
+
|
|
151
|
+
```text
|
|
152
|
+
모델 설치 계획입니다. 아직 다운로드는 실행하지 않았습니다.
|
|
153
|
+
|
|
154
|
+
필요한 모델:
|
|
155
|
+
...
|
|
156
|
+
|
|
157
|
+
이 모델들이 필요한 이유:
|
|
158
|
+
- 추출 모델: 문서에서 엔티티, 관계, 결정, 근거를 뽑기 위해 사용합니다.
|
|
159
|
+
- 검증 모델: 추출된 내용을 원문과 대조해 과한 추론을 줄이는 데 사용합니다.
|
|
160
|
+
- 종합 모델: Bronze/Silver 결과를 Gold 메모리로 정리하는 데 사용합니다.
|
|
161
|
+
- 임베딩 모델: 문서 검색과 RAG 검색에 사용합니다.
|
|
162
|
+
|
|
163
|
+
진행하면 로컬 디스크와 다운로드 시간이 사용됩니다.
|
|
164
|
+
이 계획대로 모델을 설치해도 될까요?
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
문서 메모리 구축:
|
|
168
|
+
|
|
169
|
+
```text
|
|
170
|
+
문서 메모리 구축 결과입니다.
|
|
171
|
+
|
|
172
|
+
- corpus: ...
|
|
173
|
+
- 대상 폴더: ...
|
|
174
|
+
- 구축 방식: Bronze -> Silver -> Gold
|
|
175
|
+
- 처리 문서: ...
|
|
176
|
+
- Gold nodes: ...
|
|
177
|
+
- Gold edges: ...
|
|
178
|
+
- 제외/실패 항목: ...
|
|
179
|
+
|
|
180
|
+
이제 이 메모리를 기준으로 질문할 수 있습니다.
|
|
181
|
+
```
|
|
182
|
+
|
|
107
183
|
## AME가 제공하는 MCP 도구
|
|
108
184
|
|
|
109
185
|
Codex/Claude Code는 AME MCP를 통해 다음 도구를 사용할 수 있습니다.
|
|
@@ -118,7 +194,7 @@ Codex/Claude Code는 AME MCP를 통해 다음 도구를 사용할 수 있습니
|
|
|
118
194
|
|
|
119
195
|
모델 다운로드는 시간과 디스크를 사용합니다. Codex/Claude Code가 먼저 다운로드 계획을 보여준 뒤, 사용자가 승인하면 실행하는 흐름을 권장합니다.
|
|
120
196
|
|
|
121
|
-
사양 진단이나 모델 추천은 corpus가 필요 없는 bootstrap MCP에서 처리합니다.
|
|
197
|
+
사양 진단이나 모델 추천은 corpus가 필요 없는 bootstrap MCP에서 처리합니다. 문서 메모리 구축 단계에서만 corpus 이름과 문서 폴더가 필요합니다.
|
|
122
198
|
|
|
123
199
|
## CLI로 직접 쓰고 싶을 때
|
|
124
200
|
|
|
@@ -145,6 +221,15 @@ ame> /exit
|
|
|
145
221
|
가상환경은 패키지를 격리해서 설치하기 위한 용도입니다.
|
|
146
222
|
MCP 설정을 한 번 추가한 뒤에는 Codex/Claude Code가 `ame` 명령을 직접 실행합니다.
|
|
147
223
|
|
|
224
|
+
이미 설치한 적이 있다면 업그레이드를 명시합니다.
|
|
225
|
+
|
|
226
|
+
```bash
|
|
227
|
+
python -m pip install --upgrade adaptive-memory-engine
|
|
228
|
+
python -m pip show adaptive-memory-engine
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
출력의 `Version`이 현재 README의 버전과 같아야 합니다.
|
|
232
|
+
|
|
148
233
|
터미널에서 `ame` 명령이 안 보이면 PATH를 다시 적용합니다.
|
|
149
234
|
|
|
150
235
|
```bash
|
|
@@ -168,6 +253,14 @@ ame connect --client codex --absolute-command
|
|
|
168
253
|
예전 문서의 `memory` 명령과 충돌할 수 있어서, 새 버전에서는 `ame` 명령을 기본으로 사용합니다.
|
|
169
254
|
`memory`는 호환용 alias로 남아 있지만 가능하면 `ame`를 사용하세요.
|
|
170
255
|
|
|
256
|
+
`ame`가 여전히 보이지 않으면 설치 스크립트로 `~/.ame`에 격리 설치하는 방법이 가장 단순합니다.
|
|
257
|
+
|
|
258
|
+
```bash
|
|
259
|
+
curl -fsSL https://raw.githubusercontent.com/kimdol1045-hash/adaptive-memory-engine/main/install.sh | bash
|
|
260
|
+
source ~/.zshrc
|
|
261
|
+
ame --help
|
|
262
|
+
```
|
|
263
|
+
|
|
171
264
|
## MCP 모드
|
|
172
265
|
|
|
173
266
|
AME는 두 가지 MCP 모드를 제공합니다.
|
|
@@ -186,8 +279,6 @@ ame mcp stdio my-docs
|
|
|
186
279
|
|
|
187
280
|
대부분의 사용자는 직접 `ame mcp stdio`를 실행하지 않고, `ame connect --client codex` 또는 `ame connect --client claude`로 출력된 설정을 클라이언트에 넣으면 됩니다.
|
|
188
281
|
|
|
189
|
-
`ame mcp stdio`는 표준 MCP `Content-Length` 프레이밍과 newline JSON-RPC를 모두 지원합니다.
|
|
190
|
-
|
|
191
282
|
## Bronze/Silver/Gold 구조
|
|
192
283
|
|
|
193
284
|
- Bronze: 원본 문서를 보존합니다.
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "adaptive-memory-engine"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.9"
|
|
8
8
|
description = "Local-first CLI memory engine that builds Bronze/Silver/Gold RAG memory from local documents."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.11"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.9"
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_plan_compliance_runtime.py
RENAMED
|
@@ -125,7 +125,7 @@ def test_mcp_stdio_accepts_content_length_framing() -> None:
|
|
|
125
125
|
_headers, payload = raw.split("\r\n\r\n", 1)
|
|
126
126
|
response = json.loads(payload)
|
|
127
127
|
assert response["result"]["serverInfo"]["name"] == "adaptive-memory-engine"
|
|
128
|
-
assert response["result"]["serverInfo"]["version"] == "0.1.
|
|
128
|
+
assert response["result"]["serverInfo"]["version"] == "0.1.9"
|
|
129
129
|
assert "Use AME MCP tools before shell commands" in response["result"]["instructions"]
|
|
130
130
|
|
|
131
131
|
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/docs/release_distribution_plan.md
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/docs/standalone_distribution.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/contract.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/google_oauth.py
RENAMED
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/json_helpers.py
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/markdown.py
RENAMED
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/oauth_callback.py
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/oauth_provider.py
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/obsidian.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/slack_oauth.py
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/connectors/sync_history.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/silver/llm_extractor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/storage/lightrag_adapter.py
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/validation/confidence.py
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/validation/grounding.py
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/src/ame/validation/type_gate.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/fixtures/memory-mini/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_agent_writeback_hermes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_connector_contract.py
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_context_budget_optimizer.py
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_cross_platform_paths.py
RENAMED
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_external_connectors.py
RENAMED
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_google_connectors.py
RENAMED
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_lightrag_adapter.py
RENAMED
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_markdown_connector.py
RENAMED
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_memory_mini_dataset.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_rationale_memory.py
RENAMED
|
File without changes
|
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_silver_extractor.py
RENAMED
|
File without changes
|
{adaptive_memory_engine-0.1.8 → adaptive_memory_engine-0.1.9}/tests/test_slack_oauth_transport.py
RENAMED
|
File without changes
|