Comment by BeetleB
8 hours ago
OK - I guess I'll ask here.
As there have been a lot of Jev related submissions, can someone point me to a simple guide on how I can use it? For example, say I have a script/workflow where I use OpenRouter for LLM calls, and at some point I want to do a simple classification. Can I still use OpenRouter with some Jev model...?
Best just to use a skill.
Here is typesafe’s skills.md https://docs.typesafe.ai/agent-skill (which I don’t think is well written, but it’s a start).
Also read their docs, I think they’re interesting.
I need it for running in standalone scripts. How do I get a skill to work there?
I mean, I guess I can have my script call pi and offload it to that, but I just want everything contained in one script.