← Back to list

agilab-local-llm
by ThalesGroup
AGILAB project purpose is to explore AI for engineering. It is designed to help engineers quickly experiment with AI-driven methods.
⭐ 3🍴 1📅 Jan 22, 2026
SKILL.md
name: agilab-local-llm description: Guidance for using local LLM backends (Ollama/GPT-OSS) inside AGILAB with correctness-first prompts. license: BSD-3-Clause (see repo LICENSE) metadata: updated: 2026-01-09
Local LLM Skill (AGILAB)
Use this skill when working on local/offline engines or prompts.
Correctness-First Defaults
- Prefer deterministic settings for code edits (lower temperature, explicit constraints).
- Require the model to return:
- file list to edit
- exact patch intent
- tests/commands to validate
No Silent Fallbacks
- Detect missing local endpoints/models up-front and surface an actionable error.
- Do not auto-switch APIs or rewrite parameters silently.
Ollama Notes
- Let users select:
- model name
- temperature/top_p/top_k
- max tokens
- seed (if supported)
- “auto-run/auto-fix” loop guardrails (max iterations, stop on failure)
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon