Skip to content

Commit

Permalink
readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Joseph Petro committed Jul 7, 2024
1 parent 3770753 commit 01c6aea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions smart-collections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,20 @@ class MyCollectionItem extends CollectionItem { ... };
- It includes methods for creating, updating, reading, and deleting items within the collection.
- The class also supports saving and loading the collection data from disk.
- Additionally, it provides convenience methods for accessing information about the collection and its items.
- Represents a collection of items.
- Methods: create, update, read, delete.
- Supports saving/loading data from disk.
- Convenience methods for collection information.

### Collection Items

- `CollectionItem` is a class that represents an individual item within a collection.
- It encapsulates the data and behavior associated with an item.
- The class includes methods for updating and saving the item's data, as well as initializing and parsing the item.
- These classes are part of a JavaScript library or application that utilizes collections of items and provides a convenient interface for managing and manipulating them.
- Represents an item within a collection.
- Encapsulates data and behavior of an item.
- Methods: update, save, initialize, parse.

## about
Smart Collections was built for the [Smart Connections](https://smartconnections.app) Obsidian plugin and [Smart Predictions Framework](https://wfhbrian.com/).
1 change: 1 addition & 0 deletions smart-environment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Key principles:
- Orchestrate modular Smart Modules
- Complement and enhance foundation models
- Prioritize user agency, privacy and oversight
- Loads collections (wake-up)

Smart Environment enables individuals and teams to leverage the power of AI while maintaining control over their data and workflows. Designed for extensibility, it provides a framework for integrating AI capabilities into your existing tools and processes.

Expand Down

0 comments on commit 01c6aea

Please sign in to comment.