Installation
LatentForce.ai is a Python library that provides python access to its flagship products -
AgentForce
ModelForce
Note
To experience our cutting-edge solutions in an interactive UI, please visit our website.
Requirements
OS: Windows/Linux/MacOS
Python: 3.8 -- 3.12
Install with pip
You can install LatentForce using pip:
$ # (Recommended) Create a new conda environment.
$ conda create -n myenv python=3.10 -y
$ conda activate myenv
$ # Install latentforce
$ pip install latentforce