mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-08-16 13:14:07 +00:00
Compare commits
7 Commits
446e6778a7
...
1362c30516
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1362c30516 | ||
|
|
eb111b427c | ||
|
|
628ce7cb73 | ||
|
|
363b08cf55 | ||
|
|
d148472a51 | ||
|
|
1807883153 | ||
|
|
9b51eb3942 |
58
Open Source prompts/Tura/Prompt.txt
Normal file
58
Open Source prompts/Tura/Prompt.txt
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
Tura system prompt map (v0.1.33)
|
||||||
|
================================
|
||||||
|
|
||||||
|
Project: https://github.com/Tura-AI/tura
|
||||||
|
Release: https://github.com/Tura-AI/tura/releases/tag/v0.1.33
|
||||||
|
Prompt architecture: https://github.com/Tura-AI/tura/blob/v0.1.33/docs/core/prompt-style.md
|
||||||
|
|
||||||
|
Tura does not use one static mega-prompt. The runtime composes several system
|
||||||
|
messages from the selected agent, frontend, persona, task type, session state,
|
||||||
|
and context pressure. It supplies the available tool catalog separately as
|
||||||
|
runtime capabilities. Its first runtime-owned identity message is generated
|
||||||
|
from this template:
|
||||||
|
|
||||||
|
You are {agent}, an agent. Current user: {user}. Runtime model: {model}. LLM
|
||||||
|
provider: {provider}. Active context limit before compaction: {context_limit}
|
||||||
|
tokens. {language_instruction} Follow the persona and agent instructions
|
||||||
|
supplied in the following system messages.
|
||||||
|
|
||||||
|
Identity source:
|
||||||
|
https://github.com/Tura-AI/tura/blob/v0.1.33/crates/runtime/src/prompt_style/agent_identity.rs
|
||||||
|
|
||||||
|
The next system messages are selected from these public prompt sources:
|
||||||
|
|
||||||
|
Agent behavior
|
||||||
|
--------------
|
||||||
|
|
||||||
|
- Balanced:
|
||||||
|
https://github.com/Tura-AI/tura/blob/v0.1.33/agents/src/balanced/prompt.md
|
||||||
|
- Direct:
|
||||||
|
https://github.com/Tura-AI/tura/blob/v0.1.33/agents/src/direct/prompt.md
|
||||||
|
- Direct text-only:
|
||||||
|
https://github.com/Tura-AI/tura/blob/v0.1.33/agents/src/direct-text-only/prompt.md
|
||||||
|
|
||||||
|
Tool and capability sources
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
- apply_patch, bash, planning, shell_command, task_status, and zsh:
|
||||||
|
https://github.com/Tura-AI/tura/tree/v0.1.33/crates/tools/src/commands
|
||||||
|
|
||||||
|
Task-specific operation manuals
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
- Data research, debugging, DevOps, editorial, frontend, interactive/3D,
|
||||||
|
new-build, refactoring, visual, and website prompts:
|
||||||
|
https://github.com/Tura-AI/tura/tree/v0.1.33/crates/runtime/src/runtime_prompt
|
||||||
|
|
||||||
|
Runtime assembly
|
||||||
|
----------------
|
||||||
|
|
||||||
|
- Turn assembly and conditional tail prompts:
|
||||||
|
https://github.com/Tura-AI/tura/blob/v0.1.33/crates/runtime/src/manas/runtime_turn.rs
|
||||||
|
- Agent/persona prompt loading:
|
||||||
|
https://github.com/Tura-AI/tura/blob/v0.1.33/crates/runtime/src/manas/agent_prompts.rs
|
||||||
|
- Context reconstruction:
|
||||||
|
https://github.com/Tura-AI/tura/blob/v0.1.33/crates/runtime/src/context/build.rs
|
||||||
|
|
||||||
|
The linked Tura source remains licensed under AGPL-3.0-or-later. This file is a
|
||||||
|
version-pinned source map and does not relicense the linked prompt files.
|
||||||
14
README.md
14
README.md
@ -1,3 +1,15 @@
|
|||||||
|
<a href="https://gauss.sh" target="_blank">
|
||||||
|
<img src="https://gauss.sh/banner" alt="Gauss — CI that runs on real GPUs" width="1200" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<b>Gauss</b> — GPU-native CI.
|
||||||
|
<br />
|
||||||
|
<a href="https://gauss.sh"><b>Get early access →</b></a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
<a href="https://discord.gg/NwzrWErdMU" target="_blank">
|
<a href="https://discord.gg/NwzrWErdMU" target="_blank">
|
||||||
<img src="https://img.shields.io/discord/1402660735833604126?label=LeaksLab%20Discord&logo=discord&style=for-the-badge" alt="LeaksLab Discord" />
|
<img src="https://img.shields.io/discord/1402660735833604126?label=LeaksLab%20Discord&logo=discord&style=for-the-badge" alt="LeaksLab Discord" />
|
||||||
</a>
|
</a>
|
||||||
@ -57,6 +69,6 @@ Sponsor the most comprehensive repository of AI system prompts and reach thousan
|
|||||||
|
|
||||||
- **X:** [Lucknite](https://x.com/Lucknite)
|
- **X:** [Lucknite](https://x.com/Lucknite)
|
||||||
- **Discord**: `x1xhlol`
|
- **Discord**: `x1xhlol`
|
||||||
- **Email**: `lucasvalbuena@pm.me
|
- **Email**: `lucasvalbuena@pm.me`
|
||||||
|
|
||||||
**Drop a star if you find this useful!**
|
**Drop a star if you find this useful!**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user