Skip to content

Commit

Permalink
Update 01_architecture.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
vilkinsons authored Jun 3, 2024
1 parent ec98f87 commit 22003a5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Most entities and types you work with in HASH will be user-created, or generated
- **Web:** a web is a namespace within an instance that contains **entities** and **types**, which belongs to either a user or an organization.
- **User:** a single account on an instance, corresponding to a real person, which can be logged into via the HASH application interface.
- **Organization:** a collectively addressable group of users on an instance.
- **Worker:** @todo
- **Flow:** @todo
- **Goal:** @todo
- **Worker:** an individual AI agent capable of conducting actions or co-ordinating other agents in service of a goal.
- **Goal:** a user-defined objective provided in natural language.
- **Flow:** a pre-defined set of steps that can be executed by workers.
- **File:** a binary object stored as a single entity. Files MAY have a more specific system-recognized sub-type (e.g. `Image File`), extending the range of ways in which they can be used in HASH.

A number of other system entity types exist,:
Expand Down

0 comments on commit 22003a5

Please sign in to comment.