virtual360-io/Assis Agent Caller
Calls any Assis agent via API and returns the output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-url | Full Assis agent API URL (includes agent ID) | yes | — |
| api-token | Assis API authentication token | yes | — |
| input | Content to send to the Assis agent | yes | — |
| context | Context identifier for the agent call (e.g. github_action, github_action_release) | no | github_action |
| source-url | Optional URL for agent_source (e.g. PR URL, release URL) | no | "" |
Outputs
| name | description |
|---|---|
| output | Assis agent response |