README.md
pyproject.toml
pygeai/__init__.py
pygeai.egg-info/PKG-INFO
pygeai.egg-info/SOURCES.txt
pygeai.egg-info/dependency_links.txt
pygeai.egg-info/entry_points.txt
pygeai.egg-info/requires.txt
pygeai.egg-info/top_level.txt
pygeai/agent/__init__.py
pygeai/assistant/__init__.py
pygeai/chat/__init__.py
pygeai/cli/__init__.py
pygeai/cli/__main__.py
pygeai/cli/geai.py
pygeai/cli/parsers.py
pygeai/cli/commands/__init__.py
pygeai/cli/commands/base.py
pygeai/cli/commands/configuration.py
pygeai/cli/commands/organization.py
pygeai/cli/texts/__init__.py
pygeai/cli/texts/help.py
pygeai/core/__init__.py
pygeai/core/singleton.py
pygeai/core/base/__init__.py
pygeai/core/base/clients.py
pygeai/core/base/session.py
pygeai/core/common/__init__.py
pygeai/core/common/config.py
pygeai/core/common/exceptions.py
pygeai/core/organization/__init__.py
pygeai/core/organization/clients.py
pygeai/core/organization/endpoints.py
pygeai/core/organization/snippets.py
pygeai/core/services/__init__.py
pygeai/core/services/rest.py
pygeai/dbg/__init__.py
pygeai/tests/__init__.py
pygeai/tests/core/__init__.py
pygeai/tests/core/organization/__init__.py
pygeai/tests/core/organization/test_clients.py