GLaDOS
This is the Personality Core for GLaDOS, the first steps towards a real-life implementation of the AI from the Portal series by Valve.
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- api_config.yaml
- assistant_config.yaml
- glados_config.yaml
- glados_vision_config.yaml
- glados_websocket_config.yaml
- minimax_config.yaml
- 0.wav
- Golden_Gate_Bridge.jpeg
- slow-clap.mp3
- audio_websocket.md
- autonomy.md
- mcp.md
- roadmap.md
- vision.md
- audio_websocket_client.py
- .gitignore
- parakeet-tdt-0.6b-v3_model_config.yaml
- parakeet-tdt_ctc-110m_model_config.yaml
- glados.json
- idx_to_token.pkl
- lang_phoneme_dict.pkl
- lang_phoneme_dict_old.pkl
- phoneme_to_id.pkl
- token_to_idx.pkl
- config.json
- preprocessor_config.json
- tokenizer.json
- tokenizer_config.json
- convert_phonemizer_onnx.py
- install.py
- parakeet_v3_to_onnx_fp16.py
- serve
- __init__.py
- app.py
- config.py
- log.py
- tts.py
- __init__.py
- ctc_asr.py
- mel_spectrogram.py
- tdt_asr.py
- __init__.py
- base.py
- resample.py
- sounddevice_io.py
- vad.py
- websocket_io.py
- __init__.py
- compaction_agent.py
- emotion_agent.py
- hacker_news.py
- observer_agent.py
- weather.py
- __init__.py
- config.py
- constitution.py
- emotion_state.py
- event_bus.py
- events.py
- interaction_state.py
- jobs.py
- llm_client.py
- loop.py
- slots.py
- subagent.py
- subagent_manager.py
- subagent_memory.py
- summarization.py
- task_manager.py
- token_estimator.py
- __init__.py
- audio_data.py
- audio_state.py
- context.py
- conversation_store.py
- engine.py
- knowledge_store.py
- llm_decision.py
- llm_processor.py
- llm_tracking.py
- memory_context.py
- shutdown.py
- speech_listener.py
- speech_player.py
- store.py
- text_listener.py
- tool_executor.py
- tts_synthesizer.py
- logo.ansi
- logo.png
- README.md
- splash.ansi
- __init__.py
- glados.tcss
- text_resources.py
- __init__.py
- config.py
- disk_info_server.py
- manager.py
- memory_server.py
- network_info_server.py
- power_info_server.py
- process_info_server.py
- slow_clap_server.py
- system_info_server.py
- time_info_server.py
- __init__.py
- bus.py
- events.py
- minds.py
- __init__.py
- do_nothing.py
- get_report.py
- preferences.py
- slow_clap.py
- speak.py
- vision_look.py
- __init__.py
- phonemizer.py
- tts_glados.py
- tts_kokoro.py
- __init__.py
- resources.py
- spoken_text_converter.py
- __init__.py
- constants.py
- fastvlm.py
- vision_config.py
- vision_processor.py
- vision_request.py
- vision_state.py
- __init__.py
- cli.py
- tui.py
- py.typed
- test_create_speech.mp3
- __init__.py
- conftest.py
- test_app.py
- __init__.py
- audio-websocket-both.html
- audio-websocket-mic.html
- audio-websocket-speaker.html
- test_api_config.py
- test_audio_resample.py
- test_compaction_agent.py
- test_constitution.py
- test_conversation_store.py
- test_emotion.py
- test_fastvlm_smoke.py
- test_mcp_error_visibility.py
- test_mcp_http_transport.py
- test_mcp_slow_clap.py
- test_observer_agent.py
- test_preferences.py
- test_shutdown.py
- test_spoken_text_converter.py
- test_summarization.py
- test_text_listener.py
- test_token_estimator.py
- test_tool_executor.py
- test_websocket_audio.py
- .dockerignore
- .gitattributes
- .gitignore
- demo.ipynb
- docker-compose.yml
- Dockerfile
- LICENSE.txt
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/dnhkng/GLaDOS
Downloads the entire project code from GitHub to your computer.
cd GLaDOS
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
sudo apt install libportaudio2
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Docker
EasyPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
4. Python
EasyPrerequisites
jupyter notebook demo.ipynb
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
