Spaces:
Running
A newer version of the Gradio SDK is available:
6.1.0
winter-25/ β βββ app.py # Main entry point, Gradio UI, initialization βββ agent.py # Contains ReactAgent and Tool classes (WikipediaTool, MemorySearchTool, etc.) βββ consciousness.py # Contains ConsciousnessLoop class and related logic βββ llmEngine.py # LocalLLM and LLM provider abstraction βββ memory.py # MemorySystem, VectorMemory, Scratchpad, data classes (Memory, Experience, Dream, Scene) βββ requirements.txt # Dependencies βββ .env # Hugging Face token and secrets βββ chroma_db/ # ChromaDB persistence directory βββ logs/ β βββ consciousness.log β βββ llm_interactions.log β βββ internal_dialogue.log βββ tools/ # (Optional) Additional tool implementations