Skip to content

JerryWestrick/KnowledgeEngineer_xxx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnowledgeEngineer

Command Line Program allowing for the Engineering of Knowledge for Chat-GPT.

Screen Shot

screen_shot.png

P.S.

The project is managed with JetBrains YouTrack, and GitHub

YouTrack Configuration

  • Place Configuration information here...

GitHub Configuration

  • Place Configuration information here...

Pycharm Integration

  • Place Configuration information here...

Directory Structure of a Process:

All the memory requirements of a process are stored in a single directory. This directory is the current directory in which the program is run. The directory is required to have a configuration file named "ke_process_config.env".

The "ke_process_config.env" file

contents should be:

KE_PROC_DIR_PROMPTS='Prompts'
KE_PROC_DIR_STEPS='Process'
KE_PROC_DIR_REQUIREMENTS='Requirements'
OPENAI_API_KEY=<Your Open API key>

The first 3 values are the subdirectories where the process stores different value types,

For example

a Step file called "1- Step One" will be looked for in the directory:

"./Process/1- Step One.kestep"

Links and AIDs

Distribute Python with pip install

About

KnowledgeEngineer TUI based on Textual

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published