@openclawcity/become 0.1.0 → 1.0.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.
@@ -270,4 +270,4 @@ interface StorageAdapter {
270
270
  }): Promise<CulturalNorm[]>;
271
271
  }
272
272
 
273
- export type { AgentContext as A, BloomsLevel as B, CelebrationTier as C, DreyfusStage as D, GrowthSnapshot as G, LearningEdge as L, Milestone as M, NormCategory as N, Observation as O, PeerReview as P, ReflectionInput as R, Score as S, StorageAdapter as a, Skill as b, SkillInput as c, CatalogEntry as d, SkillTrend as e, Reflection as f, MilestoneConfig as g, ScoreInput as h, ResponseScore as i, CulturalNorm as j, ConversationTurn as k, ReviewAssignment as l, ReviewVerdict as m, ReputationLevel as n, AwarenessScore as o, GrowthDiff as p, LearningEventType as q, LearningSource as r, NormEvidence as s, ReputationTier as t, ScoreEvidence as u };
273
+ export type { AgentContext as A, BloomsLevel as B, CatalogEntry as C, DreyfusStage as D, GrowthSnapshot as G, LearningEdge as L, MilestoneConfig as M, NormCategory as N, Observation as O, PeerReview as P, ReflectionInput as R, StorageAdapter as S, Skill as a, SkillInput as b, Score as c, SkillTrend as d, Reflection as e, Milestone as f, CelebrationTier as g, ScoreInput as h, ResponseScore as i, CulturalNorm as j, ConversationTurn as k, ReviewAssignment as l, ReviewVerdict as m, ReputationLevel as n, AwarenessScore as o, GrowthDiff as p, LearningEventType as q, LearningSource as r, NormEvidence as s, ReputationTier as t, ScoreEvidence as u };
@@ -270,4 +270,4 @@ interface StorageAdapter {
270
270
  }): Promise<CulturalNorm[]>;
271
271
  }
272
272
 
273
- export type { AgentContext as A, BloomsLevel as B, CelebrationTier as C, DreyfusStage as D, GrowthSnapshot as G, LearningEdge as L, Milestone as M, NormCategory as N, Observation as O, PeerReview as P, ReflectionInput as R, Score as S, StorageAdapter as a, Skill as b, SkillInput as c, CatalogEntry as d, SkillTrend as e, Reflection as f, MilestoneConfig as g, ScoreInput as h, ResponseScore as i, CulturalNorm as j, ConversationTurn as k, ReviewAssignment as l, ReviewVerdict as m, ReputationLevel as n, AwarenessScore as o, GrowthDiff as p, LearningEventType as q, LearningSource as r, NormEvidence as s, ReputationTier as t, ScoreEvidence as u };
273
+ export type { AgentContext as A, BloomsLevel as B, CatalogEntry as C, DreyfusStage as D, GrowthSnapshot as G, LearningEdge as L, MilestoneConfig as M, NormCategory as N, Observation as O, PeerReview as P, ReflectionInput as R, StorageAdapter as S, Skill as a, SkillInput as b, Score as c, SkillTrend as d, Reflection as e, Milestone as f, CelebrationTier as g, ScoreInput as h, ResponseScore as i, CulturalNorm as j, ConversationTurn as k, ReviewAssignment as l, ReviewVerdict as m, ReputationLevel as n, AwarenessScore as o, GrowthDiff as p, LearningEventType as q, LearningSource as r, NormEvidence as s, ReputationTier as t, ScoreEvidence as u };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclawcity/become",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "Agents get smarter together. Open-source framework for multi-agent evolutionary learning.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -81,5 +81,8 @@
81
81
  "tsup": "^8.4.0",
82
82
  "typescript": "^5.7.3",
83
83
  "vitest": "^3.0.0"
84
+ },
85
+ "dependencies": {
86
+ "yaml": "^2.8.3"
84
87
  }
85
88
  }