xvnpw/Fabric Agent Action
A GitHub action that leverages fabric patterns through an agent-based approach
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| input_file | path to input file | yes | — |
| output_file | path to output file | yes | — |
| agent_type | type of agent, one of router, react | no | router |
| agent_provider | agent provider name | no | openai |
| agent_model | agent model | no | gpt-4o |
| agent_temperature | agent sampling temperature for a model | no | 0 |
| agent_preamble_enabled | Enable preamble in output | no | false |
| agent_preamble | Preamble added to the beginning of output | no | — |
| fabric_provider | fabric provider name | no | openai |
| fabric_model | fabric model | no | gpt-4o |
| fabric_temperature | fabric sampling temperature for a model | no | 0 |
| fabric_patterns_included | Comma separated list of fabric tools to include in agent | no | — |
| fabric_patterns_excluded | Comma separated list of fabric tools to exclude in agent | no | — |
| fabric_max_num_turns | Maximum number of turns to LLM when running fabric patterns | no | 10 |
| verbose | verbose messages | no | false |
| debug | debug messages | no | false |
Outputs
no outputs