This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| manifest_version: "0.1.0", | |
| name: "Astra42 Tau2 Agent", | |
| description: "Purple agent for the Tau2 airline benchmark using OpenRouter.", | |
| // Указываем, какие ключи должен запросить сайт у пользователя | |
| config_schema: { | |
| type: "object", | |
| properties: { | |
| openrouter_api_key: { type: "string", secret: true }, |