Skip to content

Latest commit

 

History

History
86 lines (80 loc) · 3.78 KB

README.org

File metadata and controls

86 lines (80 loc) · 3.78 KB

Pen project timeline

Use mermaid for Gantt chart in emacs
Review of ‘mermaid - flowcharts, diagrams, etc.’ // Bodacious Blog https://mermaid-js.github.io/mermaid-live-editor/
gantt
        title Project timeline
        dateFormat  YYYY-MM-DD
        section Stage 1
        Stage 1  :done, :s1, 2021-03-01, 120d
        Generate elisp functions from YAML  :done,  :a1, 2021-03-01, 30d
        Create a bunch of prompts  :done,   :a3, 2021-03-30, 30d
        Integrate helm, ivy and counsel  :done,   :a4, 2021-04-30, 30d
        Integrate org-brain  :done,   :a5, 2021-05-30, 30d
        Use elisp for portability :done,  :b2, 2021-07-02, 2d
        Dockerize Pen : active, b3, after b2 , 5d
        Convert shell to Python : active, b4, after b2 , 14d
        Select backend interface in emacs :crit, after b3, 2d
        section Stage 2
        Stage 2  :s2, 2021-07-12, 120d
        Prompt Cataloge : b6a, 2021-07-12, 20d
        Connect arbitrary prompts repositories : b6, 2021-07-12, 20d
        Generations stored in Datomic : b7, after b6, 20d
        Connect to more emacs packages : b8, after b7 , 20d
        Real-time completion of tokens with interrupt : b9, after b8, 20d
        Multiversal viewer : b10, after b9, 20d
        Stage 3  :s2, 2021-12-12, 120d
        Incorporate OpenAI Codex model : c1, 2021-12-12, 1d
Loading

./project-timeline.png

Design

  • Completed [ ]
    • [X] Default behaviour of generated functions
      • [X] First argument may be selection
      • [ ]If selection then text is replaced by default
    • [X] Prompt Catalogue tablist prototype
    • [X] Generate functions of composed prompts
    • [ ] Generate prompts from interactive keyboard macros
    • [ ] Prompt development workflow
    • [ ] Prompt catalogue tablist
    • [ ] Search workflow
      • Semantic search for straight.el
      • Semantic search for nixos.el
      • Semantic concordance for KJV bible

Future features

A pipeline for fine-tuning

GPT-3

imaginary-mode