Logo
Explore Help
Sign In
Koko210/miku-discord
1
0
Fork 0
You've already forked miku-discord
Code Issues 34 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d5b9964ce7e2148a253cea17e91b2c8751993c69
miku-discord/cheshire-cat/stop.sh

12 lines
297 B
Bash
Raw Normal View History

add: cheshire-cat configuration, tooling, tests, and documentation Configuration: - .env.example, .gitignore, compose.yml (main docker compose) - docker-compose-amd.yml (ROCm), docker-compose-macos.yml - start.sh, stop.sh convenience scripts - LICENSE (Apache 2.0, from upstream Cheshire Cat) Memory management utilities: - analyze_consolidation.py, manual_consolidation.py, verify_consolidation.py - check_memories.py, extract_declarative_facts.py, store_declarative_facts.py - compare_systems.py (system comparison tool) - benchmark_cat.py, streaming_benchmark.py, streaming_benchmark_v2.py Test suite: - quick_test.py, test_setup.py, test_setup_simple.py - test_consolidation_direct.py, test_declarative_recall.py, test_recall.py - test_end_to_end.py, test_full_pipeline.py - test_phase2.py, test_phase2_comprehensive.py Documentation: - README.md, QUICK_START.txt, TEST_README.md, SETUP_COMPLETE.md - PHASE2_IMPLEMENTATION_NOTES.md, PHASE2_TEST_RESULTS.md - POST_OPTIMIZATION_ANALYSIS.md
2026-03-04 00:51:14 +02:00
#!/bin/bash
# Stop Cheshire Cat services
echo "🛑 Stopping Cheshire Cat services..."
docker-compose -f docker-compose.test.yml down
echo ""
echo "✅ Services stopped"
echo ""
echo "To remove all data (including uploaded knowledge):"
echo " docker-compose -f docker-compose.test.yml down -v"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 26ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API