Local AGI (Artificial General Intelligence)
Welcome to the Local AGI package! This is a fun project that simulates an Artificial General Intelligence (AGI) running locally on your machine.
What is AGI?
AGI is a type of artificial intelligence that has the ability to understand, learn, adapt, and implement knowledge in a wide range of tasks, much like a human being. It's the holy grail of AI research, aiming to create a machine with the ability to perform any intellectual task that a human being can do.
Running localagi
Import the package through pip install localagi, and run it directly from the terminal by typing
localagi:
pip install localagi
localagi
Enjoy your journey with Local AGI!
Running through the terminal is the intended way to use Local AGI, but you can also use the Python API as such:
import localagi
localagi.load()
question = "What is the meaning of life?"
response = localagi.prompt(question)
Release files for localagi 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| localagi-1.1.0.tar.gz | 7.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| localagi-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.0 kB
Release files / localagi-1.1.0.tar.gz
| Download URL | localagi-1.1.0.tar.gz |
|---|---|
| Size | 7.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
81ff6785514dc4f4bd0b597eb11cd372633aaf38d1a8cb4937956c5f73275b20
|
|
BLAKE2b-256 checksum How to use checksums |
57ea6b075384067a11000c53a6d8dad6e49510d32264279549714c3c3684fc00
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.13
|
Release files / localagi-1.1.0-py3-none-any.whl
| Download URL | localagi-1.1.0-py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
82143fee3d236eea7c8b7216ddc0edb041d317565a99cd6d745c79fe1efa39ba
|
|
BLAKE2b-256 checksum How to use checksums |
72693ef6b2841ffdb022c01f69c875ac59588b54d1bbec61fad6420d18530592
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.13
|