memeloop 0.1.2 → 0.1.3

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/mobile.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  resolveAgentToolLoopTerminalState,
3
3
  runAgentToolLoopTurn
4
- } from "./chunk-KFS2EJT6.js";
4
+ } from "./chunk-K5KZJNDP.js";
5
5
  import {
6
6
  createFetchLLMProvider
7
7
  } from "./chunk-K6P63KD4.js";
8
8
  import {
9
9
  getBuiltinLoopProfile,
10
10
  getBuiltinLoopProfiles
11
- } from "./chunk-T7FSXWFR.js";
11
+ } from "./chunk-LGUGYRR4.js";
12
12
  import "./chunk-WAI6BODI.js";
13
13
  import "./chunk-BGPU4RR7.js";
14
14
  import "./chunk-FWSY5HOA.js";
@@ -3,9 +3,9 @@ import {
3
3
  createAgentLoopScriptRunner,
4
4
  createAgentProfileRunner,
5
5
  createMemeLoopRuntime
6
- } from "./chunk-MAJWHAKR.js";
6
+ } from "./chunk-5JEV7632.js";
7
7
  import "./chunk-AZFYDWIN.js";
8
- import "./chunk-T7FSXWFR.js";
8
+ import "./chunk-LGUGYRR4.js";
9
9
  import "./chunk-WAI6BODI.js";
10
10
  import "./chunk-BGPU4RR7.js";
11
11
  import "./chunk-FWSY5HOA.js";
@@ -15,4 +15,4 @@ export {
15
15
  createAgentProfileRunner,
16
16
  createMemeLoopRuntime
17
17
  };
18
- //# sourceMappingURL=runtime-PGWR6FIV.js.map
18
+ //# sourceMappingURL=runtime-UONPTAYK.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memeloop",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "MemeLoop core runtime: agent framework, storage, sync engine, tools, IM adapter.",
5
5
  "license": "MIT",
6
6
  "type": "module",