EventR AI Agent Skill: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
The EventR Agent skill can be installed in your favourite AI Harness. | The EventR Agent skill can be installed in your favourite AI Harness. | ||
With the introduction of [[Itinerary import/export|Itinerary imports]], you can now use your favourite AI harness to create and edit itineraries from prompts. | |||
We have full details of how to install here in Github: https://github.com/eventr-admin/skills. | |||
Once | Once the skill is installed, restart the harness and you can now use AI to generate. It requires Python's openpxl library to generate the XLSX files, so this may be installed by the agent on first use. | ||
To use try something like:<syntaxhighlight lang="as"> | To use try something like:<syntaxhighlight lang="as"> | ||
| Line 11: | Line 11: | ||
</syntaxhighlight>Alternatively you can just start giving it information and letting it build up the itinerary.zip. The finished zip can be imported into EventR. | </syntaxhighlight>Alternatively you can just start giving it information and letting it build up the itinerary.zip. The finished zip can be imported into EventR. | ||
You can also have a conversation with an existing itinerary using the skill like:<syntaxhighlight lang="ambienttalk"> | |||
/build-eventr-itinerary Has everyone got a flight and hotel? Can you add a booking for everyone who hasn't at the Marriot 4 seasons? | |||
</syntaxhighlight>The AI should be able to interrogate the itinerary and adjust it just with a few words. | |||
[[Category:3.6.0]] | |||
[[Category:AI]] | |||
Latest revision as of 10:41, 25 September 2026
The EventR Agent skill can be installed in your favourite AI Harness.
With the introduction of Itinerary imports, you can now use your favourite AI harness to create and edit itineraries from prompts.
We have full details of how to install here in Github: https://github.com/eventr-admin/skills.
Once the skill is installed, restart the harness and you can now use AI to generate. It requires Python's openpxl library to generate the XLSX files, so this may be installed by the agent on first use.
To use try something like:
/build-eventr-itinerary use this url as a source: https://www.formula1.com/en/latest/article/formula-1-tag-heuer-gran-premio-de-espana-2026.3EpMV9Idk1jwxq3KtxcC6x
Alternatively you can just start giving it information and letting it build up the itinerary.zip. The finished zip can be imported into EventR. You can also have a conversation with an existing itinerary using the skill like:
/build-eventr-itinerary Has everyone got a flight and hotel? Can you add a booking for everyone who hasn't at the Marriot 4 seasons?
The AI should be able to interrogate the itinerary and adjust it just with a few words.