.gitignore
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
bin/build.sh
bin/publish-pypi.sh
bin/run_tests.sh
examples/completion_agent_basic_example.py
examples/completion_agent_function_example.py
examples/completion_agent_history_example.py
examples/streaming_agent_basic_example.py
examples/streaming_agent_function_example.py
examples/streaming_cli_chatbot/simple_spinner.py
examples/streaming_cli_chatbot/streaming_cli_chatbot.py
nimbusagent/__init__.py
nimbusagent.egg-info/PKG-INFO
nimbusagent.egg-info/SOURCES.txt
nimbusagent.egg-info/dependency_links.txt
nimbusagent.egg-info/requires.txt
nimbusagent.egg-info/top_level.txt
nimbusagent/agent/__init__.py
nimbusagent/agent/base.py
nimbusagent/agent/completion.py
nimbusagent/agent/streaming.py
nimbusagent/functions/__init__.py
nimbusagent/functions/handler.py
nimbusagent/functions/parser.py
nimbusagent/functions/responses.py
nimbusagent/memory/__init__.py
nimbusagent/memory/base.py
nimbusagent/utils/__init__.py
nimbusagent/utils/helper.py
tests/__init__.py
tests/test_nimbusagent_agent_base.py
tests/test_nimbusagent_functions_handler.py
tests/test_nimbusagent_functions_parser.py
tests/test_nimbusagent_functions_response.py
tests/test_nimbusagent_memory_base.py
tests/test_nimbusagent_utils.py