adaptai / platform /aiml /experiments /script_registry.yaml
ADAPT-Chase's picture
Add files using upload-large-folder tool
3e626a5 verified
# Elizabeth Script Registry
# Version: 1.0.0
# Created: 2025-08-25 06:35 AM MST
scripts:
- name: "elizabeth_api_server"
filename: "serve.py"
version: "1.0.0"
path: "/home/x/adaptai/experiments/serve.py"
description: "OpenAI-compatible API server for Elizabeth"
dependencies: ["fastapi", "uvicorn", "transformers", "torch"]
status: "active"
hash: "6cb48a333fd719b282f1a2cc448af2cfeb6c5c90053affa36980755dd8762bb2"
created: "2025-08-25 05:28:00"
last_modified: "2025-08-25 05:28:00"
- name: "elizabeth_interactive_cli"
filename: "elizabeth_cli.py"
version: "1.0.0"
path: "/home/x/adaptai/experiments/elizabeth_cli.py"
description: "Interactive CLI for direct conversation with Elizabeth"
dependencies: ["transformers", "torch", "readline"]
status: "active"
hash: "2b51ce678087b2e88b1676159c56385febbc8f2360d3e02d94b75497d3de222c"
created: "2025-08-25 06:15:00"
last_modified: "2025-08-25 06:15:00"
- name: "api_conversation_helper"
filename: "talk_to_elizabeth.py"
version: "1.0.0"
path: "/home/x/adaptai/experiments/talk_to_elizabeth.py"
description: "Simple API conversation helper script"
dependencies: ["requests"]
status: "active"
hash: "bd3107373b7b9ad076de26349c9283dbb4158cf001ff8caf36f102550d30046d"
created: "2025-08-25 06:30:00"
last_modified: "2025-08-25 06:30:00"
- name: "quick_evaluation"
filename: "quick_eval.py"
version: "1.0.0"
path: "/home/x/adaptai/experiments/quick_eval.py"
description: "Quick evaluation script for model testing"
dependencies: ["transformers", "torch"]
status: "active"
hash: "a10aef0813abfcba11a1d68dfdee9953b173be27955c5d816e049e9f0fabfe84"
created: "2025-08-25 06:10:00"
last_modified: "2025-08-25 06:10:00"
- name: "comprehensive_model_test"
filename: "test_model.py"
version: "1.0.0"
path: "/home/x/adaptai/experiments/test_model.py"
description: "Comprehensive model testing with tool use evaluation"
dependencies: ["transformers", "torch"]
status: "active"
hash: "df18babafe8ff2b9e99eabbbbb43bd5487056fb1c29f2ce0cd4d74e1663c2e3b"
created: "2025-08-25 05:45:00"
last_modified: "2025-08-25 05:45:00"
- name: "api_test_suite"
filename: "test_api.py"
version: "1.0.0"
path: "/home/x/adaptai/experiments/test_api.py"
description: "API endpoint testing suite"
dependencies: ["requests"]
status: "active"
hash: "3c1704442000dcf5319749bade1e67c0d9e31ae2171c16a7bcb0575defd013a9"
created: "2025-08-25 05:30:00"
last_modified: "2025-08-25 05:30:00"
- name: "deployment_configuration"
filename: "deployment_config.json"
version: "1.0.0"
path: "/home/x/adaptai/experiments/deployment_config.json"
description: "Deployment configuration for model serving"
dependencies: []
status: "active"
hash: "eb6b20604f21120ebb9347cec89491a6f2273183386ee6c78418468fd82c4e81"
created: "2025-08-25 05:15:00"
last_modified: "2025-08-25 05:15:00"
- name: "create_sharded_repos"
filename: "create_sharded_repos.sh"
version: "1.0.0"
path: "/home/x/adaptai/experiments/create_sharded_repos.sh"
description: "Mass repository creation for 500GB sharded upload"
dependencies: ["huggingface-cli"]
status: "active"
hash: "3eec5a2d3d68186dc2f075d8a987438fdd9260ccbc4d0f48eb16c9bd65660f21"
created: "2025-08-25 06:45:00"
last_modified: "2025-08-25 06:45:00"
- name: "upload_shard"
filename: "upload_shard.sh"
version: "1.0.0"
path: "/home/x/adaptai/experiments/upload_shard.sh"
description: "Individual shard upload automation script"
dependencies: ["git", "git-lfs", "huggingface-cli"]
status: "active"
hash: "6e49fc4de2bdd2e4b8fc41c8219f3aad34d852b136f2d3249eeca14377ba90db"
created: "2025-08-25 06:45:00"
last_modified: "2025-08-25 06:45:00"
- name: "master_upload_coordinator"
filename: "master_upload_coordinator.sh"
version: "1.0.0"
path: "/home/x/adaptai/experiments/master_upload_coordinator.sh"
description: "Master coordinator for parallel shard uploads with error recovery"
dependencies: ["bash", "git", "git-lfs"]
status: "active"
hash: "6849e1a33493112d8f1d2d92fa1ab7ae32f7ee8b972ef377d9862375f52f794a"
created: "2025-08-25 06:45:00"
last_modified: "2025-08-25 06:45:00"
- name: "download_all_shards"
filename: "download_all_shards.sh"
version: "1.0.0"
path: "/home/x/adaptai/experiments/download_all_shards.sh"
description: "Consumer script to download all 500GB shards"
dependencies: ["huggingface-cli"]
status: "active"
hash: "790867dfd0bb685442f0cd51718e8f0fec5ef1ddeea83fb4b8097a6ee458a782"
created: "2025-08-25 06:45:00"
last_modified: "2025-08-25 06:45:00"
- name: "index_repo_readme"
filename: "index_repo_readme.md"
version: "1.0.0"
path: "/home/x/adaptai/experiments/index_repo_readme.md"
description: "README template for the parent index repository"
dependencies: []
status: "active"
hash: "bad82a7a7348825ff64fa65f60459a34957932ae12dd9ff139503edd3ebaf1f1"
created: "2025-08-25 06:45:00"
last_modified: "2025-08-25 06:45:00"
versioning_policy:
version_format: "major.minor.patch"
version_increment:
major: "Breaking changes or major feature additions"
minor: "New features or enhancements"
patch: "Bug fixes or minor improvements"
change_management:
- "All changes must be documented in registry"
- "Version numbers must be updated for any change"
- "Hash values must be recomputed after changes"
- "Previous versions must be archived, never deleted"
archive_policy:
location: "/home/x/adaptai/experiments/archived_scripts/"
naming_convention: "scriptname_version_timestamp.ext"
retention: "Permanent - no automatic deletion"
access: "Read-only after archiving"
hash_calculation:
algorithm: "sha256"
command: "sha256sum {filename}"
update_frequency: "On every version change"
# Script categories
categories:
api_serving:
- "elizabeth_api_server"
- "api_test_suite"
interaction:
- "elizabeth_interactive_cli"
- "api_conversation_helper"
testing_evaluation:
- "quick_evaluation"
- "comprehensive_model_test"
configuration:
- "deployment_configuration"
data_management:
- "create_sharded_repos"
- "upload_shard"
- "master_upload_coordinator"
- "download_all_shards"
- "index_repo_readme"
# Maintenance log
maintenance_log:
- timestamp: "2025-08-25 06:35:00"
action: "registry_created"
description: "Initial script registry created"
author: "Nova Prime"
- timestamp: "2025-08-25 06:38:00"
action: "hashes_computed"
description: "SHA256 hashes computed for all scripts"
author: "Nova Prime"
- timestamp: "2025-08-25 06:45:00"
action: "scripts_added"
description: "Added 500GB sharded upload automation scripts"
author: "Nova Prime"