Hacker News new | ask | show | jobs
by Norl-Seria 206 days ago
This is the file structure. Please refer to it.

Please configure the .env file according to your own settings. In particular, if you change the API, please pay attention to the structure of server.py.

Alice-pm0.app/ ├── Alice_pm0.py ├── AliceLLMIntermediary.py ├──EmotionalCoreMediator.py ├── server.py ├── requirements.txt ├── Dockerfile ├── docker-compose.yml ├── .gitignore └── .env ├── prompts/ │ ├──system_evaluator.txt │ └── system_alice.txt ├── static/ │ ├── index.html │ └── app.js └── state/ # [PERSISTENT DATA] ↓ Directory └──alice_memory.pkl ↓ #Automatically generated persistent data at runtime

1 comments

I apologize. It seems the file structure list was corrupted/messed up by the comment system's formatting. However, I believe it will still be useful as a reference if you mentally parse the hierarchy.