Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/hooks/pre-commit

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/run_tests.yaml

This file was deleted.

26 changes: 5 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
![Version](https://img.shields.io/badge/version-0.0.0-blue)
# ACE Framework Documentation

<h1 align="center">🧠 ACE Prototype 🧠</h1>
## Overview

The ACE Framework is a conceptual cognitive architecture for building ethical autonomous agents. It was developed by David Shapiro et al. at Clemson University and presented in their paper "Conceptual Framework for Autonomous Cognitive Entities" (arXiv:2310.06775).

# Dependencies
The framework is inspired by the OSI model and uses six hierarchical layers to conceptualize artificial cognitive architectures, ranging from moral reasoning to task execution.

- Before running install
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- [JQ](https://jqlang.org/download/)
- [Podman](https://podman.io/docs/installation)
- [Ollama](https://ollama.com/download)

# Usage

```shell
./ace
```

## Arguments

- `-s` Stop the ACE
- `-r` Restart the ACE
- `--dev` Run the ACE in development mode
- `--test` Run the ACE tests
[Source](design/source.md)
76 changes: 0 additions & 76 deletions ace

This file was deleted.

93 changes: 0 additions & 93 deletions app/component.py

This file was deleted.

8 changes: 0 additions & 8 deletions app/components/__init__.py

This file was deleted.

Empty file removed app/components/actions/__init__.py
Empty file.
6 changes: 0 additions & 6 deletions app/components/actions/start.py

This file was deleted.

Empty file.
21 changes: 0 additions & 21 deletions app/components/controller/api/__init__.py

This file was deleted.

2 changes: 0 additions & 2 deletions app/components/controller/api/routes/__init__.py

This file was deleted.

43 changes: 0 additions & 43 deletions app/components/controller/api/routes/model_provider.py

This file was deleted.

Loading