https://github.com/areid987/lynx-turbo

https://github.com/areid987/lynx-turbo

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: AReid987
  • Language: TypeScript
  • Default Branch: main
  • Size: 23.4 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

Lynx Docs

Alt


CodSpeed Badge

Introduction

Monorepo App Architecture

Technology

| Build System | Icon | Package Managers | Icon | | --- | --- | --- | --- | | Turborepo | turborepo | uv | uv | | Hatchling | | pnpm | pnpm | | ---------------- | -------- | ---------------- | -------- | | UI | Icon | Backend | Icon | | Motion | motion |Python | python | | Shadcn UI | shadcn | FastAPI | fastapi | Radix | radix | | TailwindCSS | tailwind | | ---------------- | -------- | ---------------- | -------- | | Containerization | Icon | Database | Icon | | Docker | docker | Drizzle | drizzle | | Docker Compose | docker-compose | PostgreSQL | postgresql | | | | Neon | neon | | | | Cassandra | cassandra | | ---------------- | -------- | ---------------- | -------- | | Network | Icon | DevOps | Icon | | Tailscale | tailscale | | ---------------- | -------- | ---------------- | -------- | | Apps | Icon | Packages | Icon | | lynx-agent: A Next.js Interface for data-lynx | nextjs | ui: React shared component library | shadcn | | docs: A Next.js / Nextra web App for project documentation | nextra | typescript-config: Shared tsconfig configurations used throughout the monorepo | | | data-lynx: A modular Multi Agent System | nextjs | eslint-config: eslint configurations (includes eslint-config-next, eslint-config-prettier other configs used throughout the monorepo) | |


Contributing

Option 1:

Change into the web directory:

bash cd apps/lynx-agent

run the development server:

bash {"id":"01JKJHYDTCKD8H997ZW2JADJ90"} pnpm dev

Option 2:

From anywhere in the repo

bash pnpm dev --filter=@lynx/lynx-agent

Open http://localhost:3000 with your browser to see the result.

Edits will automatically reload the page. You will see any output or errors in the console.

Project structure:

Turborepo

folder-icon .
|-- folder-icon apps
| |-- folder-icon docs
| |-- folder-icon kwg
| |-- folder-icon lynx-agent
| |-- folder-icon data-lynx
| |-- folder-icon icons
|-- folder-icon nodemodules
|-- folder-icon package.json
|-- folder-icon packages
| |-- folder-icon eslint-config
| |-- folder-icon typescript-config
| |-- folder-icon ui
|-- folder-icon pnpm-lock.yaml
|-- folder-icon pnpm-workspace.yaml
|-- folder-icon project
documenation
| |-- folder-icon biz-dev
| |-- folder-icon design-system
| |-- folder-icon development
| |-- folder-icon project-management
| |-- folder-icon prompts
| |-- folder-icon system-design
|-- folder-icon README.md
|-- folder-icon reference-architecture
| |-- folder-icon astra-db
| |-- folder-icon c4-system-context
| |-- folder-icon d2

lynx-agent

  • app/: Contains the main application code.
  • public/: Contains static assets like images and fonts.
  • app/globals.css: Contains global CSS styles.

Home page:

  • app/page.tsx.

This project uses next/font to automatically optimize and load custom fonts. - Fonts sourced from Google Fonts & Fontshare.com

Resources - Next.js Documentation - learn about Next.js features and API. - Learn Next.js - an interactive Next.js tutorial.

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deployment

Both lynx-agent and the Lynx Documentation are deployed on the Vercel Platform.


runme:

id: 01JKJKJ0VT53WQAT94SD3AGGVE version: v3

lynx-agent

This is a Next.js WebUI for Lynx, the AI Agent.

Features

  • This feature list doubles as a Roadmap for the project.
  • Items are checked as they become implemented.

UI

  • [ ] User Authentication: Secure user login and registration.
  • [ ] Dashboard: Overview of AI Agent activities and performance.
  • [ ] Task Management: Create, manage, and track tasks.
  • [ ] Real-time Updates: Live updates on task progress and AI Agent status.
  • [ ] Settings: Customize your experience and preferences.

