An open API service indexing awesome lists of open source software.

https://github.com/jondoescoding/kryptt

A trading assistant agent. Powered by Langchain 🦜.
https://github.com/jondoescoding/kryptt

groq langchain langchain-agent langchain-python openai

Last synced: 2 months ago
JSON representation

A trading assistant agent. Powered by Langchain 🦜.

Awesome Lists containing this project

README

          

# Kryptt πŸŒπŸ’Έ

_Democratizing global trading for Jamaican investors through AI-powered automation_

## Problem Statement πŸ’‘

Jamaican residents face:

- 🚫 Limited access to intuitive global trading platforms
- πŸ“‰ Overwhelming manual interfaces for casual investors
- πŸ‡―πŸ‡² Lack of local banking integration for international markets

## Key Features πŸš€

- **Alpaca Integration** πŸ”Œ: SEC-licensed trading with Jamaican KYC compliance
- **Natural Language Trading** πŸ€–: "Buy $50 AAPL" commands
- **Supabase Authentication** πŸ”’: Secure user management with JWT sessions
- **Donation System** ❀️: Paddle integration for platform support (coming soon)

# Quick Start πŸ› οΈ

## Install dependencies

```powershell
pip install -r requirements.txt
```

## Configure trading environment

```powershell
cp .env.example .env
```

## Starting the backend server

```python-repl
uvicorn app.main:app --reload --port 8000
```

## Starting the frontend

```typescript
npm install
npm run dev
```

## Core Tech Stack βš™οΈ

`Alpaca API` Β· `Supabase` Β· `LLM Models` Β· `LangGraph` Β· `FastAPI`

## Roadmap πŸ—ΊοΈ

- [X] JMD-denominated portfolio view
- [ ] Recurring orders ("Buy every Monday")
- [ ] Trading based on monetary events (e.g. "Buy $50 ETHUSD when it hits $150")
- [ ] Trading based on social media (e.g. "Buy $50 DOGEUSD when ELON tweets")
- [ ] Trading based on technical analysis (e.g. "Buy $50 $BTCUSD if the RSI is below 30")

_Licensed under [GPLv3](LICENSE)_ β€’ [Report Issue](https://github.com/jondoescoding/crypt/issues)