Local Ollama text-generation skill for NeuroCore
Project description
neurocore-skill-ollama
Direct text generation against a local Ollama server.
pip install neurocore-skill-ollama
ollama serve & ; ollama pull llama3.2
components:
- name: generate
type: ollama
config:
model: llama3.2
system: "You are concise."
flow:
type: sequential
steps:
- component: generate
Reads prompt; writes ollama_response (the generated text).
For chat-style LLM access from skills with
requires_llm=True, prefer NeuroCore's built-inollamaprovider (llm.provider: ollama). This skill is a provider-free direct call to/api/generate.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neurocore_skill_ollama-0.1.0.tar.gz.
File metadata
- Download URL: neurocore_skill_ollama-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1ce80d6d43978a1cec5f8a5a4178d1dec6bc0feacbe12e644553c3614a617a4
|
|
| MD5 |
dfaf3c90a8c0c4f7f02df235420a2880
|
|
| BLAKE2b-256 |
ceefdbb94f63531480df7fd587104f9b9f93626832ff68659c6ec71b04ca230a
|
File details
Details for the file neurocore_skill_ollama-0.1.0-py3-none-any.whl.
File metadata
- Download URL: neurocore_skill_ollama-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2adb019956bfb2c24e87c8c938a357425e4bd78e4652c41c858f00dc960b2e4
|
|
| MD5 |
5c62a5b04379c132189810a04d796e2d
|
|
| BLAKE2b-256 |
b3b0797f713317c50981a0fef68be525f01d237c921a594b78544fdc6dac7451
|