Skip to main content

A role similar to a scribe or notary.

Project description

Grammateus

    In ancient Greece the specific role responsible for documenting
    legal proceedings, similar to a scribe or notary, was called a 
    "grammateus" (γραμματεύς).

Documenting interactions with Language Models requires several types of records, namely: a 'technical log' - the exact queries presented to the Model through the API and API responses; a 'conversation history' - the formatted messages and responses that can be re-sent back to the model (a local 'cache'); and, finally, a human-readable 'record of conversation' which can be easily ingested back into the Python code querying the Model and transformed for continuation of the conversation.

The first and second tasks are easily solvable with jsonlines library and jl format. It took me some time to realize that the best format for human-readable record is YAML.

There are two main reasons for that: YAML lets you drop double quotes, and YAML (unlike JSON)permits comments which are absolutely necessary if you are systematically working on natural language interactions with Language Models.

In particular, a human-readable record of conversation can look like this:

- instruction: Be an Abstract Intellect.      # this is a comment
- Human: Let's talk about Human Nature.       # this is a comment
- machine: Yes, let's do that, it's a complex topic...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grammateus-0.1.0.tar.gz (8.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

grammateus-0.1.0-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file grammateus-0.1.0.tar.gz.

File metadata

  • Download URL: grammateus-0.1.0.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for grammateus-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e1ddd080dd9c315873b180271b8648581b022595c40c95a82e34a50564ffdfeb
MD5 d11d6dd25a554d6f49ca6c4ae0d6ac38
BLAKE2b-256 6a16962de8051761a05d060dc3257eed2df6b27d88edcccbd89b80380d392ab9

See more details on using hashes here.

File details

Details for the file grammateus-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: grammateus-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for grammateus-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6e2a806f44ca1a6e290926d1dff0b8ecdcb1fa4a7bdaed4ef93f97263b902514
MD5 5b82722ef144bad88928cd61b0711a11
BLAKE2b-256 e6fb25fef70d760ab7ad102838c02b46800189243e0c49dd4d3776dc46198675

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page