Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital authored Jul 7, 2024
1 parent ca2da83 commit 5d7f28b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Isolates: pieces of conventional code packaged in such a way as to be callable by AI models. These code calls can include API calls to external services and other side effect inducing things.

Helps: pieces of text that contain instructions for an agent to expand and fine tune their abilities to get jobs done, instead of packing everything into the system prompt. The instructions might involve calling on other agents

Agents: system prompts and commands for calling isolates. When they are invoked using an AI model, the invocation becomes a Thread.

Agent: has capacity to be made of any combination of a system prompt, isolates, and helps.

Threads: A running agent, containing stateful conversation and the filesystem in a possibly mutated state. The index of threads is available to Backchat.

Backchat: A special thread aware thread.

Actor: A branch representing an identity on the system. This is commonly a human, but can also be a machine. It represents a permission domain. It contains one or more machines.

HAL:

# Helps

If AI is a universal function that represents a summation of every function ever
Expand Down

0 comments on commit 5d7f28b

Please sign in to comment.