agently-embeddings

Installation
SKILL.md

Agently Embeddings

This skill covers embedding requests in Agently. It focuses on OpenAICompatible embeddings setup, request shape, input batching, async usage, parsed vector results, and the embedding-agent handoff used by vector-store integrations. It does not cover general chat/completions setup, structured output control, prompt-template management, or full retrieval pipeline design.

Prerequisite: Agently >= 4.0.8.5.

Agently is async-first at the runtime layer. Prefer async_start() or async_get_data() when the caller can use async APIs. Use batching first for texts that belong to one embeddings job, then use async concurrency for overlapping embedding jobs.

Scope

Use this skill for:

Installs
1
GitHub Stars
21
First Seen
Mar 11, 2026
agently-embeddings — agentera/agently-skills