@aletheia-labs/adapters-anthropic 0.1.0
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.
- package/LICENSE +176 -0
- package/README.md +94 -0
- package/dist/anthropic-bridge.d.ts +130 -0
- package/dist/anthropic-bridge.d.ts.map +1 -0
- package/dist/anthropic-bridge.js +270 -0
- package/dist/anthropic-bridge.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/package.json +54 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
package/README.md
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# @aletheia-labs/adapters-anthropic
|
|
2
|
+
|
|
3
|
+
Anthropic-compatible adapter for Aletheia authority-governed memory.
|
|
4
|
+
|
|
5
|
+
> **Status**: `0.1.0` public baseline. Reference Anthropic integration is live as a narrow library adapter. It does not own OAuth, API keys, terminal UX, tools, publication, or provider account state.
|
|
6
|
+
|
|
7
|
+
## Quickstart
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pnpm add @aletheia-labs/core @aletheia-labs/store-sqlite @aletheia-labs/adapters-anthropic @anthropic-ai/sdk
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
```ts
|
|
14
|
+
import Anthropic from '@anthropic-ai/sdk';
|
|
15
|
+
import { AletheiaAuthority, staticVisibilityPolicy } from '@aletheia-labs/core';
|
|
16
|
+
import { AletheiaAnthropicBridge } from '@aletheia-labs/adapters-anthropic';
|
|
17
|
+
import { openSqliteStores } from '@aletheia-labs/store-sqlite';
|
|
18
|
+
|
|
19
|
+
const stores = openSqliteStores('./aletheia.sqlite');
|
|
20
|
+
const authority = new AletheiaAuthority({
|
|
21
|
+
eventLedger: stores.eventLedger,
|
|
22
|
+
memoryStore: stores.memoryStore,
|
|
23
|
+
conflictRegistry: stores.conflictRegistry,
|
|
24
|
+
visibilityPolicy: staticVisibilityPolicy([{ kind: 'private:user' }]),
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
const bridge = new AletheiaAnthropicBridge({
|
|
28
|
+
client: new Anthropic({ apiKey: process.env.ANTHROPIC_API_KEY }),
|
|
29
|
+
authority,
|
|
30
|
+
eventLedger: stores.eventLedger,
|
|
31
|
+
model: 'claude-3-5-sonnet-latest',
|
|
32
|
+
});
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Hosts own credentials, retries, rate limits, and provider selection. This adapter only receives an already-authenticated client.
|
|
36
|
+
|
|
37
|
+
## What this package does
|
|
38
|
+
|
|
39
|
+
- Records conversation turns as append-only Aletheia events.
|
|
40
|
+
- Asks an Anthropic-compatible client to draft memory proposals as JSON.
|
|
41
|
+
- Sends every draft through `AletheiaAuthority.propose()` before anything becomes a MemoryAtom.
|
|
42
|
+
- Recalls memory through `AletheiaAuthority.recall()` and re-checks action authority through `tryAct()` before calling the model for an answer.
|
|
43
|
+
- Refuses to call the model when recall/action authority fails closed.
|
|
44
|
+
|
|
45
|
+
## Client contract
|
|
46
|
+
|
|
47
|
+
The adapter accepts any object with the `messages.create(input)` shape exposed by `@anthropic-ai/sdk`:
|
|
48
|
+
|
|
49
|
+
```ts
|
|
50
|
+
const bridge = new AletheiaAnthropicBridge({
|
|
51
|
+
client: new Anthropic({ apiKey: process.env.ANTHROPIC_API_KEY }),
|
|
52
|
+
authority,
|
|
53
|
+
eventLedger,
|
|
54
|
+
model: 'claude-3-5-sonnet-latest',
|
|
55
|
+
});
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
`@anthropic-ai/sdk` is an optional peer dependency. `@aletheia-labs/core` stays SDK-free.
|
|
59
|
+
|
|
60
|
+
## What this package does NOT do
|
|
61
|
+
|
|
62
|
+
- No OAuth, device login, refresh-token handling, or subscription plumbing.
|
|
63
|
+
- No authority upgrade from model output.
|
|
64
|
+
- No tool execution.
|
|
65
|
+
- No semantic retrieval, embeddings, vector index, or ranking.
|
|
66
|
+
- No bypass around `propose`, `recall`, or `tryAct`.
|
|
67
|
+
|
|
68
|
+
## Stability
|
|
69
|
+
|
|
70
|
+
Public surface for the initial library cycle:
|
|
71
|
+
|
|
72
|
+
- `AletheiaAnthropicBridge`
|
|
73
|
+
- `AnthropicMessagesClient`
|
|
74
|
+
- `ConversationIngestionInput`
|
|
75
|
+
- `AnswerWithRecallInput`
|
|
76
|
+
- `ConversationIngestionResult`
|
|
77
|
+
- `AnswerWithRecallResult`
|
|
78
|
+
|
|
79
|
+
Everything else is adapter plumbing and may change during the `0.x` line.
|
|
80
|
+
|
|
81
|
+
## Development
|
|
82
|
+
|
|
83
|
+
From the repo root:
|
|
84
|
+
|
|
85
|
+
```bash
|
|
86
|
+
pnpm install
|
|
87
|
+
pnpm -F @aletheia-labs/adapters-anthropic typecheck
|
|
88
|
+
pnpm -F @aletheia-labs/adapters-anthropic test
|
|
89
|
+
pnpm -F @aletheia-labs/adapters-anthropic build
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
## Boundary
|
|
93
|
+
|
|
94
|
+
The model may suggest memory. It never grants authority. Receipts, scope, visibility, status, conflicts, freshness, and action classification remain receiver-side checks.
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import type { ActionAuthorizationResult, AgentId, AletheiaAuthority, Event, EventId, EventLedger, IsoTimestamp, MemoryProposal, MemoryType, ProposalId, ProposedAction, RecallQuery, RetrievalResult, RiskTier, Scope, Visibility, WriteGateResult } from '@aletheia-labs/core';
|
|
2
|
+
export interface AnthropicTextBlock {
|
|
3
|
+
readonly type: 'text';
|
|
4
|
+
readonly text: string;
|
|
5
|
+
}
|
|
6
|
+
export interface AnthropicMessageResponse {
|
|
7
|
+
readonly id?: string;
|
|
8
|
+
readonly model?: string;
|
|
9
|
+
readonly content: readonly (AnthropicTextBlock | {
|
|
10
|
+
readonly type: string;
|
|
11
|
+
})[];
|
|
12
|
+
}
|
|
13
|
+
export interface AnthropicCreateMessageInput {
|
|
14
|
+
readonly model: string;
|
|
15
|
+
readonly max_tokens: number;
|
|
16
|
+
readonly temperature?: number;
|
|
17
|
+
readonly system?: string;
|
|
18
|
+
readonly messages: readonly {
|
|
19
|
+
readonly role: 'user' | 'assistant';
|
|
20
|
+
readonly content: string;
|
|
21
|
+
}[];
|
|
22
|
+
}
|
|
23
|
+
export interface AnthropicMessagesClient {
|
|
24
|
+
readonly messages: {
|
|
25
|
+
create(input: AnthropicCreateMessageInput): Promise<AnthropicMessageResponse>;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export interface Clock {
|
|
29
|
+
/** Return the logical timestamp used for fixtureable event/proposal creation. */
|
|
30
|
+
now(): IsoTimestamp;
|
|
31
|
+
}
|
|
32
|
+
export interface EpisodeAnchorInput {
|
|
33
|
+
readonly episodeId: string;
|
|
34
|
+
readonly kind: 'conversation' | 'task' | 'decision_context' | 'session';
|
|
35
|
+
readonly sessionId?: string;
|
|
36
|
+
readonly conversationId?: string;
|
|
37
|
+
readonly taskId?: string;
|
|
38
|
+
readonly decisionContextId?: string;
|
|
39
|
+
}
|
|
40
|
+
export interface ConversationTurn {
|
|
41
|
+
readonly role: 'user' | 'assistant';
|
|
42
|
+
readonly content: string;
|
|
43
|
+
readonly occurredAt?: IsoTimestamp;
|
|
44
|
+
}
|
|
45
|
+
export interface ConversationIngestionInput {
|
|
46
|
+
readonly agentId: AgentId;
|
|
47
|
+
readonly scope: Scope;
|
|
48
|
+
readonly visibility: Visibility;
|
|
49
|
+
readonly episode: EpisodeAnchorInput;
|
|
50
|
+
readonly turns: readonly ConversationTurn[];
|
|
51
|
+
readonly eventId?: EventId;
|
|
52
|
+
readonly occurredAt?: IsoTimestamp;
|
|
53
|
+
readonly maxProposals?: number;
|
|
54
|
+
}
|
|
55
|
+
export interface DraftMemoryProposal {
|
|
56
|
+
readonly candidateType: MemoryType;
|
|
57
|
+
readonly claim: string;
|
|
58
|
+
readonly riskLevel?: RiskTier;
|
|
59
|
+
readonly proposalId?: ProposalId;
|
|
60
|
+
}
|
|
61
|
+
export interface ProposalExtraction {
|
|
62
|
+
readonly proposals: readonly DraftMemoryProposal[];
|
|
63
|
+
}
|
|
64
|
+
export interface ConversationIngestionResult {
|
|
65
|
+
readonly event: Event;
|
|
66
|
+
readonly extractionText: string;
|
|
67
|
+
readonly proposals: readonly MemoryProposal[];
|
|
68
|
+
readonly proposalResults: readonly WriteGateResult[];
|
|
69
|
+
readonly parseError: string | null;
|
|
70
|
+
}
|
|
71
|
+
export interface AnswerWithRecallInput {
|
|
72
|
+
readonly agentId: AgentId;
|
|
73
|
+
readonly scope: Scope;
|
|
74
|
+
readonly userMessage: string;
|
|
75
|
+
readonly recall: Omit<RecallQuery, 'agentId' | 'scope'>;
|
|
76
|
+
readonly action: ProposedAction;
|
|
77
|
+
readonly maxTokens?: number;
|
|
78
|
+
}
|
|
79
|
+
export interface AnswerWithRecallResult {
|
|
80
|
+
readonly recall: RetrievalResult;
|
|
81
|
+
readonly action: ActionAuthorizationResult | null;
|
|
82
|
+
readonly answerText: string | null;
|
|
83
|
+
readonly modelCalled: boolean;
|
|
84
|
+
}
|
|
85
|
+
export interface AletheiaAnthropicBridgeOptions {
|
|
86
|
+
readonly client: AnthropicMessagesClient;
|
|
87
|
+
readonly authority: AletheiaAuthority;
|
|
88
|
+
readonly eventLedger: EventLedger;
|
|
89
|
+
readonly model: string;
|
|
90
|
+
readonly clock?: Clock;
|
|
91
|
+
}
|
|
92
|
+
export declare class AletheiaAnthropicBridge {
|
|
93
|
+
private readonly options;
|
|
94
|
+
private readonly clock;
|
|
95
|
+
/**
|
|
96
|
+
* Create an Anthropic Messages-compatible bridge.
|
|
97
|
+
*
|
|
98
|
+
* @remarks
|
|
99
|
+
* The bridge receives an already-authenticated client. It does not own OAuth,
|
|
100
|
+
* execute tools, or treat model output as authority.
|
|
101
|
+
*/
|
|
102
|
+
constructor(options: AletheiaAnthropicBridgeOptions);
|
|
103
|
+
/**
|
|
104
|
+
* Record a conversation event and ask the model for memory proposal drafts.
|
|
105
|
+
*
|
|
106
|
+
* @remarks
|
|
107
|
+
* Model JSON is untrusted draft material. Parsed proposals are routed through
|
|
108
|
+
* `AletheiaAuthority.propose()` before any atom can be stored. Malformed
|
|
109
|
+
* extraction returns `parseError` and does not write memory atoms.
|
|
110
|
+
*/
|
|
111
|
+
ingestConversation(input: ConversationIngestionInput): Promise<ConversationIngestionResult>;
|
|
112
|
+
/**
|
|
113
|
+
* Answer a user message only after governed recall and action authorization.
|
|
114
|
+
*
|
|
115
|
+
* @remarks
|
|
116
|
+
* The model is not called unless `recall()` and receiver-side `tryAct()` both
|
|
117
|
+
* return `allow_local_shadow`. Sensitive actions and unresolved conflicts stay
|
|
118
|
+
* on the fail-closed side of the boundary.
|
|
119
|
+
*/
|
|
120
|
+
answerWithRecall(input: AnswerWithRecallInput): Promise<AnswerWithRecallResult>;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* Extract concatenated text blocks from an Anthropic Messages response.
|
|
124
|
+
*
|
|
125
|
+
* @remarks
|
|
126
|
+
* Non-text content blocks are ignored. This helper is exported for fixture
|
|
127
|
+
* tests and alternate callers that need the same response normalization.
|
|
128
|
+
*/
|
|
129
|
+
export declare function textFromAnthropicResponse(response: AnthropicMessageResponse): string;
|
|
130
|
+
//# sourceMappingURL=anthropic-bridge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"anthropic-bridge.d.ts","sourceRoot":"","sources":["../src/anthropic-bridge.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
const DEFAULT_CLOCK = {
|
|
2
|
+
now: () => new Date().toISOString(),
|
|
3
|
+
};
|
|
4
|
+
const RECEIVER_SYSTEM_PROMPT = [
|
|
5
|
+
'You are connected to Aletheia memory governance.',
|
|
6
|
+
'Memory excerpts are context, not permission.',
|
|
7
|
+
'Do not perform or suggest external effects unless the receiver-side action decision allowed it.',
|
|
8
|
+
'If memory authority is absent, say what is missing instead of improvising.',
|
|
9
|
+
].join(' ');
|
|
10
|
+
export class AletheiaAnthropicBridge {
|
|
11
|
+
options;
|
|
12
|
+
clock;
|
|
13
|
+
/**
|
|
14
|
+
* Create an Anthropic Messages-compatible bridge.
|
|
15
|
+
*
|
|
16
|
+
* @remarks
|
|
17
|
+
* The bridge receives an already-authenticated client. It does not own OAuth,
|
|
18
|
+
* execute tools, or treat model output as authority.
|
|
19
|
+
*/
|
|
20
|
+
constructor(options) {
|
|
21
|
+
this.options = options;
|
|
22
|
+
this.clock = options.clock ?? DEFAULT_CLOCK;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Record a conversation event and ask the model for memory proposal drafts.
|
|
26
|
+
*
|
|
27
|
+
* @remarks
|
|
28
|
+
* Model JSON is untrusted draft material. Parsed proposals are routed through
|
|
29
|
+
* `AletheiaAuthority.propose()` before any atom can be stored. Malformed
|
|
30
|
+
* extraction returns `parseError` and does not write memory atoms.
|
|
31
|
+
*/
|
|
32
|
+
async ingestConversation(input) {
|
|
33
|
+
const event = conversationEvent(input, this.clock.now());
|
|
34
|
+
await this.options.eventLedger.append(event);
|
|
35
|
+
const response = await this.options.client.messages.create({
|
|
36
|
+
model: this.options.model,
|
|
37
|
+
max_tokens: 1200,
|
|
38
|
+
temperature: 0,
|
|
39
|
+
system: memoryExtractionSystemPrompt(input.maxProposals ?? 5),
|
|
40
|
+
messages: [
|
|
41
|
+
{
|
|
42
|
+
role: 'user',
|
|
43
|
+
content: JSON.stringify({
|
|
44
|
+
eventId: event.eventId,
|
|
45
|
+
scope: event.scope,
|
|
46
|
+
visibility: event.visibility,
|
|
47
|
+
turns: input.turns,
|
|
48
|
+
}, null, 2),
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
});
|
|
52
|
+
const extractionText = textFromAnthropicResponse(response);
|
|
53
|
+
const parsed = parseProposalExtraction(extractionText);
|
|
54
|
+
if (!parsed.ok) {
|
|
55
|
+
return {
|
|
56
|
+
event,
|
|
57
|
+
extractionText,
|
|
58
|
+
proposals: [],
|
|
59
|
+
proposalResults: [],
|
|
60
|
+
parseError: parsed.error,
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
const proposals = parsed.value.proposals.slice(0, input.maxProposals ?? 5).map((draft, index) => proposalFromDraft({
|
|
64
|
+
draft,
|
|
65
|
+
input,
|
|
66
|
+
eventId: event.eventId,
|
|
67
|
+
proposedAt: event.occurredAt,
|
|
68
|
+
index,
|
|
69
|
+
}));
|
|
70
|
+
const proposalResults = [];
|
|
71
|
+
for (const proposal of proposals) {
|
|
72
|
+
proposalResults.push(await this.options.authority.propose(proposal));
|
|
73
|
+
}
|
|
74
|
+
return {
|
|
75
|
+
event,
|
|
76
|
+
extractionText,
|
|
77
|
+
proposals,
|
|
78
|
+
proposalResults,
|
|
79
|
+
parseError: null,
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Answer a user message only after governed recall and action authorization.
|
|
84
|
+
*
|
|
85
|
+
* @remarks
|
|
86
|
+
* The model is not called unless `recall()` and receiver-side `tryAct()` both
|
|
87
|
+
* return `allow_local_shadow`. Sensitive actions and unresolved conflicts stay
|
|
88
|
+
* on the fail-closed side of the boundary.
|
|
89
|
+
*/
|
|
90
|
+
async answerWithRecall(input) {
|
|
91
|
+
const recall = await this.options.authority.recall({
|
|
92
|
+
...input.recall,
|
|
93
|
+
agentId: input.agentId,
|
|
94
|
+
scope: input.scope,
|
|
95
|
+
});
|
|
96
|
+
if (recall.decision.outcome !== 'allow_local_shadow') {
|
|
97
|
+
return {
|
|
98
|
+
recall,
|
|
99
|
+
action: null,
|
|
100
|
+
answerText: null,
|
|
101
|
+
modelCalled: false,
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
const context = {
|
|
105
|
+
agentId: input.agentId,
|
|
106
|
+
scope: input.scope,
|
|
107
|
+
citedMemoryIds: recall.atoms.map((atom) => atom.memoryId),
|
|
108
|
+
};
|
|
109
|
+
const action = await this.options.authority.tryAct(input.action, context);
|
|
110
|
+
if (action.decision.outcome !== 'allow_local_shadow') {
|
|
111
|
+
return {
|
|
112
|
+
recall,
|
|
113
|
+
action,
|
|
114
|
+
answerText: null,
|
|
115
|
+
modelCalled: false,
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
const response = await this.options.client.messages.create({
|
|
119
|
+
model: this.options.model,
|
|
120
|
+
max_tokens: input.maxTokens ?? 1200,
|
|
121
|
+
temperature: 0,
|
|
122
|
+
system: RECEIVER_SYSTEM_PROMPT,
|
|
123
|
+
messages: [
|
|
124
|
+
{
|
|
125
|
+
role: 'user',
|
|
126
|
+
content: answerPrompt(input.userMessage, recall),
|
|
127
|
+
},
|
|
128
|
+
],
|
|
129
|
+
});
|
|
130
|
+
return {
|
|
131
|
+
recall,
|
|
132
|
+
action,
|
|
133
|
+
answerText: textFromAnthropicResponse(response),
|
|
134
|
+
modelCalled: true,
|
|
135
|
+
};
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Extract concatenated text blocks from an Anthropic Messages response.
|
|
140
|
+
*
|
|
141
|
+
* @remarks
|
|
142
|
+
* Non-text content blocks are ignored. This helper is exported for fixture
|
|
143
|
+
* tests and alternate callers that need the same response normalization.
|
|
144
|
+
*/
|
|
145
|
+
export function textFromAnthropicResponse(response) {
|
|
146
|
+
return response.content
|
|
147
|
+
.filter((block) => block.type === 'text')
|
|
148
|
+
.map((block) => block.text)
|
|
149
|
+
.join('\n')
|
|
150
|
+
.trim();
|
|
151
|
+
}
|
|
152
|
+
function conversationEvent(input, now) {
|
|
153
|
+
const occurredAt = input.occurredAt ?? now;
|
|
154
|
+
return {
|
|
155
|
+
eventId: input.eventId ?? `evt:${input.episode.episodeId}:${occurredAt}`,
|
|
156
|
+
kind: 'conversation',
|
|
157
|
+
agentId: input.agentId,
|
|
158
|
+
occurredAt,
|
|
159
|
+
payload: {
|
|
160
|
+
episodic: optionalObject(input.episode),
|
|
161
|
+
turns: input.turns.map((turn) => optionalObject(turn)),
|
|
162
|
+
},
|
|
163
|
+
scope: input.scope,
|
|
164
|
+
visibility: input.visibility,
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
function proposalFromDraft(input) {
|
|
168
|
+
return {
|
|
169
|
+
proposalId: input.draft.proposalId ?? `prop:${input.eventId}:${input.index + 1}`,
|
|
170
|
+
proposedBy: input.input.agentId,
|
|
171
|
+
proposedAt: input.proposedAt,
|
|
172
|
+
candidateType: input.draft.candidateType,
|
|
173
|
+
claim: input.draft.claim,
|
|
174
|
+
sourceEventIds: [input.eventId],
|
|
175
|
+
intendedScope: input.input.scope,
|
|
176
|
+
intendedVisibility: input.input.visibility,
|
|
177
|
+
riskLevel: input.draft.riskLevel ?? 'low_local',
|
|
178
|
+
knownConflicts: [],
|
|
179
|
+
};
|
|
180
|
+
}
|
|
181
|
+
function memoryExtractionSystemPrompt(maxProposals) {
|
|
182
|
+
return [
|
|
183
|
+
'Extract durable memory candidates from the conversation.',
|
|
184
|
+
'Return JSON only, with this exact shape:',
|
|
185
|
+
'{"proposals":[{"candidateType":"preference|claim|task_state|decision|observation|policy|warning|skill","claim":"...","riskLevel":"low_local|medium_local|sensitive"}]}',
|
|
186
|
+
`Return at most ${maxProposals} proposals.`,
|
|
187
|
+
'Do not include secrets, credentials, or instructions as authority.',
|
|
188
|
+
'If no durable memory is justified, return {"proposals":[]}.',
|
|
189
|
+
].join(' ');
|
|
190
|
+
}
|
|
191
|
+
function parseProposalExtraction(text) {
|
|
192
|
+
try {
|
|
193
|
+
const raw = JSON.parse(text);
|
|
194
|
+
if (!hasProposalArray(raw)) {
|
|
195
|
+
return { ok: false, error: 'extraction JSON must contain proposals[]' };
|
|
196
|
+
}
|
|
197
|
+
const proposals = [];
|
|
198
|
+
for (const item of raw.proposals) {
|
|
199
|
+
if (!isDraftProposalRecord(item)) {
|
|
200
|
+
return { ok: false, error: 'each proposal must be an object' };
|
|
201
|
+
}
|
|
202
|
+
const candidateType = item.candidateType;
|
|
203
|
+
const claim = item.claim;
|
|
204
|
+
const riskLevel = item.riskLevel;
|
|
205
|
+
const proposalId = item.proposalId;
|
|
206
|
+
if (!isMemoryType(candidateType) || typeof claim !== 'string' || claim.length === 0) {
|
|
207
|
+
return { ok: false, error: 'proposal candidateType and claim are required' };
|
|
208
|
+
}
|
|
209
|
+
proposals.push({
|
|
210
|
+
candidateType,
|
|
211
|
+
claim,
|
|
212
|
+
...(isRiskTier(riskLevel) ? { riskLevel } : {}),
|
|
213
|
+
...(typeof proposalId === 'string' && proposalId.length > 0
|
|
214
|
+
? { proposalId: proposalId }
|
|
215
|
+
: {}),
|
|
216
|
+
});
|
|
217
|
+
}
|
|
218
|
+
return { ok: true, value: { proposals } };
|
|
219
|
+
}
|
|
220
|
+
catch (err) {
|
|
221
|
+
return {
|
|
222
|
+
ok: false,
|
|
223
|
+
error: err instanceof Error ? err.message : 'invalid extraction JSON',
|
|
224
|
+
};
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
function answerPrompt(userMessage, recall) {
|
|
228
|
+
return JSON.stringify({
|
|
229
|
+
userMessage,
|
|
230
|
+
authorityDecision: recall.decision,
|
|
231
|
+
memories: recall.atoms.map((atom) => ({
|
|
232
|
+
memoryId: atom.memoryId,
|
|
233
|
+
memoryType: atom.memoryType,
|
|
234
|
+
status: atom.status,
|
|
235
|
+
content: atom.content,
|
|
236
|
+
scope: atom.scope,
|
|
237
|
+
sourceEventIds: atom.sourceEventIds,
|
|
238
|
+
})),
|
|
239
|
+
instruction: 'Answer only within the allowed local/shadow boundary. Cite memory IDs when relying on memory.',
|
|
240
|
+
}, null, 2);
|
|
241
|
+
}
|
|
242
|
+
function optionalObject(value) {
|
|
243
|
+
return Object.fromEntries(Object.entries(value).filter((entry) => entry[1] !== undefined));
|
|
244
|
+
}
|
|
245
|
+
function isRecord(value) {
|
|
246
|
+
return typeof value === 'object' && value !== null && !Array.isArray(value);
|
|
247
|
+
}
|
|
248
|
+
function hasProposalArray(value) {
|
|
249
|
+
if (!isRecord(value))
|
|
250
|
+
return false;
|
|
251
|
+
const candidate = value;
|
|
252
|
+
return Array.isArray(candidate.proposals);
|
|
253
|
+
}
|
|
254
|
+
function isDraftProposalRecord(value) {
|
|
255
|
+
return isRecord(value);
|
|
256
|
+
}
|
|
257
|
+
function isMemoryType(value) {
|
|
258
|
+
return (value === 'observation' ||
|
|
259
|
+
value === 'claim' ||
|
|
260
|
+
value === 'preference' ||
|
|
261
|
+
value === 'policy' ||
|
|
262
|
+
value === 'decision' ||
|
|
263
|
+
value === 'task_state' ||
|
|
264
|
+
value === 'warning' ||
|
|
265
|
+
value === 'skill');
|
|
266
|
+
}
|
|
267
|
+
function isRiskTier(value) {
|
|
268
|
+
return value === 'low_local' || value === 'medium_local' || value === 'sensitive';
|
|
269
|
+
}
|
|
270
|
+
//# sourceMappingURL=anthropic-bridge.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"anthropic-bridge.js","sourceRoot":"","sources":["../src/anthropic-bridge.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aletheia-labs/adapters-anthropic",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Anthropic-compatible LLM adapter for Aletheia authority-governed memory.",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"main": "./dist/index.js",
|
|
8
|
+
"module": "./dist/index.js",
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./dist/index.d.ts",
|
|
13
|
+
"import": "./dist/index.js"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"dist",
|
|
18
|
+
"README.md",
|
|
19
|
+
"LICENSE"
|
|
20
|
+
],
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@aletheia-labs/core": "0.1.0"
|
|
23
|
+
},
|
|
24
|
+
"peerDependencies": {
|
|
25
|
+
"@anthropic-ai/sdk": ">=0.30.0"
|
|
26
|
+
},
|
|
27
|
+
"peerDependenciesMeta": {
|
|
28
|
+
"@anthropic-ai/sdk": {
|
|
29
|
+
"optional": true
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@types/node": "^22.10.0",
|
|
34
|
+
"typescript": "^5.6.3",
|
|
35
|
+
"vitest": "^2.1.8"
|
|
36
|
+
},
|
|
37
|
+
"publishConfig": {
|
|
38
|
+
"access": "public"
|
|
39
|
+
},
|
|
40
|
+
"keywords": [
|
|
41
|
+
"aletheia",
|
|
42
|
+
"llm",
|
|
43
|
+
"memory",
|
|
44
|
+
"anthropic",
|
|
45
|
+
"claude",
|
|
46
|
+
"agents"
|
|
47
|
+
],
|
|
48
|
+
"scripts": {
|
|
49
|
+
"build": "tsc -p tsconfig.json",
|
|
50
|
+
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
51
|
+
"test": "vitest run",
|
|
52
|
+
"test:watch": "vitest"
|
|
53
|
+
}
|
|
54
|
+
}
|