LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
bluer_agent/__init__.py
bluer_agent/__main__.py
bluer_agent/config.env
bluer_agent/env.py
bluer_agent/functions.py
bluer_agent/host.py
bluer_agent/logger.py
bluer_agent/sample.env
bluer_agent/urls.py
bluer_agent.egg-info/PKG-INFO
bluer_agent.egg-info/SOURCES.txt
bluer_agent.egg-info/dependency_links.txt
bluer_agent.egg-info/requires.txt
bluer_agent.egg-info/top_level.txt
bluer_agent/.abcli/abcli.sh
bluer_agent/.abcli/actions.sh
bluer_agent/.abcli/alias.sh
bluer_agent/.abcli/assistant.sh
bluer_agent/.abcli/audio.sh
bluer_agent/.abcli/bluer_agent.sh
bluer_agent/.abcli/chat.sh
bluer_agent/.abcli/crawl.sh
bluer_agent/.abcli/install.sh
bluer_agent/.abcli/rag.sh
bluer_agent/.abcli/transcribe.sh
bluer_agent/.abcli/voice.sh
bluer_agent/.abcli/audio/converse.sh
bluer_agent/.abcli/audio/install.sh
bluer_agent/.abcli/audio/play.sh
bluer_agent/.abcli/audio/record.sh
bluer_agent/.abcli/audio/test.sh
bluer_agent/.abcli/crawl/collect.sh
bluer_agent/.abcli/crawl/review.sh
bluer_agent/.abcli/rag/build_corpus.sh
bluer_agent/.abcli/rag/query.sh
bluer_agent/.abcli/tests/README.sh
bluer_agent/.abcli/tests/audio_play.sh
bluer_agent/.abcli/tests/audio_record.sh
bluer_agent/.abcli/tests/chat.sh
bluer_agent/.abcli/tests/crawl.sh
bluer_agent/.abcli/tests/crawl_all.sh
bluer_agent/.abcli/tests/crawl_all_and_review.sh
bluer_agent/.abcli/tests/crawl_and_review.sh
bluer_agent/.abcli/tests/help.sh
bluer_agent/.abcli/tests/rag_build_corpus.sh
bluer_agent/.abcli/tests/rag_query.sh
bluer_agent/.abcli/tests/transcription.sh
bluer_agent/.abcli/tests/version.sh
bluer_agent/.abcli/tests/voice.sh
bluer_agent/.abcli/voice/generate.sh
bluer_agent/README/__init__.py
bluer_agent/README/aliases.py
bluer_agent/README/assistant.py
bluer_agent/README/audio.py
bluer_agent/README/build.py
bluer_agent/README/chat.py
bluer_agent/README/crawl.py
bluer_agent/README/docs.py
bluer_agent/README/rag.py
bluer_agent/README/transcription.py
bluer_agent/README/voice.py
bluer_agent/assets/__init__.py
bluer_agent/assets/path.py
bluer_agent/assets/query.html
bluer_agent/assets/review.html
bluer_agent/assistant/__init__.py
bluer_agent/assistant/app.html
bluer_agent/assistant/app.py
bluer_agent/assistant/env.py
bluer_agent/assistant/ui.py
bluer_agent/audio/__init__.py
bluer_agent/audio/__main__.py
bluer_agent/audio/conversation.py
bluer_agent/audio/env.py
bluer_agent/audio/play.py
bluer_agent/audio/properties.py
bluer_agent/audio/record.py
bluer_agent/chat/__init__.py
bluer_agent/chat/__main__.py
bluer_agent/chat/functions.py
bluer_agent/crawl/__init__.py
bluer_agent/crawl/__main__.py
bluer_agent/crawl/classes.py
bluer_agent/crawl/collect.py
bluer_agent/crawl/collector.py
bluer_agent/crawl/file.py
bluer_agent/crawl/functions.py
bluer_agent/crawl/review.py
bluer_agent/help/__init__.py
bluer_agent/help/__main__.py
bluer_agent/help/assistant.py
bluer_agent/help/audio.py
bluer_agent/help/chat.py
bluer_agent/help/crawl.py
bluer_agent/help/functions.py
bluer_agent/help/rag.py
bluer_agent/help/transcribe.py
bluer_agent/help/voice.py
bluer_agent/rag/__init__.py
bluer_agent/rag/__main__.py
bluer_agent/rag/query.py
bluer_agent/rag/corpus/__init__.py
bluer_agent/rag/corpus/__main__.py
bluer_agent/rag/corpus/build.py
bluer_agent/rag/corpus/context.py
bluer_agent/rag/corpus/embed.py
bluer_agent/rag/prompt/__init__.py
bluer_agent/rag/prompt/multi_root.py
bluer_agent/rag/prompt/single_root.py
bluer_agent/transcription/__init__.py
bluer_agent/transcription/__main__.py
bluer_agent/transcription/functions.py
bluer_agent/voice/__init__.py
bluer_agent/voice/__main__.py
bluer_agent/voice/functions.py