Lynx CRM

  • [ ] ICP Generation: Generate and manage ICP (Intelligent Customer Profiles).
  • [ ] Lead Management: Create, view, and manage leads.
  • [ ] Contact Management: Store and manage contact information.
  • [ ] Sales Pipeline: Track sales opportunities and progress.
  • [ ] Reporting: Generate reports on sales performance and other metrics.
  • [ ] Analytics: Gain insights into customer behavior and trends.
  • [ ] Integration: Seamless integration with other tools and services.
  • [ ] Settings: Customize your CRM experience and preferences.

Deployed on Vercel

Owner

  • Name: Antonio Reid
  • Login: AReid987
  • Kind: user
  • Location: Austin, Texas

GitHub Events

Total
  • Push event: 1
  • Pull request review event: 1
  • Pull request review comment event: 3
  • Pull request event: 3
  • Fork event: 1
  • Create event: 5
Last Year
  • Push event: 1
  • Pull request review event: 1
  • Pull request review comment event: 3
  • Pull request event: 3
  • Fork event: 1
  • Create event: 5

Dependencies

.github/workflows/codspeed.yml actions
apps/Lynx-frontend/package.json npm
  • @types/node ^20.11.18 development
  • @types/react ^18.3.1 development
  • @types/react-dom ^18.3.1 development
  • @typescript-eslint/eslint-plugin ^5.54.0 development
  • @typescript-eslint/parser ^5.54.0 development
  • @vitejs/plugin-react ^4.2.1 development
  • autoprefixer latest development
  • eslint ^8.50.0 development
  • eslint-plugin-react-hooks ^4.6.0 development
  • eslint-plugin-react-refresh ^0.4.1 development
  • postcss latest development
  • tailwindcss 3.4.17 development
  • typescript ^5.5.4 development
  • vite ^5.2.0 development
  • clsx latest
  • d3-scale latest
  • lucide-react latest
  • react ^18.3.1
  • react-dom ^18.3.1
  • react-simple-maps latest
  • tailwind-merge latest
apps/data-lynx/package.json npm
  • @iconify/tailwind ^1.2.0 development
  • promptfoo ^0.104.4
apps/docs/package.json npm
  • @iconify/tailwind ^1.2.0 development
  • @lynx/eslint-config workspace:* development
  • @lynx/typescript-config workspace:* development
  • @types/node ^22 development
  • @types/react 19.0.8 development
  • @types/react-dom 19.0.3 development
  • typescript 5.7.3 development
  • @lynx/ui workspace:*
  • @million/lint ^1.0.14
  • @radix-ui/themes ^3.2.0
  • million ^3.1.11
  • next ^15.1.6
  • nextra ^4.2.5
  • nextra-theme-docs ^4.2.5
  • react ^19.0.0
  • react-dom ^19.0.0
apps/kwg/package.json npm
apps/lynx-agent/package.json npm
  • @iconify/tailwind ^1.2.0 development
  • @lynx/eslint-config workspace:* development
  • @lynx/typescript-config workspace:* development
  • @types/node ^22 development
  • @types/react 19.0.8 development
  • @types/react-dom 19.0.3 development
  • typescript 5.7.3 development
  • @lynx/ui workspace:*
  • @million/lint ^1.0.14
  • @neondatabase/serverless ^0.10.4
  • @radix-ui/themes ^3.2.0
  • @vercel/speed-insights ^1.1.0
  • million ^3.1.11
  • next ^15.1.6
  • react ^19.0.0
  • react-dom ^19.0.0
