cef-ai/CEF Send Event
Send a CEF event via @cef-ai/vault-sdk
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| wallet_json | Cere/Polkadot JSON keystore (full JSON string) | yes | — |
| wallet_password | Passphrase for the JSON keystore | yes | — |
| vault_base_url | Vault API base URL | yes | — |
| gar_url | Global Agent Registry URL | no | https://gar.compute.test.ddcdragon.com |
| marketplace_endpoint | Marketplace API endpoint (forwarded to VaultSDK) | no | "" |
| event_type | CEF event type identifier | yes | — |
| event_payload | JSON string for the event body (e.g. from toJSON(github.event) or a custom object) | no | {} |
| scope | Vault scope (namespace) to publish into | no | default |
| context | Vault scope context (thread/stream id). Defaults to ${GITHUB_REPOSITORY}@${GITHUB_REF} when unset. | no | "" |
| gemini_api_key | Gemini API key to inject into the event payload | no | "" |
| notion_page_id | Notion page/block id to inject into the event payload | no | "" |
| target | Target agent ID for the event (vault-sdk EventInput.target) | no | "" |
| role | Event role, e.g. 'source' (vault-sdk EventInput.role) | no | "" |
Outputs
no outputs