mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 12:36:50 +00:00
fix: wire mika runtime cron and skill actions
This commit is contained in:
parent
6c0ccff305
commit
e9f22e6ceb
16 changed files with 1562 additions and 1310 deletions
3
.github/workflows/validate.yml
vendored
3
.github/workflows/validate.yml
vendored
|
|
@ -47,11 +47,14 @@ jobs:
|
|||
run: |
|
||||
files=(
|
||||
supabase/functions/_shared/hermes-config.ts
|
||||
supabase/functions/_shared/default-skills.ts
|
||||
supabase/functions/_shared/runtime-sync.ts
|
||||
supabase/functions/sync-agent-runtime/index.ts
|
||||
supabase/functions/sync-agent-skills/index.ts
|
||||
supabase/functions/keep-alive-agents/index.ts
|
||||
supabase/functions/provision-agent/index.ts
|
||||
supabase/functions/create-cronjob-from-agent/index.ts
|
||||
supabase/functions/create-skill-from-agent/index.ts
|
||||
supabase/functions/publish-skill-version/index.ts
|
||||
supabase/functions/railway-webhook/index.ts
|
||||
supabase/functions/update-agent-config/index.ts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue