skill-embeddings 0.2.1

Autonomous skill discovery agent with LLM tool chaining, powered by Rust.
Documentation
1
2
3
4
5
6
7
8
9
# skill-embeddings

Vector embedding generation and storage for the [Skill Agent](https://github.com/clebermasters/faster-agent-rs) framework.

Uses Ollama to generate embeddings for skills and stores them in a local SQLite database for semantic search.

## Part of the Skill Agent workspace

See the [main repository](https://github.com/clebermasters/faster-agent-rs) for full documentation.