Skip to content

Feat/replace repo with relativty project#196

Draft
uniaolives wants to merge 15 commits intotalos-agent:mainfrom
uniaolives:feat/replace-repo-with-relativty-project
Draft

Feat/replace repo with relativty project#196
uniaolives wants to merge 15 commits intotalos-agent:mainfrom
uniaolives:feat/replace-repo-with-relativty-project

Conversation

@uniaolives
Copy link

This commit introduces a new set of tools and utilities for parsing and handling BRICS Pay log strings.

Key changes:

  • Creates src/talos/models/workflows.py with the WorkflowVariables Pydantic model to structure the parsed log data.
  • Creates src/talos/utils/log_parser.py with parse_log_string and verify_checksum functions.
  • Creates src/talos/tools/query_generator.py with the QueryGeneratorTool to generate SQL and shell queries from parsed logs.
  • Adds unit tests for the new parser, checksum verification, and query generator in tests/test_log_parser.py and tests/test_query_generator_tool.py.
  • Updates src/talos/tools/__init__.py to correctly export all tool classes.

uniaolives and others added 14 commits October 13, 2025 21:58
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.
@uniaolives
Copy link
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, 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.

@uniaolives uniaolives marked this pull request as draft October 16, 2025 17:35
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant