Skip to content
View iAmLakshya's full-sized avatar
🛰️
Celestial
🛰️
Celestial

Organizations

@PetworldIndia @Almspay @tourmyindia @kundra-ai

Block or report iAmLakshya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
iamlakshya/README.md

Hi there 👋

Born to code 💻, forced to invert the node 🌲

Pinned Loading

  1. Lattice Lattice Public

    Graph-powered code intelligence - hybrid RAG with graph and vector search

    Python 2

  2. ProjectM-Agentic-Trader ProjectM-Agentic-Trader Public

    Trading bot that uses large language models to make decisions on perpetual futures positions, with technical indicator analysis via TAAPI and order execution on Hyperliquid DEX

    Python 1

  3. React hook to subscribe to window size React hook to subscribe to window size
    1
    import React from 'react';
    2
    import throttle from 'lodash/throttle';
    3
    
                  
    4
    const events = new Set();
    5
    const onResize = () => events.forEach(fn => fn());
  4. wordle.py wordle.py
    1
    import random
    2
    from colorama import init, Fore, Back, Style
    3
    
                  
    4
    init()
    5
    
                  
  5. fastService fastService Public

    Production-ready FastAPI boilerplate with clean architecture, request-scoped sessions, and feature-based modules.

    Python