LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
smart_agent/__init__.py
smart_agent/agent.py
smart_agent/cli.py
smart_agent/process_manager.py
smart_agent/proxy_manager.py
smart_agent/tool_manager.py
smart_agent.egg-info/PKG-INFO
smart_agent.egg-info/SOURCES.txt
smart_agent.egg-info/dependency_links.txt
smart_agent.egg-info/entry_points.txt
smart_agent.egg-info/requires.txt
smart_agent.egg-info/top_level.txt
smart_agent/commands/__init__.py
smart_agent/commands/chainlit.py
smart_agent/commands/chat.py
smart_agent/commands/init.py
smart_agent/commands/start.py
smart_agent/commands/status.py
smart_agent/commands/stop.py
smart_agent/config/config.yaml.example
smart_agent/config/litellm_config.yaml.example
smart_agent/core/__init__.py
smart_agent/core/agent.py
smart_agent/core/chainlit_agent.py
smart_agent/core/cli_agent.py
smart_agent/web/__init__.py
smart_agent/web/chainlit_app.py
smart_agent/web/helpers/__init__.py
smart_agent/web/helpers/agent.py
smart_agent/web/helpers/events.py
smart_agent/web/helpers/setup.py
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/test_smart_agent_e2e.py
tests/integration/__init__.py
tests/integration/test_tool_management.py
tests/unit/__init__.py
tests/unit/test_agent.py
tests/unit/test_cli.py
tests/unit/test_config.py