Skip to content

Instantly share code, notes, and snippets.

View exil0867's full-sized avatar
🤍
We're back.

Exil exil0867

🤍
We're back.
View GitHub Profile
{ config, pkgs, ... }:
{
imports = [ ./hardware-configuration.nix ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "sky";
networking.networkmanager.enable = true;
import { HumanMessage, AIMessage, ToolMessage } from '@langchain/core/messages';
import { END, START, Command } from "@langchain/langgraph";
import { StateGraph, MessagesAnnotation } from '@langchain/langgraph';
import { Annotation } from "@langchain/langgraph";
import { v4 } from 'uuid';
import dotenv from 'dotenv';
dotenv.config();
const StateAnnotation = Annotation.Root({
### Keybase proof
I hereby claim:
* I am exilvm on github.
* I am exilvm (https://keybase.io/exilvm) on keybase.
* I have a public key ASC2zXuFtBiO9bwyzOtz7ijNJZztOiMnvA_VPCfAoskiJwo
To claim this, I am signing this object:
@exil0867
exil0867 / config.json
Created September 1, 2017 21:59 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",