Skip to content

Python module of the CST, the Cognitive Systems Toolkit

License

Notifications You must be signed in to change notification settings

H-IAAC/CST-Python

Repository files navigation

CST-Python

CST-Python is a Python module of the CST, the Cognitive Systems Toolkit, a toolkit for the construction of cognitive systems and cognitive architectures.

This project was developed as part of the Cognitive Architectures research line from the Hub for Artificial Intelligence and Cognitive Architectures (H.IAAC) of the State University of Campinas (UNICAMP). See more projects from the group here.

Repository Structure

  • src: cst_python source code
  • tests: code tests

Installation / Usage

  • Installing using pip:

    pip install --upgrade pip
    pip install cst_python
  • For installing from the repository:

    git clone https://github.com/H-IAAC/CST-Python
    cd CST-Python
    pip install --upgrade pip
    pip install .

Authors

  • (2023-) Elton Cardoso do Nascimento: M. Eng. student, FEEC-Unicamp

Acknowledgements

This project is part of the Hub for Artificial Intelligence and Cognitive Architectures (H.IAAC- Hub de Inteligência Artificial e Arquiteturas Cognitivas). We acknowledge the support of PPI-Softex/MCTI by grant 01245.013778/2020-21 through the Brazilian Federal Government.

License

Copyright 2024 H.IAAC

Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.gnu.org/licenses/lgpl-3.0.html

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.