An open API service indexing awesome lists of open source software.

https://github.com/andreastedile/asa


https://github.com/andreastedile/asa

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Autonomous Software Agents

Build:
```shell
npm run build
```

Single-agent setup:

```shell
npm start TOKEN
```

Two-agent setup:

```shell
npm start TOKEN 1
```
(Notice the 1 at the end).

Unfortunately, I had no time to add a command line argument parser. Therefore:

To change reconsideration strategy between bold and cautious:
- Comment/uncomment line 274 and 275 in index.ts

To change commitment strategy between BacktrackCommitment and MaxConsecutiveFailuresCommitment:
- Comment/uncomment line 329 and 330 in index.ts