Skip to content

mova-compact/intent-gpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alchemy Contact System v0

This package contains the first structured bundle for the Alchemy Contact System discussed in chat.

Files

  • PROMPT_ALCHEMY_CONTACT_SYSTEM_v0.txt
    • ready-to-paste prompt for ChatGPT testing
  • alchemy_contact_system_v0.contract.json
    • binding behavioral contract object
  • ds.alchemy_contact_contract_v0.json
    • JSON Schema for validating the contract object
  • env.alchemy_contact_runtime_v0.json
    • JSON Schema for one live dialogue runtime state
  • alchemy_contact_runtime_example_v0.json
    • example runtime object
  • README.md
    • this file

Intent of the package

The package fixes three layers:

  1. Prompt layer

    • how the AI is instructed to behave
  2. Contract layer

    • what rules are binding and non-optional
  3. Runtime layer

    • how one dialogue session can be represented and checked

Core design

The system is built around:

  • client state progression: S0 -> S4
  • adaptive client level handling: L0 -> L4
  • four separated roles:
    • Socrates
    • Expander
    • Perelman
    • Contractor

Practical use

For a first test in ChatGPT:

  1. Paste the prompt from PROMPT_ALCHEMY_CONTACT_SYSTEM_v0.txt
  2. Optionally paste the contract object after it
  3. Start a real client-like conversation
  4. Observe:
    • whether the model asks only one question at a time
    • whether it adapts to the client's level
    • whether it avoids pressure
    • whether the final formulation feels like the client's own idea

Important note

This package is a behavioral and structural v0. It is not yet a full execution runtime or validator pipeline. But it already freezes the frame strongly enough so that the rule is no longer just a wish.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors