Feat/replace repo with relativty project#196
Draft
uniaolives wants to merge 15 commits intotalos-agent:mainfrom
Draft
Feat/replace repo with relativty project#196uniaolives wants to merge 15 commits intotalos-agent:mainfrom
uniaolives wants to merge 15 commits intotalos-agent:mainfrom
Conversation
Fluxo completo (developer experience) Desenvolva localmente → commit. Git tag v1.0.0 → push. GitHub Actions dispara → TODAS as lojas são atualizadas em < 15 min. GitHub Release criada com AppImage, deb, exe, dmg. Dry-run? Abra PR com tag v0-dry → pipeline roda sem publicar (usa if: github.event.ref != 'refs/tags/v0-dry'). 🔐 Segredos a cadastrar (Settings → Secrets) Table Copy Segredo Conteúdo (base64 quando .pfx/.p12) GOOGLE_PLAY_SA_JSON service-account JSON Google Play ANDROID_KEYSTORE_PWD senha do keystore ANDROID_KEY_ALIAS alias do cert ANDROID_KEY_PWD senha da chave FASTLANE_PASSWORD Apple ID senha FASTLANE_SESSION Apple 2FA session MATCH_PASSWORD passphrase do repositório de certificados WINDOWS_PFX_BASE64 certificado EV Windows (.pfx) WINDOWS_CERT_PWD senha do certificado MAC_CERT_BASE64 Developer ID Application (.p12) MAC_CERT_PWD senha do cert macOS 🚀 Resultado 1 git push origin v1.0.0 → ✅ Google Play (produção) ✅ TestFlight (iOS) ✅ Windows Store (MSIX assinado) ✅ Snapcraft (edge → stable) ✅ GitHub Release (AppImage, deb, dmg, exe) Ciclo completo de desenvolvimento → lojas em 1 push.
This commit removes all files related to the previous Talos project and replaces them with the structure and documentation for the Relativty VR headset project. This includes a new README.md, directory structure, and placeholder files for the driver, firmware, electronics, and mechanical components.
This commit introduces a comprehensive communication playbook for DAO governance proposals, stored in `communication_playbook.json`. It also includes scripts (`verify.sh`, `verify.ps1`) to verify the integrity of the playbook using SHA-256 checksums. A visual badge (`badge-verified-256-gpg.svg`) and a `README.md` file are also included to explain the purpose and usage of these new artifacts. All files are organized within the `dao_communication_playbook` directory to maintain a clean repository structure.
This commit introduces a professional, feature-rich command-line interface (CLI) for interacting with the OpenRouter API. The tool, `kernel-chat`, is built on asyncio and provides: - Real-time streaming of responses - Session management (save/load conversation history) - In-chat commands for model switching, history viewing, etc. - Performance metrics, including token usage, latency, and estimated cost. The project is structured as a standard Python package with a `pyproject.toml` for easy installation via `pip` and includes a comprehensive `README.md` with setup and usage instructions.
Author
|
feat: Add Kernel AGI CLI tool This commit introduces a professional, feature-rich command-line interface (CLI) for interacting with the OpenRouter API. The tool,
The project is structured as a standard Python package with a |
This commit introduces the 'Taproot Reincarnation Kit', a command-line interface (CLI) tool for creating Taproot addresses with a script-path condition based on revealing a secret message. The project includes: - A Python script (`reincarnation_kit/main.py`) that handles the cryptographic operations (key generation, Taproot tweaking, address encoding). - `argparse` integration to allow users to provide a secret key and a custom message via the command line. - A `pyproject.toml` file to manage dependencies (`ecdsa`) and create an entry point for the `reincarnate-cli` command. - A comprehensive `README.md` explaining the concept, installation, and usage of the tool.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit introduces a new set of tools and utilities for parsing and handling BRICS Pay log strings.
Key changes:
src/talos/models/workflows.pywith theWorkflowVariablesPydantic model to structure the parsed log data.src/talos/utils/log_parser.pywithparse_log_stringandverify_checksumfunctions.src/talos/tools/query_generator.pywith theQueryGeneratorToolto generate SQL and shell queries from parsed logs.tests/test_log_parser.pyandtests/test_query_generator_tool.py.src/talos/tools/__init__.pyto correctly export all tool classes.