LICENSE
MANIFEST.in
PyPI_README.md
README.md
requirements.txt
setup.py
assets/images/framework_architecture.png
examples/ai_thought_process.py
examples/hello_world.py
examples/lecture_practice.py
examples/multiparty_conversation.py
scripts/build_and_publish.py
scripts/check_installation.py
scripts/download_spacy_model.py
scripts/run_tests.py
tests/__init__.py
tests/test_basic.py
thoughtful_agents/__init__.py
thoughtful_agents.egg-info/PKG-INFO
thoughtful_agents.egg-info/SOURCES.txt
thoughtful_agents.egg-info/dependency_links.txt
thoughtful_agents.egg-info/requires.txt
thoughtful_agents.egg-info/top_level.txt
thoughtful_agents/models/__init__.py
thoughtful_agents/models/conversation.py
thoughtful_agents/models/enums.py
thoughtful_agents/models/memory.py
thoughtful_agents/models/mental_object.py
thoughtful_agents/models/participant.py
thoughtful_agents/models/thought.py
thoughtful_agents/utils/__init__.py
thoughtful_agents/utils/llm_api.py
thoughtful_agents/utils/saliency.py
thoughtful_agents/utils/text_splitter.py
thoughtful_agents/utils/thinking_engine.py
thoughtful_agents/utils/turn_taking_engine.py