https://github.com/andreastedile/asa
https://github.com/andreastedile/asa
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreastedile/asa
- Owner: andreastedile
- Created: 2023-09-03T21:16:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T07:45:48.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T15:32:30.103Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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