SCAN

DOI

SCANGITHUBLOGO

The SCAN (Synthetic Cognitive Augmentation Network) project aims to develop a collaborative multi-agent system that replicates the functions of the prefrontal cortex (PFC) using AI agents to enhance problem-solving, planning, decision-making, and other PFC-related activities.

Table of Contents

Overview

The SCAN project offers a multi-agent system designed to simulate the functions of the prefrontal cortex (PFC), enabling detailed analysis and decision-making simulations. By employing collaborative agents that emulate different components of the PFC, SCAN aims to enhance the capabilities of LLMs through customization. This system aids in understanding cognitive processes, developing advanced AI applications that mimic human cognitive functions, and assisting end users in making better decisions, solving problems, planning, and other PFC-related activities.

Features

Tech Stack

Solution

The SCAN project offers a multi-agent system designed to simulate the functions of the prefrontal cortex (PFC), enabling detailed analysis and decision-making simulations. By employing collaborative agents that emulate different components of the PFC, SCAN aims to enhance the capabilities of LLMs through customization. This system aids in understanding cognitive processes, developing advanced AI applications that mimic human cognitive functions, and assisting end users in making better decisions, solving problems, planning, and other PFC-related activities.

Configuration

To configure the project, create a .env file in the root directory with the following variables:

# OpenAI API Key
OPENAI_API_KEY=your_openai_api_key_here

Usage

Clone the Repository

git clone https://github.com/iLevyTate/SCAN.git
cd SCAN

Install the Required Packages

uv sync --frozen

Set up Environment Variables

Set up your environment variables in the .env file as shown above.

(Optional) Export the API Key in the Terminal

If the API key from the .env file is not being picked up, you can export it directly in the terminal:

export OPENAI_API_KEY=your_openai_api_key_here

Run the Main Script

uv run run-scan

Contributors

Feel free to contribute by submitting issues or pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

uv Instructions

For the uv package manager: