feat: post Mika cron and skill actions back to platform (#5)

* feat: post mika actions back to platform

* fix: start hermes gateway for telegram runtime

* fix: isolate gateway from runtime api port

* fix: enable mika runtime tools in gateway config

* fix: prefer mika platform tools over native runtime tools

* fix: intercept mika platform actions before llm

* fix: route managed cronjobs and skills
This commit is contained in:
Felipe Domingues 2026-05-30 14:05:17 -03:00 committed by GitHub
parent 11b664b8d5
commit 697825c505
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 1077 additions and 38 deletions

View file

@ -21,6 +21,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run runtime tests
run: |
python3 -m unittest discover -s tests -v
python3 -m compileall plugins patches tests
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3