@agent-assistant/sdk 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.
@@ -0,0 +1,13 @@
1
+ export { createAssistant, AssistantDefinitionError, OutboundEventError } from '@agent-assistant/core';
2
+ export type { AssistantDefinition, AssistantRuntime, InboundMessage, OutboundEvent, CapabilityHandler, CapabilityContext, RuntimeStatus, } from '@agent-assistant/core';
3
+ export { createTraitsProvider, TraitsValidationError } from '@agent-assistant/traits';
4
+ export type { AssistantTraits, SurfaceFormattingTraits, TraitsProvider, } from '@agent-assistant/traits';
5
+ export { createSessionStore, resolveSession, defaultAffinityResolver, InMemorySessionStoreAdapter, SessionConflictError, SessionNotFoundError, SessionStateError, } from '@agent-assistant/sessions';
6
+ export type { Session, SessionStore, SessionStoreAdapter, SessionStoreConfig, SessionState, } from '@agent-assistant/sessions';
7
+ export { createSurfaceRegistry, SurfaceConflictError, SurfaceNotFoundError, SurfaceDeliveryError, } from '@agent-assistant/surfaces';
8
+ export type { SurfaceConnection, SurfaceRegistry, SurfaceCapabilities, SurfaceAdapter, SurfaceFormatHook, SurfaceType, SurfaceState, } from '@agent-assistant/surfaces';
9
+ export { createActionPolicy, defaultRiskClassifier, InMemoryAuditSink, PolicyError, ClassificationError, } from '@agent-assistant/policy';
10
+ export type { Action, PolicyEngine, PolicyEngineConfig, PolicyRule, PolicyDecision, EvaluationResult, AuditSink, RiskLevel, } from '@agent-assistant/policy';
11
+ export { createProactiveEngine, InMemorySchedulerBinding, ProactiveError, SchedulerBindingError, } from '@agent-assistant/proactive';
12
+ export type { ProactiveEngine, ProactiveEngineConfig, FollowUpRule, WatchRule, SchedulerBinding, } from '@agent-assistant/proactive';
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AACtG,YAAY,EACV,mBAAmB,EACnB,gBAAgB,EAChB,cAAc,EACd,aAAa,EACb,iBAAiB,EACjB,iBAAiB,EACjB,aAAa,GACd,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACtF,YAAY,EACV,eAAe,EACf,uBAAuB,EACvB,cAAc,GACf,MAAM,yBAAyB,CAAC;AAGjC,OAAO,EACL,kBAAkB,EAClB,cAAc,EACd,uBAAuB,EACvB,2BAA2B,EAC3B,oBAAoB,EACpB,oBAAoB,EACpB,iBAAiB,GAClB,MAAM,2BAA2B,CAAC;AACnC,YAAY,EACV,OAAO,EACP,YAAY,EACZ,mBAAmB,EACnB,kBAAkB,EAClB,YAAY,GACb,MAAM,2BAA2B,CAAC;AAGnC,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,2BAA2B,CAAC;AACnC,YAAY,EACV,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,cAAc,EACd,iBAAiB,EACjB,WAAW,EACX,YAAY,GACb,MAAM,2BAA2B,CAAC;AAGnC,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,iBAAiB,EACjB,WAAW,EACX,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AACjC,YAAY,EACV,MAAM,EACN,YAAY,EACZ,kBAAkB,EAClB,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,SAAS,EACT,SAAS,GACV,MAAM,yBAAyB,CAAC;AAGjC,OAAO,EACL,qBAAqB,EACrB,wBAAwB,EACxB,cAAc,EACd,qBAAqB,GACtB,MAAM,4BAA4B,CAAC;AACpC,YAAY,EACV,eAAe,EACf,qBAAqB,EACrB,YAAY,EACZ,SAAS,EACT,gBAAgB,GACjB,MAAM,4BAA4B,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,18 @@
1
+ // =============================================================================
2
+ // @agent-assistant/sdk — Top-Level Facade
3
+ // Re-exports the stable v1-baseline API surface across core SDK packages.
4
+ // No logic lives here. See individual packages for implementation details.
5
+ // =============================================================================
6
+ // --- @agent-assistant/core ---
7
+ export { createAssistant, AssistantDefinitionError, OutboundEventError } from '@agent-assistant/core';
8
+ // --- @agent-assistant/traits ---
9
+ export { createTraitsProvider, TraitsValidationError } from '@agent-assistant/traits';
10
+ // --- @agent-assistant/sessions ---
11
+ export { createSessionStore, resolveSession, defaultAffinityResolver, InMemorySessionStoreAdapter, SessionConflictError, SessionNotFoundError, SessionStateError, } from '@agent-assistant/sessions';
12
+ // --- @agent-assistant/surfaces ---
13
+ export { createSurfaceRegistry, SurfaceConflictError, SurfaceNotFoundError, SurfaceDeliveryError, } from '@agent-assistant/surfaces';
14
+ // --- @agent-assistant/policy ---
15
+ export { createActionPolicy, defaultRiskClassifier, InMemoryAuditSink, PolicyError, ClassificationError, } from '@agent-assistant/policy';
16
+ // --- @agent-assistant/proactive ---
17
+ export { createProactiveEngine, InMemorySchedulerBinding, ProactiveError, SchedulerBindingError, } from '@agent-assistant/proactive';
18
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,gFAAgF;AAChF,0CAA0C;AAC1C,0EAA0E;AAC1E,2EAA2E;AAC3E,gFAAgF;AAEhF,gCAAgC;AAChC,OAAO,EAAE,eAAe,EAAE,wBAAwB,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAWtG,kCAAkC;AAClC,OAAO,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOtF,oCAAoC;AACpC,OAAO,EACL,kBAAkB,EAClB,cAAc,EACd,uBAAuB,EACvB,2BAA2B,EAC3B,oBAAoB,EACpB,oBAAoB,EACpB,iBAAiB,GAClB,MAAM,2BAA2B,CAAC;AASnC,oCAAoC;AACpC,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,GACrB,MAAM,2BAA2B,CAAC;AAWnC,kCAAkC;AAClC,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,iBAAiB,EACjB,WAAW,EACX,mBAAmB,GACpB,MAAM,yBAAyB,CAAC;AAYjC,qCAAqC;AACrC,OAAO,EACL,qBAAqB,EACrB,wBAAwB,EACxB,cAAc,EACd,qBAAqB,GACtB,MAAM,4BAA4B,CAAC"}
package/package.json ADDED
@@ -0,0 +1,38 @@
1
+ {
2
+ "name": "@agent-assistant/sdk",
3
+ "version": "0.1.0",
4
+ "description": "Top-level facade for the Agent Assistant SDK",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.js",
11
+ "types": "./dist/index.d.ts"
12
+ }
13
+ },
14
+ "files": ["dist"],
15
+ "scripts": {
16
+ "build": "tsc -p tsconfig.json",
17
+ "typecheck": "tsc --noEmit"
18
+ },
19
+ "dependencies": {
20
+ "@agent-assistant/core": ">=0.1.0",
21
+ "@agent-assistant/traits": ">=0.1.0",
22
+ "@agent-assistant/sessions": ">=0.1.0",
23
+ "@agent-assistant/surfaces": ">=0.1.0",
24
+ "@agent-assistant/policy": ">=0.1.0",
25
+ "@agent-assistant/proactive": ">=0.1.0"
26
+ },
27
+ "devDependencies": {
28
+ "typescript": "^5.9.3"
29
+ },
30
+ "license": "MIT",
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "https://github.com/AgentWorkforce/agent-assistant"
34
+ },
35
+ "publishConfig": {
36
+ "access": "public"
37
+ }
38
+ }