apps/lynx-agent/pnpm-lock.yaml npm
  • aix-ppc64@0.20.2
  • android-arm64@0.20.2
  • android-arm@0.20.2
  • android-x64@0.20.2
  • code-frame@7.26.2
  • compat-data@7.26.5
  • component-emitter@3.1.2
  • config.env-replace@1.1.0
  • core@0.3.5
  • core@7.26.0
  • cors@2.8.17
  • css-font-loading-module@0.0.7
  • darwin-arm64@0.20.2
  • darwin-x64@0.20.2
  • estree@1.0.6
  • freebsd-arm64@0.20.2
  • freebsd-x64@0.20.2
  • fsm@1.6.5
  • gen-mapping@0.3.8
  • generator@7.26.5
  • helper-compilation-targets@7.26.5
  • helper-module-imports@7.25.9
  • helper-module-transforms@7.26.0
  • helper-string-parser@7.25.9
  • helper-validator-identifier@7.25.9
  • helper-validator-option@7.25.9
  • helpers@7.26.7
  • install@1.0.14
  • js@1.0.0-rc.3
  • lint@1.0.14
  • linux-arm64@0.20.2
  • linux-arm@0.20.2
  • linux-ia32@0.20.2
  • linux-loong64@0.20.2
  • linux-mips64el@0.20.2
  • linux-ppc64@0.20.2
  • linux-riscv64@0.20.2
  • linux-s390x@0.20.2
  • linux-x64@0.20.2
  • netbsd-x64@0.20.2
  • network.ca-file@1.0.2
  • ni@0.21.12
  • nice-android-arm-eabi@1.0.1
  • nice-android-arm64@1.0.1
  • nice-darwin-arm64@1.0.1
  • nice-darwin-x64@1.0.1
  • nice-freebsd-x64@1.0.1
  • nice-linux-arm-gnueabihf@1.0.1
  • nice-linux-arm64-gnu@1.0.1
  • nice-linux-arm64-musl@1.0.1
  • nice-linux-ppc64-gnu@1.0.1
  • nice-linux-riscv64-gnu@1.0.1
  • nice-linux-s390x-gnu@1.0.1
  • nice-linux-x64-gnu@1.0.1
  • nice-linux-x64-musl@1.0.1
  • nice-win32-arm64-msvc@1.0.1
  • nice-win32-ia32-msvc@1.0.1
  • nice-win32-x64-msvc@1.0.1
  • nice@1.0.1
  • node-server@1.13.8
  • node@22.13.1
  • npm-conf@2.3.1
  • openbsd-x64@0.20.2
  • parser@7.26.7
  • pluginutils@5.1.4
  • prompts@0.7.0
  • prompts@0.8.2
  • remapping@2.3.0
  • resolve-uri@3.1.2
  • set-array@1.2.1
  • sourcemap-codec@1.5.0
  • sunos-x64@0.20.2
  • svelte@1.0.13
  • template@7.25.9
  • trace-mapping@0.3.25
  • traverse@7.26.7
  • types@2.0.0-alpha.16
  • types@7.26.0
  • types@7.26.7
  • win32-arm64@0.20.2
  • win32-ia32@0.20.2
  • win32-x64@0.20.2
package.json npm
  • @turbo/gen ^2.4.0 development
  • commitizen ^4.3.1 development
  • cz-git ^1.11.0 development
  • czg ^1.11.1 development
  • dotenv ^16.4.7 development
  • dotenv-cli ^8.0.0 development
  • prettier ^3.4.2 development
  • turbo ^2.4.0 development
  • typescript 5.7.3 development
packages/eslint-config/package.json npm
  • @eslint/js ^9.19.0 development
  • @next/eslint-plugin-next ^15.1.6 development
  • eslint ^9.19.0 development
  • eslint-config-prettier ^10.0.1 development
  • eslint-plugin-only-warn ^1.1.0 development
  • eslint-plugin-react ^7.37.4 development
  • eslint-plugin-react-hooks ^5.1.0 development
  • eslint-plugin-turbo ^2.4.0 development
  • globals ^15.14.0 development
  • typescript ^5.7.3 development
  • typescript-eslint ^8.22.0 development
packages/typescript-config/package.json npm
packages/ui/package.json npm
  • @lynx/eslint-config workspace:* development
  • @lynx/typescript-config workspace:* development
  • @turbo/gen ^2.4.0 development
  • @types/node ^22.13.0 development
  • @types/react 19.0.8 development
  • @types/react-dom 19.0.3 development
  • typescript 5.7.3 development
  • react ^19.0.0
  • react-dom ^19.0.0
pnpm-lock.yaml npm
  • 574 dependencies
apps/data-lynx/pyproject.toml pypi
  • astrapy >=1.5.2
  • cassandra-driver >=3.29.2
  • deepeval >=2.4.1
  • fastapi >=0.115.8
  • langflow >=1.1.4.post1
  • python-dotenv >=1.0.1
  • uvicorn >=0.34.0
  • websockets >=12.0
