├── AgenticAGI_Command_Line_Cookbook.ipynb ├── AgenticAGI_Python ├── LICENSE ├── MANIFEST.in ├── README.md ├── agenticagi │ ├── __init__.py │ └── agi_wrapper.py ├── dist │ ├── AgenticAGI-0.1.3-py3-none-any.whl │ └── agenticagi-0.1.3.tar.gz └── setup.py ├── AgenticAGI_Python_Usage_Cookbook.ipynb ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── PYTHON_INTEGRATION.md └── README.md /AgenticAGI_Command_Line_Cookbook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/AgenticAGI_Command_Line_Cookbook.ipynb -------------------------------------------------------------------------------- /AgenticAGI_Python/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/AgenticAGI_Python/LICENSE -------------------------------------------------------------------------------- /AgenticAGI_Python/MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/AgenticAGI_Python/MANIFEST.in -------------------------------------------------------------------------------- /AgenticAGI_Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/AgenticAGI_Python/README.md -------------------------------------------------------------------------------- /AgenticAGI_Python/agenticagi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /AgenticAGI_Python/agenticagi/agi_wrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/AgenticAGI_Python/agenticagi/agi_wrapper.py -------------------------------------------------------------------------------- /AgenticAGI_Python/dist/AgenticAGI-0.1.3-py3-none-any.whl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/AgenticAGI_Python/dist/AgenticAGI-0.1.3-py3-none-any.whl -------------------------------------------------------------------------------- /AgenticAGI_Python/dist/agenticagi-0.1.3.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/AgenticAGI_Python/dist/agenticagi-0.1.3.tar.gz -------------------------------------------------------------------------------- /AgenticAGI_Python/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/AgenticAGI_Python/setup.py -------------------------------------------------------------------------------- /AgenticAGI_Python_Usage_Cookbook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/AgenticAGI_Python_Usage_Cookbook.ipynb -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/LICENSE -------------------------------------------------------------------------------- /PYTHON_INTEGRATION.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/PYTHON_INTEGRATION.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simulanics/AgenticAGI/HEAD/README.md --------------------------------------------------------------------------------