packages feed

langchain-hs-graph-0.0.5.0: langchain-hs-graph.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.39.6.
--
-- see: https://github.com/sol/hpack

name:           langchain-hs-graph
version:        0.0.5.0
synopsis:       Graph-based stateful agent orchestration engine for langchain-hs
description:    StateGraph, StateReducer, Checkpointer, HITL interrupt/resume, and Multi-Agent supervisor patterns.
category:       Web, AI, Control
homepage:       https://github.com/tusharad/langchain-hs#readme
bug-reports:    https://github.com/tusharad/langchain-hs/issues
author:         Tushar Adhatrao
maintainer:     tusharadhatrao@gmail.com
copyright:      2025-2026 Tushar Adhatrao
license:        MIT
license-file:   LICENSE
build-type:     Simple
tested-with:
    GHC == 9.12.4
  , GHC == 9.10.3
  , GHC == 9.8.4
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/tusharad/langchain-hs

library
  exposed-modules:
      Langchain.Graph.StateGraph
      Langchain.Graph.Checkpointer
      Langchain.Graph.HITL
      Langchain.Graph.MultiAgent
      Langchain.Graph.Parallel
  other-modules:
      Paths_langchain_hs_graph
  hs-source-dirs:
      src
  default-extensions:
      MultiParamTypeClasses
      FunctionalDependencies
      TypeFamilies
      TypeOperators
      DataKinds
      GADTs
      OverloadedStrings
      DeriveGeneric
      DeriveAnyClass
      RecordWildCards
      FlexibleContexts
      ScopedTypeVariables
  build-depends:
      aeson >=2.0 && <3
    , async ==2.2.*
    , base >=4.17 && <5
    , bytestring >=0.10 && <0.13
    , containers >=0.6 && <0.9
    , langchain-hs-core ==0.0.5.*
    , mtl >=2.2 && <2.4
    , sqlite-simple >=0.4.18 && <0.5
    , stm ==2.5.*
    , text >=1.2 && <3
    , time >=1.9 && <1.15
  default-language: Haskell2010

test-suite langchain-hs-graph-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Test.Langchain.Graph.CheckpointerSpec
      Test.Langchain.Graph.HITLSpec
      Test.Langchain.Graph.MultiAgentSpec
      Test.Langchain.Graph.StateGraphSpec
      Paths_langchain_hs_graph
  hs-source-dirs:
      test
  default-extensions:
      MultiParamTypeClasses
      FunctionalDependencies
      TypeFamilies
      TypeOperators
      DataKinds
      GADTs
      OverloadedStrings
      DeriveGeneric
      DeriveAnyClass
      RecordWildCards
      FlexibleContexts
      ScopedTypeVariables
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      QuickCheck >=2.14
    , aeson >=2.0 && <3
    , async ==2.2.*
    , base >=4.17 && <5
    , bytestring >=0.10 && <0.13
    , containers >=0.6 && <0.9
    , filepath
    , langchain-hs-core ==0.0.5.*
    , langchain-hs-graph
    , mtl >=2.2 && <2.4
    , sqlite-simple >=0.4.18 && <0.5
    , stm ==2.5.*
    , tasty >=1.4
    , tasty-hunit >=0.10
    , tasty-quickcheck >=0.10
    , temporary
    , text >=1.2 && <3
    , time >=1.9 && <1.15
  default-language: Haskell2010