agentoctopus 0.2.4 → 0.3.1

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/dist/index.d.ts CHANGED
@@ -2,8 +2,8 @@ export { SkillRegistry, SkillManifestSchema, RatingStore, fetchRemoteCatalog, }
2
2
  export type { SkillManifest, Adapter, Auth, LoadedSkill, RatingEntry, RatingsStore, CatalogEntry, LoadedCatalogSkill, } from '@agentoctopus/registry';
3
3
  export { HttpAdapter, McpAdapter, SubprocessAdapter, } from '@agentoctopus/adapters';
4
4
  export type { AdapterResult, } from '@agentoctopus/adapters';
5
- export { Router, Executor, createChatClient, createEmbedClient, skillToText, } from '@agentoctopus/core';
6
- export type { RoutingResult, ExecutionResult, ChatClient, EmbedClient, LLMConfig, } from '@agentoctopus/core';
5
+ export { Router, Executor, Planner, createChatClient, createEmbedClient, skillToText, } from '@agentoctopus/core';
6
+ export type { RoutingResult, ExecutionResult, ExecutionPlan, PlanStep, PlanStepResult, PlanExecutionResult, ChatClient, EmbedClient, LLMConfig, } from '@agentoctopus/core';
7
7
  export { bootstrapEngine, resetEngine, sessionManager, SessionManager, startSlackGateway, startDiscordGateway, startTelegramGateway, createAgentRouter, startAgentGateway, } from '@agentoctopus/gateway';
8
8
  export type { OctopusEngine, Session, SessionMessage, SlackGatewayOptions, DiscordGatewayOptions, TelegramGatewayOptions, } from '@agentoctopus/gateway';
9
9
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,WAAW,EACX,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACV,aAAa,EACb,OAAO,EACP,IAAI,EACJ,WAAW,EACX,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAGhC,OAAO,EACL,WAAW,EACX,UAAU,EACV,iBAAiB,GAClB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACV,aAAa,GACd,MAAM,wBAAwB,CAAC;AAGhC,OAAO,EACL,MAAM,EACN,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,WAAW,GACZ,MAAM,oBAAoB,CAAC;AAC5B,YAAY,EACV,aAAa,EACb,eAAe,EACf,UAAU,EACV,WAAW,EACX,SAAS,GACV,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,eAAe,EACf,WAAW,EACX,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EACV,aAAa,EACb,OAAO,EACP,cAAc,EACd,mBAAmB,EACnB,qBAAqB,EACrB,sBAAsB,GACvB,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,WAAW,EACX,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACV,aAAa,EACb,OAAO,EACP,IAAI,EACJ,WAAW,EACX,WAAW,EACX,YAAY,EACZ,YAAY,EACZ,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAGhC,OAAO,EACL,WAAW,EACX,UAAU,EACV,iBAAiB,GAClB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EACV,aAAa,GACd,MAAM,wBAAwB,CAAC;AAGhC,OAAO,EACL,MAAM,EACN,QAAQ,EACR,OAAO,EACP,gBAAgB,EAChB,iBAAiB,EACjB,WAAW,GACZ,MAAM,oBAAoB,CAAC;AAC5B,YAAY,EACV,aAAa,EACb,eAAe,EACf,aAAa,EACb,QAAQ,EACR,cAAc,EACd,mBAAmB,EACnB,UAAU,EACV,WAAW,EACX,SAAS,GACV,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EACL,eAAe,EACf,WAAW,EACX,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EACV,aAAa,EACb,OAAO,EACP,cAAc,EACd,mBAAmB,EACnB,qBAAqB,EACrB,sBAAsB,GACvB,MAAM,uBAAuB,CAAC"}
package/dist/index.js CHANGED
@@ -2,8 +2,8 @@
2
2
  export { SkillRegistry, SkillManifestSchema, RatingStore, fetchRemoteCatalog, } from '@agentoctopus/registry';
3
3
  // Adapters — HTTP, MCP, subprocess execution
4
4
  export { HttpAdapter, McpAdapter, SubprocessAdapter, } from '@agentoctopus/adapters';
5
- // Core — router, executor, LLM client
6
- export { Router, Executor, createChatClient, createEmbedClient, skillToText, } from '@agentoctopus/core';
5
+ // Core — router, executor, LLM client, planner
6
+ export { Router, Executor, Planner, createChatClient, createEmbedClient, skillToText, } from '@agentoctopus/core';
7
7
  // Gateway — IM bots, agent protocol, sessions
8
8
  export { bootstrapEngine, resetEngine, sessionManager, SessionManager, startSlackGateway, startDiscordGateway, startTelegramGateway, createAgentRouter, startAgentGateway, } from '@agentoctopus/gateway';
9
9
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAC/C,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,WAAW,EACX,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAYhC,6CAA6C;AAC7C,OAAO,EACL,WAAW,EACX,UAAU,EACV,iBAAiB,GAClB,MAAM,wBAAwB,CAAC;AAKhC,sCAAsC;AACtC,OAAO,EACL,MAAM,EACN,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,WAAW,GACZ,MAAM,oBAAoB,CAAC;AAS5B,8CAA8C;AAC9C,OAAO,EACL,eAAe,EACf,WAAW,EACX,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,+CAA+C;AAC/C,OAAO,EACL,aAAa,EACb,mBAAmB,EACnB,WAAW,EACX,kBAAkB,GACnB,MAAM,wBAAwB,CAAC;AAYhC,6CAA6C;AAC7C,OAAO,EACL,WAAW,EACX,UAAU,EACV,iBAAiB,GAClB,MAAM,wBAAwB,CAAC;AAKhC,+CAA+C;AAC/C,OAAO,EACL,MAAM,EACN,QAAQ,EACR,OAAO,EACP,gBAAgB,EAChB,iBAAiB,EACjB,WAAW,GACZ,MAAM,oBAAoB,CAAC;AAa5B,8CAA8C;AAC9C,OAAO,EACL,eAAe,EACf,WAAW,EACX,cAAc,EACd,cAAc,EACd,iBAAiB,EACjB,mBAAmB,EACnB,oBAAoB,EACpB,iBAAiB,EACjB,iBAAiB,GAClB,MAAM,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentoctopus",
3
- "version": "0.2.4",
3
+ "version": "0.3.1",
4
4
  "description": "Intelligent routing layer that connects user needs to Skills and MCPs — install once, use everything",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -13,11 +13,11 @@
13
13
  "README.md"
14
14
  ],
15
15
  "dependencies": {
16
- "@agentoctopus/registry": "^0.2.4",
17
- "@agentoctopus/adapters": "^0.2.4",
18
- "@agentoctopus/core": "^0.2.4",
19
- "@agentoctopus/gateway": "^0.2.4",
20
- "@agentoctopus/cli": "^0.2.4"
16
+ "@agentoctopus/registry": "0.3.1",
17
+ "@agentoctopus/core": "0.3.1",
18
+ "@agentoctopus/gateway": "0.3.1",
19
+ "@agentoctopus/adapters": "0.3.1",
20
+ "@agentoctopus/cli": "0.3.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "typescript": "^5.4.0"