manas-ai

View on PyPIReverse Dependencies (0)

0.2.1 manas_ai-0.2.1-py3-none-any.whl

Wheel Details

Project: manas-ai
Version: 0.2.1
Filename: manas_ai-0.2.1-py3-none-any.whl
Download: [link]
Size: 54846
MD5: 76c1018fe74e16509ff81a79b61cc3d5
SHA256: de6cee195193c1de705c5f9aeb7fb9a111888b21e56f37c2d8e96b3050f55f66
Uploaded: 2025-03-18 17:32:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: manas-ai
Version: 0.2.1
Summary: A framework for building LLM-powered applications with intelligent agents, task decomposition, and RAG
Author: Gaurav Koley
Author-Email: gaurav[at]koley.in
Home-Page: https://github.com/arkokoley/manas
Project-Url: Repository, https://github.com/arkokoley/manas
License: MIT
Keywords: llm,agents,rag,ai,nlp
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11,<4.0
Requires-Dist: aiofiles (==22.1.0)
Requires-Dist: aiohttp (<4.0.0,>=3.9.1)
Requires-Dist: anthropic (<1,>=0.41.0); extra == "anthropic" or extra == "all-cpu" or extra == "all-gpu"
Requires-Dist: anyio (<5.0.0,>=4.4.0)
Requires-Dist: asyncio (<4.0.0,>=3.4.3)
Requires-Dist: browser-use (<0.2.0,>=0.1.40)
Requires-Dist: chromadb (<0.5.0,>=0.4.0); extra == "chroma" or extra == "vector-stores" or extra == "vector-stores-gpu" or extra == "all-cpu" or extra == "all-gpu"
Requires-Dist: faiss-cpu (<2.0.0,>=1.7.0); extra == "faiss" or extra == "vector-stores" or extra == "minimal" or extra == "all-cpu"
Requires-Dist: google-cloud-aiplatform (<2.0.0,>=1.25.0); extra == "vertexai" or extra == "all-cpu" or extra == "all-gpu"
Requires-Dist: google-generativeai (<0.9.0,>=0.8.4)
Requires-Dist: langchain-community (<0.4.0,>=0.3.18)
Requires-Dist: networkx (<4.0.0,>=3.2.1)
Requires-Dist: numpy (<2.0.0,>=1.24.0)
Requires-Dist: openai (<2.0.0,>=1.0.0); extra == "openai" or extra == "minimal" or extra == "all-cpu" or extra == "all-gpu"
Requires-Dist: pandas (<3.0.0,>=2.2.3)
Requires-Dist: pillow (<12.0.0,>=11.1.0)
Requires-Dist: pinecone (<7.0.0,>=6.0.1)
Requires-Dist: protobuf (<5.0,>=4.21.6)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.1)
Requires-Dist: scipy (<2.0.0,>=1.15.2)
Requires-Dist: tiktoken (<1,>=0.7); extra == "openai" or extra == "minimal" or extra == "all-cpu" or extra == "all-gpu"
Requires-Dist: torch (<3.0.0,>=2.0.0); extra == "huggingface" or extra == "all-cpu" or extra == "all-gpu"
Requires-Dist: transformers (<5.0.0,>=4.30.0); extra == "huggingface" or extra == "all-cpu" or extra == "all-gpu"
Requires-Dist: typing-extensions (<5.0.0,>=4.5.0)
Provides-Extra: all-cpu
Provides-Extra: all-gpu
Provides-Extra: anthropic
Provides-Extra: chroma
Provides-Extra: faiss
Provides-Extra: faiss-gpu
Provides-Extra: huggingface
Provides-Extra: minimal
Provides-Extra: openai
Provides-Extra: vector-stores
Provides-Extra: vector-stores-gpu
Provides-Extra: vertexai
Description-Content-Type: text/markdown
[Description omitted; length: 5729 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
manas_ai/__init__.py sha256=_ApKHz8-qjqp364hbc0kKuEY_MFp0pp2m9MWEcFtWCU 490
manas_ai/agent.py sha256=W8UCdoJ5JzNm1r403upzwJD3tdvRHaqmiJrOjSPgogU 9460
manas_ai/base.py sha256=SM5rzhUxS2pxaSzs80c-Yrsg02IwKdOpDCipxSTcRrg 2316
manas_ai/chat.py sha256=osHf3ZTMKzeQuL7Eg69Ar7anasVcOV4C229UhF8EmnE 5447
manas_ai/flow.py sha256=WWi4SfDITGwG-4NSfyz0yQhz0X78kxA_qXhwrBMi6UI 12955
manas_ai/llm.py sha256=9btKxAs60kX5iEhf_hum4W2FPp8pA6asCvhuDGzKsv0 9436
manas_ai/models.py sha256=R3bfyzpwQfjMx-AzU_KGj40XFuRb-ij6f9ctbPLAy1Y 3027
manas_ai/nodes/__init__.py sha256=1UQzT0yiTdh4lkEy5xPvxKFJuplEBq-x2ZHsXFJPjrU 1175
manas_ai/nodes/api_node.py sha256=5rX3_9hMd33ia-a0vbMRSP9C9eNUMKMal1zKxd3NO4o 9904
manas_ai/nodes/browser_node.py sha256=xVE90HLIU_SXzARclnmwpjf2OC7rkkG4OowubY5mF9Q 3950
manas_ai/nodes/document_node.py sha256=yEYXKCrYvrxSh8Una5gSytmaQk3x5v15hFuA2xJ0XK0 10847
manas_ai/nodes/factory.py sha256=-2zpK0-MbXEJNyM4KpCqDpEKKm43dTjhr-vUckGNxjY 1764
manas_ai/nodes/protocol.py sha256=hM7WK3i1aWQKIGv9OeCcFefLelsPHFBFc5YDYMtyx-w 1600
manas_ai/nodes/qa_node.py sha256=rpuxaLY-2Pm7_xq6dN-7KA8ZUZIZFNldWE-yODbTspM 8886
manas_ai/nodes/tool_node.py sha256=NUzI_kWCCjFJKDj5WFbeStl9b-n1nElSVzIN-2U_Z58 5813
manas_ai/providers/__init__.py sha256=DqivRFNeMYTHNnY6ffjLLmjg6S4w93lOGZepURjhiJI 865
manas_ai/providers/anthropic.py sha256=GQmjVWijOSiobNAnrJ_0cD-zq_GitW6UVCv_XYzIgs4 3255
manas_ai/providers/base.py sha256=cSFDlNdouJutE7d8bAmsi5UdhRhDWJGRcmdNR-AKA9c 1903
manas_ai/providers/factory.py sha256=dkwViE9NmPJgphHm6Frz77L_AMCoG6FDwKEmSDbuo_Y 1639
manas_ai/providers/huggingface.py sha256=kWJ4Ohjjs82ZBwWz2r_Wc6ODloxkz9CL9ANL2MIloFk 5833
manas_ai/providers/middleware.py sha256=kjQDG65kPzkXcq_4lr9DDYzAXBO9dhB6Zu_9y-29dDM 9048
manas_ai/providers/mock.py sha256=NeGpW6rI3GJG8FXvgCbjUSlBhWWyOtqLczu9rm_Mlz8 2112
manas_ai/providers/ollama.py sha256=KHyD6z6d-XCw_7XBYBegZNh8MtzNbhchHL7Y-yQ7p3Q 3789
manas_ai/providers/openai.py sha256=3FHZ8pvWh0i-UBbcaPGjR3Ii0QrHYW8d9_MawjBKIz4 3321
manas_ai/providers/protocol.py sha256=voli5jMzS3MPuA8OqHRad_WOd_GE3iDPQ4jq5FIezVc 1648
manas_ai/rag.py sha256=Zp6noOTlTS3ST49v8U_wmBbIr0Ode2K-HiNrnnDHD-E 13671
manas_ai/tokenizers.py sha256=C_BeJtRhqHp-mgyIzAk9bZOF9aW2tCc7lu-52ooZpzI 3425
manas_ai/vectorstores/__init__.py sha256=CISqabzC0NqUOiMAoBn8IY4BaR6Ttq4_SVfp4mrLXOA 894
manas_ai/vectorstores/base.py sha256=YvGHM__bvzXyi1w7y5QReSgB9fB82zKDXy4YSNLSUtk 2283
manas_ai/vectorstores/chroma.py sha256=i-65prLCHBytCKp3bRmneFvgbq7m3celgDsxXFnyKME 5045
manas_ai/vectorstores/factory.py sha256=nR9rIRhBLiTZ6QEhoJEbqodu2Sdpya-Mf8uISpCR0Y4 1918
manas_ai/vectorstores/faiss.py sha256=NSz_h-FknUOpcNKVLoZrl6Y1oENxuZcMz30pPYSjsv8 6812
manas_ai/vectorstores/pinecone.py sha256=QWHqO865cEVCZ4HM4Ixw2e4aSlkkEY4XmTokotXB3Ss 4796
manas_ai/vectorstores/protocol.py sha256=6YNC6xi5_VqZ_zu8c65JYtnROtqntzvZ8J-WRnnJmko 1931
manas_ai-0.2.1.dist-info/LICENSE sha256=PWzYB42iLvacRaXpPkrV690SpMmR7Mdvf4YqMxyB9eA 1072
manas_ai-0.2.1.dist-info/METADATA sha256=t-XkJOlf6rt_1GqGUlC_ALRsmOxM6spFeyG_7mWuB_8 8538
manas_ai-0.2.1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
manas_ai-0.2.1.dist-info/RECORD