CHANGELOG.md
LICENSE
MANIFEST.in
README.md
env.example
pyproject.toml
requirements.txt
setup.py
agentic_chatbot/__init__.py
agentic_chatbot/advanced_conversation_agent.py
agentic_chatbot/context_agent.py
agentic_chatbot/model_selection_agent.py
agentic_chatbot/security_agent.py
agentic_chatbot.egg-info/PKG-INFO
agentic_chatbot.egg-info/SOURCES.txt
agentic_chatbot.egg-info/dependency_links.txt
agentic_chatbot.egg-info/entry_points.txt
agentic_chatbot.egg-info/not-zip-safe
agentic_chatbot.egg-info/requires.txt
agentic_chatbot.egg-info/top_level.txt
docs/ADVANCED_AGENT_GUIDE.md
docs/INTEGRATION_GUIDE.md
examples/README.md
examples/__init__.py
examples/advanced_agent_examples.py
examples/agent_smoke_test.py
examples/eval_agents.py
examples/streamlit_demo.py
examples/data/sample_eval.jsonl
tests/__init__.py