Round_2 / docs /filseStructure.md
Chris4K's picture
Upload 8 files
d2c3513 verified

A newer version of the Gradio SDK is available: 6.1.0

Upgrade

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