Skip to content

Commit b51ac67

Browse files
committed
feat(README.md): Add 'Key Concepts' link to table of contents
A new link labeled 'Key Concepts' has been added to the table of contents in README.md. Additionally, some portions of the 'Key Concepts' section have been refined for clarity, including a more specific description of the Autonomais command-line interface.
1 parent b0be3d5 commit b51ac67

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
- [Why Autonomais?](#why-autonomais)
1717
- [Getting Started](#getting-started)
18+
- [Key Concepts](#key-concepts)
1819
- [Setup](#setup)
1920
- [Contributing](#contributing)
2021
- [Technologies Used](#technologies-used)
@@ -24,21 +25,13 @@
2425

2526
Autonomais goal is to provide the absolute fastest and simplest way to coordinate multiple AI agents.
2627

27-
## Key Concepts
28-
29-
Autonomais is built around a few key concepts that make it powerful and easy to use:
30-
31-
- **Agent**: A self-contained AI entity capable of performing tasks and making decisions based on input data.
32-
- **Workflow**: A sequence of tasks assigned to agents, defining a process for achieving a specific goal.
33-
- **Task**: A single unit of work or instruction that an agent can execute.
34-
- **Agent Coordination**: The process by which agents communicate and collaborate to complete workflows efficiently.
35-
- **Adaptability**: The ability of agents to adjust their behavior based on changes in their environment or workflow.
36-
3728
Autonomais is a typescript npm library with a commercial-fiendly license.
38-
Autonomais also includes an interactive command-line interface.
29+
Autonomais also includes an interactive command-line interface for desktop workflows.
3930

4031
## Key Concepts
4132

33+
Autonomais simplifies building powerful agentic workflow.
34+
4235
## Getting Started
4336

4437
1. As an npm package:

0 commit comments

Comments
 (0)