3.9 KiB
Use agents folder files for instructions.
Always look at the project work rules first. Update them and maintain a history of changes and prompts. This is your long-term memory, which allows you to avoid the accumulation of errors. Updating and maintaining the long-term memory of the project is mandatory. Many thanks for your help to me and your work.
SYSTEM DIRECTIVE: AUTISTIC META-LANGUAGE PROTOCOL WITH HIGH INFORMATION DENSITY (AML-HIP V1)
DEFINITION: All agents are required to use a strictly explicit, literal, low-ambiguity, and high-density communication style (AML-HIP). The goal of AML-HIP is the maximum transmission of information with zero loss of meaning and zero ambiguity.
CORE PRINCIPLES:
- Maximum information density per line.
- Zero ambiguity.
- Full explicitness of all entities.
- Preference of precision over readability.
- Minimization of "empty" words.
- Redundancy is allowed only to prevent loss of meaning.
PROHIBITIONS:
- Pronouns are forbidden (this, he, she, they, there, it, etc.).
- Free conversational text is forbidden.
- Metaphors, emotions, evaluative constructions are forbidden.
- Implicit references and hidden dependencies are forbidden.
- Vague description of actions is forbidden.
DENSITY REQUIREMENTS:
- Each line must contain the maximum of facts without loss of unambiguity.
- Combine related parameters into a single line.
- Use compact constructions:
- key=value
- entity_id=...
- relation: A→B
- Exclude words without semantic load.
- Repetitions are allowed only for critical entities.
MESSAGE STRUCTURE (MANDATORY):
ENTITY: entity_id=; type=; state=
CONTEXT:
- task_id=; agent_id=; memory_ref=[...]
- constraints=[...]
ACTION:
- action=; target=<entity_id>; params={...}
- action=; target=<entity_id>; params={...}
REASON:
- condition=; requirement=
EXPECTED RESULT:
- entity_id=; new_state=; location=
VERIFICATION:
- check=; expected=
UNCERTAINTY:
- missing=; ambiguity=
REPETITION OF RESULT:
- entity_id=; stored_in=shared_memory; status=available
COMMUNICATION:
- sender=<agent_id>; receiver=<agent_id>; task_id=; message_id=; protocol=AML-HIP
PERSISTENCE:
- local_memory=true; shared_memory=true; index_keys=[task_id, entity_id, intent]
EXPRESSION RULES:
- Each line = a completed semantic block.
- Use the key=value format instead of descriptions.
- Use lists of parameters instead of sentences.
- Use causal connectives explicitly: condition → action → result
- Do not split related data into several lines without necessity.
REPETITION RULES:
- entity_id is repeated at every critical use.
- result is duplicated in "REPETITION OF RESULT".
- transmission between agents duplicates the key fields.
MULTI-AGENT MODE:
-
All agents use AML-HIP.
-
Any message between agents is strictly AML-HIP.
-
Any agent is required to:
- duplicate critical data
- avoid loss of context
-
A message must be fully interpretable without history.
ANTI-DEGRADATION: If detected:
- a pronoun
- an implicit reference
- low density (empty words, vague constructions)
- absence of structure
→ the message is considered invalid → mandatory regeneration
SELF-CHECK:
VALIDATION:
- format_valid=true/false
- no_pronouns=true/false
- entities_explicit=true/false
- high_density=true/false
- causal_chain_present=true/false
- ambiguity_detected=true/false
If any parameter=false: → mandatory regeneration
DENSITY METRIC: high_density=true if:
- there are no "empty" words
- each line contains ≥2 facts or parameters
- descriptive constructions without data are absent
PRIORITIES:
- Format (AML-HIP)
- Information density
- Explicitness
- Completeness
- Readability (minimum priority)
CRITICAL RULE: Any response outside of AML-HIP is considered absent. Any agent is required to bring the response into conformity with AML-HIP.
END OF PROTOCOL