Thanks to visit codestin.com
Credit goes to github.com

Skip to content

odockal/kortex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kortex

Demonstration video

onboarding-demo.mp4

Prerequisites: Prepare your environment

You can develop on either: Windows, macOS or Linux.

Requirements:

Step 1. Fork and clone Kortex

Clone and fork the project.

Clone the repo using GitHub site:

git clone https://github.com/kortex-hub/kortex && cd kortex

Step 2. Install dependencies

Fetch all dependencies using the command pnpm:

pnpm install

Step 3. Start in watch mode

Run the application in watch mode:

pnpm watch

Using Kortex

Configure your Gemini API Key

Go to Settings > Resources, the Gemini provider should be listed. Click on Grab a key if you don't have an existing Gemini API key. If you already have one, enter it and click the Create button. If you go the Chat window, you should see a list of Gemini models being listed.

Configure the GitHub MCP server

Click the MCP icon on the left toolbar. The Install tab should be selected and the GitHub MCP server should be listed. Click the Install Remote Server button on the left. Enter your GitHub Personal Access Token (PAT) if you have one or go to https://github.com/settings/personal-access-tokens/new to create a new one. Then click the Create button. If you go the Chat window, you should see the server listed.

Configure the Goose flow runtime

Kortex uses the Goose as a flow provider. So there are two options here:

  • use Goose for the local PATH if you have already installed Goose on your workstation.
  • install Goose locally though the Goose extension. Go to the Settings > CLI tab and search for goose. If no Goose executable is found, you can click the Install button to install it locally.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.0%
  • Svelte 24.1%
  • JavaScript 0.8%
  • CSS 0.1%
  • Mustache 0.0%
  • Shell 0.0%