LICENSE
README.md
pyproject.toml
src/alphawave/AlphaWave.py
src/alphawave/Colorize.py
src/alphawave/DefaultResponseValidator.py
src/alphawave/JSONResponseValidator.py
src/alphawave/MemoryFork.py
src/alphawave/OSClient.py
src/alphawave/OpenAIClient.py
src/alphawave/RepairTestClient.py
src/alphawave/Response.py
src/alphawave/TOMLResponseValidator.py
src/alphawave/TestClient.py
src/alphawave/TestClientTest.py
src/alphawave/__init__.py
src/alphawave/alphawaveTypes.py
src/alphawave/internalTypes.py
src/alphawave/jsonParser.py
src/alphawave.egg-info/PKG-INFO
src/alphawave.egg-info/SOURCES.txt
src/alphawave.egg-info/dependency_links.txt
src/alphawave.egg-info/requires.txt
src/alphawave.egg-info/top_level.txt
src/alphawave_agents/Agent.py
src/alphawave_agents/AgentCommandSection.py
src/alphawave_agents/AgentCommandValidator.py
src/alphawave_agents/AskCommand.py
src/alphawave_agents/CompleteTaskCommand.py
src/alphawave_agents/ConfirmAnswerCommand.py
src/alphawave_agents/FinalAnswerCommand.py
src/alphawave_agents/MathCommand.py
src/alphawave_agents/PromptCommand.py
src/alphawave_agents/SchemaBasedCommand.py
src/alphawave_agents/SentimentAnalysis.py
src/alphawave_agents/SetPropertyCommand.py
src/alphawave_agents/__init__.py
src/alphawave_agents/agentTypes.py
src/alphawave_pyexts/FsInference.py
src/alphawave_pyexts/LLMClient.py
src/alphawave_pyexts/SearchCommand.py
src/alphawave_pyexts/chat.py
src/alphawave_pyexts/configuration_RW.py
src/alphawave_pyexts/conversation.py
src/alphawave_pyexts/handler.py
src/alphawave_pyexts/modelling_RW.py
src/alphawave_pyexts/serverUtils.py
src/alphawave_pyexts/utilityV2.py
src/alphawave_pyexts/llmsearch/google_search_concurrent.py
src/alphawave_pyexts/llmsearch/search_service.py
tests/testOSClient.py
tests/testOpenAiClient.py