apps/data-lynx/requirements.txt pypi
  • ag2 ==0.5.3
  • aiofile ==3.9.0
  • aiofiles ==24.1.0
  • aiohappyeyeballs ==2.4.6
  • aiohttp ==3.10.11
  • aiolimiter ==1.2.1
  • aiosignal ==1.3.2
  • aiosqlite ==0.21.0
  • alembic ==1.14.1
  • annotated-types ==0.7.0
  • anthropic ==0.45.2
  • anyio ==4.8.0
  • appdirs ==1.4.4
  • arize-phoenix-otel ==0.7.1
  • asgiref ==3.8.1
  • assemblyai ==0.35.1
  • astra-assistants ==2.2.9
  • astrapy ==1.5.2
  • asttokens ==3.0.0
  • asyncer ==0.0.8
  • atlassian-python-api ==3.41.16
  • attrs ==25.1.0
  • auth0-python ==4.8.0
  • authlib ==1.3.1
  • backoff ==2.2.1
  • bce-python-sdk ==0.9.25
  • bcrypt ==4.0.1
  • beautifulsoup4 ==4.12.3
  • boto3 ==1.34.162
  • botocore ==1.34.162
  • build ==1.2.2.post1
  • cachetools ==5.5.1
  • caio ==0.9.21
  • cassandra-driver ==3.29.2
  • cassio ==0.1.10
  • cattrs ==24.1.2
  • certifi ==2024.8.30
  • cffi ==1.17.1
  • chardet ==5.2.0
  • charset-normalizer ==3.4.1
  • chroma-hnswlib ==0.7.6
  • chromadb ==0.5.23
  • clevercsv ==0.8.3
  • click ==8.1.8
  • clickhouse-connect ==0.7.19
  • cohere ==5.13.12
  • colorama ==0.4.6
  • coloredlogs ==15.0.1
  • colorlog ==6.9.0
  • composio-core ==0.6.16
  • composio-langchain ==0.6.16
  • coolname ==2.2.0
  • crewai ==0.86.0
  • crewai-tools ==0.25.5
  • cryptography ==43.0.3
  • dataclasses-json ==0.6.7
  • datasets ==3.2.0
  • decorator ==5.1.1
  • deepdiff ==8.2.0
  • deepeval ==2.4.3
  • defusedxml ==0.7.1
  • deprecated ==1.2.18
  • deprecation ==2.1.0
  • dill ==0.3.8
  • dirtyjson ==1.0.8
  • diskcache ==5.6.3
  • distro ==1.9.0
  • dnspython ==2.7.0
  • docker ==7.1.0
  • docstring-parser ==0.16
  • docx2txt ==0.8
  • dspy ==2.5.7
  • dspy-ai ==2.5.41
  • duckdb ==1.2.0
  • duckduckgo-search ==7.2.1
  • durationpy ==0.9
  • e2b ==1.0.6
  • e2b-code-interpreter ==1.0.5
  • ecdsa ==0.19.0
  • elastic-transport ==8.17.0
  • elasticsearch ==8.16.0
  • embedchain ==0.1.125
  • emoji ==2.14.1
  • et-xmlfile ==2.0.0
  • eval-type-backport ==0.2.2
  • events ==0.5
  • execnet ==2.1.1
  • executing ==2.2.0
  • faiss-cpu ==1.9.0.post1
  • fake-useragent ==1.5.1
  • fastapi ==0.115.8
  • fastapi-pagination ==0.12.34
  • fastavro ==1.9.7
  • filelock ==3.17.0
  • filetype ==1.2.0
  • firecrawl-py ==1.11.1
  • flaml ==2.3.3
  • flatbuffers ==25.1.24
  • frozendict ==2.4.6
  • frozenlist ==1.5.0
  • fsspec ==2024.9.0
  • future ==1.0.0
  • geomet ==0.2.1.post1
  • gitdb ==4.0.12
  • gitpython ==3.1.43
  • google-ai-generativelanguage ==0.6.15
  • google-api-core ==2.24.1
  • google-api-python-client ==2.154.0
  • google-auth ==2.38.0
  • google-auth-httplib2 ==0.2.0
  • google-auth-oauthlib ==1.2.1
  • google-cloud-aiplatform ==1.79.0
  • google-cloud-bigquery ==3.29.0
  • google-cloud-core ==2.4.1
  • google-cloud-resource-manager ==1.14.0
  • google-cloud-storage ==2.19.0
  • google-crc32c ==1.6.0
  • google-generativeai ==0.8.4
  • google-resumable-media ==2.7.2
  • google-search-results ==2.4.2
  • googleapis-common-protos ==1.66.0
  • gotrue ==2.11.3
  • gptcache ==0.1.44
  • grandalf ==0.8
  • greenlet ==3.1.1
  • griffe ==1.5.6
  • groq ==0.18.0
  • grpc-google-iam-v1 ==0.14.0
  • grpcio ==1.67.1
  • grpcio-health-checking ==1.67.1
  • grpcio-status ==1.67.1
  • grpcio-tools ==1.67.1
  • gunicorn ==23.0.0
  • h11 ==0.14.0
  • h2 ==4.2.0
  • hpack ==4.1.0
  • html5lib ==1.1
  • httpcore ==1.0.7
  • httplib2 ==0.22.0
  • httptools ==0.6.4
  • httpx ==0.27.2
  • httpx-sse ==0.4.0
  • huggingface-hub ==0.28.1
  • humanfriendly ==10.0
  • hyperframe ==6.1.0
  • idna ==3.10
  • ijson ==3.3.0
  • importlib-metadata ==8.5.0
  • importlib-resources ==6.5.2
  • inflection ==0.5.1
  • iniconfig ==2.0.0
  • instructor ==1.5.2
  • ipython ==8.32.0
  • jaraco-context ==6.0.1
  • jedi ==0.19.2
  • jinja2 ==3.1.5
  • jiter ==0.5.0
  • jmespath ==1.0.1
  • joblib ==1.4.2
  • jq ==1.8.0
  • json-repair ==0.30.3
  • jsonpatch ==1.33
  • jsonpath-python ==1.0.6
  • jsonpickle ==4.0.1
  • jsonpointer ==3.0.0
  • jsonref ==1.1.0
  • jsonschema ==4.23.0
  • jsonschema-specifications ==2024.10.1
  • kubernetes ==31.0.0
  • lancedb ==0.19.0
  • langchain ==0.3.10
  • langchain-anthropic ==0.3.0
  • langchain-astradb ==0.5.2
  • langchain-aws ==0.2.7
  • langchain-chroma ==0.1.4
  • langchain-cohere ==0.3.3
  • langchain-community ==0.3.10
  • langchain-core ==0.3.34
  • langchain-elasticsearch ==0.3.0
  • langchain-experimental ==0.3.4
  • langchain-google-calendar-tools ==0.0.1
  • langchain-google-community ==2.0.3
  • langchain-google-genai ==2.0.6
  • langchain-google-vertexai ==2.0.7
  • langchain-groq ==0.2.1
  • langchain-milvus ==0.1.7
  • langchain-mistralai ==0.2.3
  • langchain-mongodb ==0.2.0
  • langchain-nvidia-ai-endpoints ==0.3.5
  • langchain-ollama ==0.2.1
  • langchain-openai ==0.2.12
  • langchain-pinecone ==0.2.2
  • langchain-tests ==0.3.11
  • langchain-text-splitters ==0.3.6
  • langchain-unstructured ==0.1.5
  • langchainhub ==0.1.21
  • langflow ==1.1.4.post1
  • langflow-base ==0.1.4.post1
  • langfuse ==2.53.9
  • langsmith ==0.1.147
  • langwatch ==0.1.16
  • lark ==1.2.2
  • litellm ==1.59.8
  • llama-cloud ==0.1.13
  • llama-cloud-services ==0.6.1
  • llama-index ==0.12.19
  • llama-index-agent-openai ==0.4.6
  • llama-index-cli ==0.4.0
  • llama-index-core ==0.12.19
  • llama-index-embeddings-openai ==0.3.1
  • llama-index-indices-managed-llama-cloud ==0.6.8
  • llama-index-llms-openai ==0.3.20
  • llama-index-multi-modal-llms-openai ==0.4.3
  • llama-index-program-openai ==0.3.1
  • llama-index-question-gen-openai ==0.3.0
  • llama-index-readers-file ==0.4.5
  • llama-index-readers-llama-parse ==0.4.0
  • llama-parse ==0.6.1
  • logfire-api ==3.5.3
  • loguru ==0.7.3
  • lsprotocol ==2023.0.1
  • lxml ==5.3.0
  • lz4 ==4.4.3
  • magicattr ==0.1.6
  • mako ==1.3.9
  • markdown ==3.7
  • markdown-it-py ==3.0.0
  • markupsafe ==3.0.2
  • marshmallow ==3.26.1
  • matplotlib-inline ==0.1.7
  • mcp ==1.1.3
  • mdurl ==0.1.2
  • mem0ai ==0.1.34
  • metal-sdk ==2.5.1
  • metaphor-python ==0.1.23
  • milvus-lite ==2.4.11
  • mistralai ==1.5.0
  • mmh3 ==5.1.0
  • monotonic ==1.6
  • more-itertools ==10.6.0
  • mpmath ==1.3.0
  • multidict ==6.1.0
  • multiprocess ==0.70.16
  • multitasking ==0.0.11
  • mypy-extensions ==1.0.0
  • nanoid ==2.0.0
  • needle-python ==0.4.0
  • nest-asyncio ==1.6.0
  • networkx ==3.4.2
  • nltk ==3.9.1
  • nodeenv ==1.9.1
  • numexpr ==2.10.2
  • numpy ==1.26.4
  • oauthlib ==3.2.2
  • ollama ==0.4.7
  • onnxruntime ==1.20.1
  • openai ==1.61.1
  • openinference-instrumentation ==0.1.22
  • openinference-instrumentation-langchain ==0.1.31
  • openinference-semantic-conventions ==0.1.14
  • openpyxl ==3.1.5
  • opensearch-py ==2.8.0
  • opentelemetry-api ==1.30.0
  • opentelemetry-exporter-otlp ==1.30.0
  • opentelemetry-exporter-otlp-proto-common ==1.30.0
  • opentelemetry-exporter-otlp-proto-grpc ==1.30.0
  • opentelemetry-exporter-otlp-proto-http ==1.30.0
  • opentelemetry-exporter-prometheus ==0.51b0
  • opentelemetry-instrumentation ==0.51b0
  • opentelemetry-instrumentation-asgi ==0.51b0
  • opentelemetry-instrumentation-fastapi ==0.51b0
  • opentelemetry-proto ==1.30.0
  • opentelemetry-sdk ==1.30.0
  • opentelemetry-semantic-conventions ==0.51b0
  • opentelemetry-util-http ==0.51b0
  • optuna ==4.2.0
  • orderly-set ==5.3.0
  • orjson ==3.10.0
  • outcome ==1.3.0.post0
  • overrides ==7.7.0
  • packaging ==24.2
  • pandas ==2.2.2
  • paramiko ==3.5.1
  • parso ==0.8.4
  • passlib ==1.7.4
  • pdfminer-six ==20231228
  • pdfplumber ==0.11.5
  • peewee ==3.17.9
  • pexpect ==4.9.0
  • pgvector ==0.3.6
  • pillow ==10.4.0
  • pinecone ==5.4.2
  • pinecone-plugin-inference ==3.1.0
  • pinecone-plugin-interface ==0.0.7
  • platformdirs ==4.3.6
  • pluggy ==1.5.0
  • portalocker ==2.10.1
  • postgrest ==0.16.11
  • posthog ==3.11.0
  • primp ==0.12.0
  • prometheus-client ==0.21.1
  • prompt-toolkit ==3.0.50
  • propcache ==0.2.1
  • proto-plus ==1.26.0
  • protobuf ==5.29.3
  • psycopg ==3.2.4
  • psycopg-binary ==3.2.4
  • psycopg2-binary ==2.9.10
  • ptyprocess ==0.7.0
  • pure-eval ==0.2.3
  • py ==1.11.0
  • pyarrow ==17.0.0
  • pyasn1 ==0.6.1
  • pyasn1-modules ==0.4.1
  • pyautogen ==0.5.3
  • pycparser ==2.22
  • pycryptodome ==3.21.0
  • pydantic ==2.10.6
  • pydantic-ai ==0.0.23
  • pydantic-ai-slim ==0.0.23
  • pydantic-core ==2.27.2
  • pydantic-graph ==0.0.23
  • pydantic-settings ==2.4.0
  • pygments ==2.19.1
  • pyjwt ==2.10.1
  • pylance ==0.23.0
  • pymilvus ==2.5.4
  • pymongo ==4.10.1
  • pynacl ==1.5.0
  • pyparsing ==3.2.1
  • pypdf ==5.1.0
  • pypdfium2 ==4.30.1
  • pyperclip ==1.9.0
  • pypika ==0.48.9
  • pyproject-hooks ==1.2.0
  • pyright ==1.1.393
  • pysbd ==0.3.4
  • pysher ==1.0.8
  • pysocks ==1.7.1
  • pytest ==8.3.4
  • pytest-asyncio ==0.25.3
  • pytest-repeat ==0.9.3
  • pytest-socket ==0.7.0
  • pytest-xdist ==3.6.1
  • python-dateutil ==2.9.0.post0
  • python-docx ==1.1.2
  • python-dotenv ==1.0.1
  • python-jose ==3.3.0
  • python-lsp-jsonrpc ==1.1.2
  • python-multipart ==0.0.20
  • pytube ==15.0.0
  • pytz ==2024.2
  • pyvis ==0.3.2
  • pyyaml ==6.0.2
  • qdrant-client ==1.9.2
  • qianfan ==0.3.5
  • ragstack-ai-knowledge-store ==0.2.1
  • realtime ==1.0.6
  • redis ==5.2.1
  • referencing ==0.36.2
  • regex ==2024.11.6
  • requests ==2.32.3
  • requests-oauthlib ==2.0.0
  • requests-toolbelt ==1.0.0
  • retry ==0.9.2
  • rich ==13.9.4
  • rpds-py ==0.22.3
  • rsa ==4.9
  • ruff ==0.9.5
  • s3transfer ==0.10.4
  • schema ==0.7.7
  • scrapegraph-py ==1.12.0
  • selenium ==4.28.1
  • semver ==3.0.4
  • sentry-sdk ==2.20.0
  • serpapi ==0.1.5
  • setuptools ==75.8.0
  • shapely ==2.0.7
  • shellingham ==1.5.4
  • simsimd ==6.2.1
  • six ==1.17.0
  • smmap ==5.0.2
  • sniffio ==1.3.1
  • sortedcontainers ==2.4.0
  • soupsieve ==2.6
  • spider-client ==0.1.24
  • sqlalchemy ==2.0.38
  • sqlmodel ==0.0.22
  • sse-starlette ==2.2.1
  • sseclient-py ==1.8.0
  • stack-data ==0.6.3
  • starlette ==0.45.3
  • storage3 ==0.7.7
  • strenum ==0.4.15
  • striprtf ==0.0.26
  • structlog ==25.1.0
  • supabase ==2.6.0
  • supafunc ==0.5.1
  • sympy ==1.13.3
  • syrupy ==4.8.1
  • tabulate ==0.9.0
  • tenacity ==8.5.0
  • termcolor ==2.5.0
  • tiktoken ==0.7.0
  • tokenizers ==0.20.3
  • toml ==0.10.2
  • tomli ==2.2.1
  • tomli-w ==1.2.0
  • tqdm ==4.67.1
  • traitlets ==5.14.3
  • tree-sitter ==0.23.2
  • tree-sitter-python ==0.23.6
  • trio ==0.28.0
  • trio-websocket ==0.11.1
  • typer ==0.15.1
  • types-cachetools ==5.5.0.20240820
  • types-requests ==2.32.0.20241016
  • typing-extensions ==4.12.2
  • typing-inspect ==0.9.0
  • tzdata ==2025.1
  • ujson ==5.10.0
  • uncurl ==0.0.11
  • unstructured-client ==0.25.9
  • upstash-vector ==0.6.0
  • uritemplate ==4.1.1
  • urllib3 ==2.3.0
  • uuid6 ==2024.7.10
  • uv ==0.5.29
  • uvicorn ==0.34.0
  • uvloop ==0.21.0
  • validators ==0.34.0
  • watchfiles ==1.0.4
  • wcwidth ==0.2.13
  • weaviate-client ==4.10.2
  • webencodings ==0.5.1
  • websocket-client ==1.8.0
  • websockets ==12.0
  • wikipedia ==1.4.0
  • wolframalpha ==5.1.3
  • wrapt ==1.17.2
  • wsproto ==1.2.0
  • xmltodict ==0.14.2
  • xxhash ==3.5.0
  • yarl ==1.18.3
  • yfinance ==0.2.50
  • youtube-transcript-api ==0.6.3
  • zep-python ==2.0.2
  • zipp ==3.21.0
  • zstandard ==0.23.0
apps/data-lynx/uv.lock pypi
  • 453 dependencies
apps/kwg/pyproject.toml pypi