openhands-advanced

OpenHands Advanced: The Ultimate AI Agent for Commercial Projects with Autonomous Systems

https://github.com/ajul8866/openhands-advanced

Science Score: 54.0%

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

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

Repository

OpenHands Advanced: The Ultimate AI Agent for Commercial Projects with Autonomous Systems

Basic Info
  • Host: GitHub
  • Owner: ajul8866
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 176 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 4
  • Releases: 0
Created 8 months ago · Last pushed 8 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners

README.md

Logo

OpenHands Advanced: The Ultimate AI Agent for Commercial Projects

Contributors Stargazers MIT License
Join our Slack community Join our Discord community Credits
Check out the documentation Paper on Arxiv Evaluation Benchmark Score Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文

OpenHands Advanced: The Ultimate AI Agent for Commercial Projects

OpenHands Advanced is a powerful, intelligent AI agent platform designed specifically for commercial projects. It builds upon the solid foundation of OpenHands with enhanced capabilities, advanced reasoning, and superior performance.

Key Features

Advanced AI Capabilities

  • State-of-the-art LLM Integration: Seamlessly works with the latest models including GPT-4o-2024, Claude 3 Opus, Gemini 1.5 Pro, and more
  • Advanced Reasoning: Enhanced reasoning capabilities with chain-of-thought and tree-of-thought reasoning
  • Multi-Agent Collaboration: Enables multiple specialized agents to work together on complex tasks
  • Continuous Learning: Learns from past experiences to improve performance over time

Autonomous Systems

  • Adaptive Learning System: Continuously learns from interactions and adapts behavior without human intervention
  • Autonomous Decision System: Makes decisions at tactical, strategic, and executive levels independently
  • Meta-Cognitive System: Evaluates and improves its own capabilities automatically
  • Self-Improvement: Identifies gaps in capabilities and implements improvements autonomously

Enhanced Memory and Context

  • Persistent Memory: Maintains project context across sessions
  • Hierarchical Memory Organization: Efficiently organizes and retrieves information
  • Context Compression: Optimizes context window usage for handling larger projects
  • Semantic Chunking: Intelligently breaks down and processes information

Superior Code Generation

  • Advanced Code Generation: Produces high-quality, optimized code
  • Automated Testing: Generates comprehensive test suites
  • Documentation Generation: Creates detailed documentation automatically
  • Code Review: Performs thorough code reviews with best practices

Project Management

  • Task Tracking: Keeps track of project tasks and progress
  • Progress Reporting: Generates detailed progress reports
  • Resource Optimization: Efficiently allocates and manages resources

Enhanced Security

  • Vulnerability Scanning: Identifies potential security vulnerabilities
  • Dependency Scanning: Checks for security issues in dependencies
  • Sandbox Security: Provides a secure execution environment

Performance Optimization

  • Distributed Computing: Leverages multiple nodes for improved performance
  • GPU Acceleration: Utilizes GPU for AI tasks
  • Resource Monitoring: Tracks and optimizes resource usage

Getting Started

Installation

```bash

Clone the repository

git clone https://github.com/All-Hands-AI/OpenHands.git openhands-advanced

Navigate to the directory

cd openhands-advanced

Install dependencies

pip install -e . ```

Configuration

OpenHands Advanced uses an enhanced configuration system. Create a config file:

```toml [core] enableadvancedreasoning = true enablemultiagent = true maxcollaborativeagents = 4 enablecontinuouslearning = true enablepersistentmemory = true memoryretentiondays = 90 enablecodeoptimization = true enablemodelfallback = true enablechainofthought = true enabletreeofthought = true enablecontextcompression = true enablesemanticchunking = true enableadvancedbrowsing = true enableplanning = true enablereflection = true enableselfcorrection = true enablecodereview = true enabledistributedcomputing = true maxdistributednodes = 4 enableadvancedcontextmanagement = true enablesemanticmemory = true enablehierarchicalmemory = true memoryprioritization = "hybrid" enablememorycompression = true enablecontextawareretrieval = true enablememoryindexing = true enablecrosssessionmemory = true

[llm] model = "gpt-4o-2024" enablemodelfallback = true fallbackmodels = ["gpt-4o-2024", "claude-3-opus", "gemini-1.5-pro", "gpt-4-turbo"] temperature = 0.2 enablechainofthought = true enabletreeofthought = true enablecontextcompression = true enablesemanticchunking = true maxcontextwindow = 128000 enableadvancedreasoning = true enablecontinuouslearning = true enablememorycompression = true compressionratio = 0.8 enablecontextawareretrieval = true enablememoryindexing = true enablecrosssessionmemory = true

[agent] agenttype = "advanced" agentspecialization = "code" enableadvancedbrowsing = true enablevisualbrowsing = true enablebrowserautomation = true enableplanning = true enablereflection = true enableselfcorrection = true enablecodereview = true enablemultiagent = true maxcollaborativeagents = 4 enablecontinuouslearning = true enablepersistentmemory = true memoryretentiondays = 90 enablecodegeneration = true enabletestgeneration = true enabledocumentationgeneration = true enableprojectmanagement = true enabletasktracking = true enableprogressreporting = true

[sandbox] enabledistributedcomputing = true maxdistributednodes = 4 enablesandboxsecurity = true enablevulnerabilityscanning = true enabledependencyscanning = true enableperformancemonitoring = true enableresourceoptimization = true enableadvanceddebugging = true enable_profiling = true ```

Usage

```bash

Start OpenHands Advanced

openhands --config your_config.toml ```

Using the Autonomous Agent

OpenHands Advanced includes a powerful autonomous agent that can operate without human intervention:

```python from openhands.core import AutonomousAgent

Create the autonomous agent

agent = AutonomousAgent()

Define a task

task = { "id": "task1", "type": "codegeneration", "description": "Generate a Python function to calculate Fibonacci numbers", "domain": "programming", "context": { "language": "python", "complexity": "medium" }, "requirements": { "functionality": "Calculate Fibonacci numbers", "performance": "Efficient implementation" } }

Process the task autonomously

result = agent.process_task(task)

Get capability report

capabilityreport = agent.getcapability_report()

Get performance report

performancereport = agent.getperformance_report()

Get learning report

learningreport = agent.getlearning_report() ```

See the examples/autonomous_agent_example.py file for a complete example.

Commercial Support

OpenHands Advanced is designed for commercial projects and offers enterprise-grade support. Contact us at support@openhands-advanced.ai for:

  • Custom integrations
  • Enterprise deployment
  • Training and onboarding
  • Priority support

Welcome to OpenHands (formerly OpenDevin), a platform for software development agents powered by AI.

OpenHands agents can do anything a human developer can: modify code, run commands, browse the web, call APIs, and yes—even copy code snippets from StackOverflow.

Learn more at docs.all-hands.dev, or sign up for OpenHands Cloud to get started.

[!IMPORTANT] Using OpenHands for work? We'd love to chat! Fill out this short form to join our Design Partner program, where you'll get early access to commercial features and the opportunity to provide input on our product roadmap.

App screenshot

☁️ OpenHands Cloud

The easiest way to get started with OpenHands is on OpenHands Cloud, which comes with $20 in free credits for new users.

💻 Running OpenHands Locally

OpenHands can also run on your local system using Docker. See the Running OpenHands guide for system requirements and more information.

[!WARNING] On a public network? See our Hardened Docker Installation Guide to secure your deployment by restricting network binding and implementing additional security measures.

```bash docker pull docker.all-hands.dev/all-hands-ai/runtime:0.48-nikolaik

docker run -it --rm --pull=always \ -e SANDBOXRUNTIMECONTAINERIMAGE=docker.all-hands.dev/all-hands-ai/runtime:0.48-nikolaik \ -e LOGALL_EVENTS=true \ -v /var/run/docker.sock:/var/run/docker.sock \ -v ~/.openhands:/.openhands \ -p 3000:3000 \ --add-host host.docker.internal:host-gateway \ --name openhands-app \ docker.all-hands.dev/all-hands-ai/openhands:0.48 ```

Note: If you used OpenHands before version 0.44, you may want to run mv ~/.openhands-state ~/.openhands to migrate your conversation history to the new location.

You'll find OpenHands running at http://localhost:3000!

When you open the application, you'll be asked to choose an LLM provider and add an API key. Anthropic's Claude Sonnet 4 (anthropic/claude-sonnet-4-20250514) works best, but you have many options.

💡 Other ways to run OpenHands

[!WARNING] OpenHands is meant to be run by a single user on their local workstation. It is not appropriate for multi-tenant deployments where multiple users share the same instance. There is no built-in authentication, isolation, or scalability.

If you're interested in running OpenHands in a multi-tenant environment, check out the source-available, commercially-licensed OpenHands Cloud Helm Chart

You can connect OpenHands to your local filesystem, run OpenHands in a scriptable headless mode, interact with it via a friendly CLI, or run it on tagged issues with a github action.

Visit Running OpenHands for more information and setup instructions.

If you want to modify the OpenHands source code, check out Development.md.

Having issues? The Troubleshooting Guide can help.

📖 Documentation

Ask DeepWiki

To learn more about the project, and for tips on using OpenHands, check out our documentation.

There you'll find resources on how to use different LLM providers, troubleshooting resources, and advanced configuration options.

🤝 How to Join the Community

OpenHands is a community-driven project, and we welcome contributions from everyone. We do most of our communication through Slack, so this is the best place to start, but we also are happy to have you contact us on Discord or Github:

See more about the community in COMMUNITY.md or find details on contributing in CONTRIBUTING.md.

📈 Progress

See the monthly OpenHands roadmap here (updated at the maintainer's meeting at the end of each month).

Star History Chart

📜 License

Distributed under the MIT License. See LICENSE for more information.

🙏 Acknowledgements

OpenHands is built by a large number of contributors, and every contribution is greatly appreciated! We also build upon other open source projects, and we are deeply thankful for their work.

For a list of open source projects and licenses used in OpenHands, please see our CREDITS.md file.

📚 Cite

@inproceedings{ wang2025openhands, title={OpenHands: An Open Platform for {AI} Software Developers as Generalist Agents}, author={Xingyao Wang and Boxuan Li and Yufan Song and Frank F. Xu and Xiangru Tang and Mingchen Zhuge and Jiayi Pan and Yueqi Song and Bowen Li and Jaskirat Singh and Hoang H. Tran and Fuqiang Li and Ren Ma and Mingzhang Zheng and Bill Qian and Yanjun Shao and Niklas Muennighoff and Yizhe Zhang and Binyuan Hui and Junyang Lin and Robert Brennan and Hao Peng and Heng Ji and Graham Neubig}, booktitle={The Thirteenth International Conference on Learning Representations}, year={2025}, url={https://openreview.net/forum?id=OJd3ayDDoF} }

Owner

  • Login: ajul8866
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it using the following metadata."
title: "OpenHands: An Open Platform for AI Software Developers as Generalist Agents"
authors:
  - family-names: Wang
    given-names: Xingyao
  - family-names: Li
    given-names: Boxuan
  - family-names: Song
    given-names: Yufan
  - family-names: Xu
    given-names: Frank F.
  - family-names: Tang
    given-names: Xiangru
  - family-names: Zhuge
    given-names: Mingchen
  - family-names: Pan
    given-names: Jiayi
  - family-names: Song
    given-names: Yueqi
  - family-names: Li
    given-names: Bowen
  - family-names: Singh
    given-names: Jaskirat
  - family-names: Tran
    given-names: Hoang H.
  - family-names: Li
    given-names: Fuqiang
  - family-names: Ma
    given-names: Ren
  - family-names: Zheng
    given-names: Mingzhang
  - family-names: Qian
    given-names: Bill
  - family-names: Shao
    given-names: Yanjun
  - family-names: Muennighoff
    given-names: Niklas
  - family-names: Zhang
    given-names: Yizhe
  - family-names: Hui
    given-names: Binyuan
  - family-names: Lin
    given-names: Junyang
  - family-names: Brennan
    given-names: Robert
  - family-names: Peng
    given-names: Hao
  - family-names: Ji
    given-names: Heng
  - family-names: Neubig
    given-names: Graham
year: 2024
doi: "10.48550/arXiv.2407.16741"
url: "https://arxiv.org/abs/2407.16741"

GitHub Events

Total
  • Delete event: 12
  • Issue comment event: 10
  • Pull request event: 20
  • Create event: 18
Last Year
  • Delete event: 12
  • Issue comment event: 10
  • Pull request event: 20
  • Create event: 18

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 13
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.69
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 13
Past Year
  • Issues: 0
  • Pull requests: 13
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.69
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 13
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (13)
Top Labels
Issue Labels
Pull Request Labels
dependencies (13) javascript (9) docker (3) github_actions (1)

Dependencies

.github/workflows/clean-up.yml actions
  • Mattraks/delete-workflow-runs v2 composite
.github/workflows/fe-unit-tests.yml actions
  • actions/checkout v4 composite
  • useblacksmith/setup-node v5 composite
.github/workflows/ghcr-build.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • docker/setup-qemu-action v3.6.0 composite
  • useblacksmith/build-push-action v1 composite
  • useblacksmith/cache v5 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/integration-runner.yml actions
  • KeisukeYamashita/create-comment v1 composite
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • useblacksmith/setup-node v5 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/lint-fix.yml actions
  • actions/checkout v4 composite
  • useblacksmith/setup-node v5 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/lint.yml actions
  • actions/checkout v4 composite
  • useblacksmith/setup-node v5 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/openhands-resolver.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/github-script v7 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
.github/workflows/py-unit-tests.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • docker/setup-buildx-action v3 composite
  • useblacksmith/setup-node v5 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/pypi-release.yml actions
  • actions/checkout v4 composite
  • snok/install-poetry v1.4.1 composite
  • useblacksmith/setup-python v6 composite
.github/workflows/run-eval.yml actions
  • KeisukeYamashita/create-comment v1 composite
  • actions/checkout v4 composite
.github/workflows/stale.yml actions
  • actions/stale v9 composite
.github/workflows/vscode-extension-build.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/github-script v7 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • ncipollo/release-action v1.16.0 composite
  • useblacksmith/setup-node v5 composite
containers/app/Dockerfile docker
  • base latest build
  • node 24.3.0-bookworm-slim build
  • python 3.12.10-slim build
containers/dev/Dockerfile docker
  • dind latest build
  • openhands latest build
  • ubuntu 22.04 build
docker-compose.yml docker
  • openhands latest
evaluation/benchmarks/logic_reasoning/Dockerfile docker
  • python 3.12-bookworm build
evaluation/benchmarks/miniwob/Dockerfile docker
  • python 3.12-bookworm build
evaluation/benchmarks/mint/Dockerfile docker
  • python 3.12-bookworm build
evaluation/benchmarks/scienceagentbench/Dockerfile docker
  • python 3.11-bookworm build
evaluation/benchmarks/toolqa/Dockerfile docker
  • python 3.12-bookworm build
third_party/containers/e2b-sandbox/Dockerfile docker
  • ubuntu 24.04 build
frontend/package-lock.json npm
  • 1204 dependencies
frontend/package.json npm
  • @babel/parser ^7.28.0 development
  • @babel/traverse ^7.28.0 development
  • @babel/types ^7.27.0 development
  • @mswjs/socket.io-binding ^0.2.0 development
  • @playwright/test ^1.53.2 development
  • @react-router/dev ^7.6.3 development
  • @tailwindcss/typography ^0.5.16 development
  • @tanstack/eslint-plugin-query ^5.81.2 development
  • @testing-library/dom ^10.4.0 development
  • @testing-library/jest-dom ^6.6.1 development
  • @testing-library/react ^16.3.0 development
  • @testing-library/user-event ^14.6.1 development
  • @types/node ^24.0.10 development
  • @types/react ^19.1.8 development
  • @types/react-dom ^19.1.6 development
  • @types/react-highlight ^0.12.8 development
  • @types/react-syntax-highlighter ^15.5.13 development
  • @types/ws ^8.18.1 development
  • @typescript-eslint/eslint-plugin ^7.18.0 development
  • @typescript-eslint/parser ^7.18.0 development
  • @vitest/coverage-v8 ^3.2.3 development
  • autoprefixer ^10.4.21 development
  • cross-env ^7.0.3 development
  • eslint ^8.57.0 development
  • eslint-config-airbnb ^19.0.4 development
  • eslint-config-airbnb-typescript ^18.0.0 development
  • eslint-config-prettier ^10.1.5 development
  • eslint-plugin-import ^2.32.0 development
  • eslint-plugin-jsx-a11y ^6.10.2 development
  • eslint-plugin-prettier ^5.5.1 development
  • eslint-plugin-react ^7.37.5 development
  • eslint-plugin-react-hooks ^4.6.2 development
  • eslint-plugin-unused-imports ^4.1.4 development
  • husky ^9.1.7 development
  • jsdom ^26.1.0 development
  • lint-staged ^16.1.2 development
  • msw ^2.6.6 development
  • prettier ^3.6.2 development
  • stripe ^18.3.0 development
  • tailwindcss ^4.1.8 development
  • typescript ^5.8.3 development
  • vite-plugin-svgr ^4.2.0 development
  • vite-tsconfig-paths ^5.1.4 development
  • vitest ^3.0.2 development
  • @heroui/react ^2.8.0-beta.10
  • @microlink/react-json-view ^1.26.2
  • @monaco-editor/react ^4.7.0-rc.0
  • @react-router/node ^7.6.3
  • @react-router/serve ^7.6.3
  • @react-types/shared ^3.29.1
  • @reduxjs/toolkit ^2.8.2
  • @stripe/react-stripe-js ^3.7.0
  • @stripe/stripe-js ^7.4.0
  • @tailwindcss/postcss ^4.1.11
  • @tailwindcss/vite ^4.1.11
  • @tanstack/react-query ^5.81.4
  • @vitejs/plugin-react ^4.6.0
  • @xterm/addon-fit ^0.10.0
  • @xterm/xterm ^5.4.0
  • axios ^1.10.0
  • clsx ^2.1.1
  • eslint-config-airbnb-typescript ^18.0.0
  • framer-motion ^12.23.0
  • i18next ^25.3.0
  • i18next-browser-languagedetector ^8.2.0
  • i18next-http-backend ^3.0.2
  • isbot ^5.1.28
  • jose ^6.0.11
  • lucide-react ^0.525.0
  • monaco-editor ^0.52.2
  • posthog-js ^1.256.1
  • react ^19.1.0
  • react-dom ^19.1.0
  • react-highlight ^0.15.0
  • react-hot-toast ^2.5.1
  • react-i18next ^15.5.3
  • react-icons ^5.5.0
  • react-markdown ^10.1.0
  • react-redux ^9.2.0
  • react-router ^7.6.3
  • react-syntax-highlighter ^15.6.1
  • react-textarea-autosize ^8.5.9
  • remark-gfm ^4.0.1
  • sirv-cli ^3.0.1
  • socket.io-client ^4.8.1
  • tailwind-merge ^3.3.1
  • vite ^7.0.1
  • web-vitals ^5.0.3
  • ws ^8.18.2
openhands/integrations/vscode/package-lock.json npm
  • 565 dependencies
openhands/integrations/vscode/package.json npm
  • @types/glob ^8.1.0 development
  • @types/mocha ^10.0.6 development
  • @types/node ^20.12.12 development
  • @types/vscode ^1.98.2 development
  • @typescript-eslint/eslint-plugin ^7.18.0 development
  • @typescript-eslint/parser ^7.18.0 development
  • @vscode/test-electron ^2.3.9 development
  • @vscode/vsce ^3.5.0 development
  • eslint ^8.57.0 development
  • eslint-config-airbnb-base ^15.0.0 development
  • eslint-config-airbnb-typescript ^18.0.0 development
  • eslint-config-prettier ^10.1.5 development
  • eslint-plugin-import ^2.29.1 development
  • eslint-plugin-prettier ^5.5.0 development
  • eslint-plugin-unused-imports ^4.1.4 development
  • mocha ^10.4.0 development
  • prettier ^3.5.3 development
  • typescript ^5.0.0 development
openhands/runtime/utils/vscode-extensions/hello-world/package.json npm
openhands/runtime/utils/vscode-extensions/memory-monitor/package.json npm
openhands-ui/package.json npm
  • @chromatic-com/storybook ^4.0.0 development
  • @storybook/addon-a11y ^9.0.12 development
  • @storybook/addon-docs ^9.0.12 development
  • @storybook/addon-onboarding ^9.0.12 development
  • @storybook/addon-vitest ^9.0.12 development
  • @storybook/react-vite ^9.0.12 development
  • @tailwindcss/vite ^4.1.10 development
  • @types/bun latest development
  • @vitejs/plugin-react ^4.5.2 development
  • @vitest/browser ^3.2.4 development
  • @vitest/coverage-v8 ^3.2.4 development
  • playwright ^1.53.1 development
  • storybook ^9.0.12 development
  • vitest ^3.2.4 development
  • @floating-ui/react ^0.27.12
  • clsx ^2.1.1
  • react ^19.1.0
  • react-bootstrap-icons ^1.11.6
  • react-dom ^19.1.0
  • tailwind-merge ^3.3.1
  • tailwind-scrollbar ^4.0.2
  • tailwindcss ^4.1.10
evaluation/benchmarks/lca_ci_build_repair/setup.py pypi
evaluation/benchmarks/mint/requirements.txt pypi
  • ipython *
  • matplotlib *
  • networkx *
  • nltk *
  • opencv-python *
  • pandas ==1.4.4
  • python-dateutil *
  • pytz *
  • pyyaml *
  • scipy ==1.10.1
  • seaborn *
  • statsmodels *
  • sympy *
  • visdom *
evaluation/benchmarks/versicode/requirements.txt pypi
  • Deprecated ==1.2.18
  • Jinja2 ==3.1.6
  • MarkupSafe ==3.0.2
  • PyYAML ==6.0.2
  • Pygments ==2.19.1
  • aiohappyeyeballs ==2.6.1
  • aiohttp ==3.11.18
  • aiosignal ==1.3.2
  • airportsdata ==20250224
  • annotated-types ==0.7.0
  • anyio ==4.9.0
  • astor ==0.8.1
  • attrs ==25.3.0
  • blake3 ==1.0.4
  • cachetools ==5.5.2
  • certifi ==2025.1.31
  • charset-normalizer ==3.4.1
  • click ==8.1.8
  • cloudpickle ==3.1.1
  • compressed-tensors ==0.9.3
  • cupy-cuda12x ==13.4.1
  • depyf ==0.18.0
  • dill ==0.4.0
  • diskcache ==5.6.3
  • distro ==1.9.0
  • dnspython ==2.7.0
  • einops ==0.8.1
  • email_validator ==2.2.0
  • fastapi ==0.115.12
  • fastapi-cli ==0.0.7
  • fastrlock ==0.8.3
  • filelock ==3.18.0
  • frozenlist ==1.6.0
  • fsspec ==2025.3.2
  • gguf ==0.16.2
  • googleapis-common-protos ==1.70.0
  • grpcio ==1.71.0
  • h11 ==0.14.0
  • hf-xet ==1.0.3
  • httpcore ==1.0.8
  • httptools ==0.6.4
  • httpx ==0.28.1
  • huggingface-hub ==0.30.2
  • idna ==3.10
  • importlib_metadata ==8.0.0
  • interegular ==0.3.3
  • jiter ==0.9.0
  • jsonschema ==4.23.0
  • jsonschema-specifications ==2024.10.1
  • lark ==1.2.2
  • llguidance ==0.7.16
  • llvmlite ==0.44.0
  • lm-format-enforcer ==0.10.11
  • markdown-it-py ==3.0.0
  • mdurl ==0.1.2
  • mistral_common ==1.5.4
  • mpmath ==1.3.0
  • msgpack ==1.1.0
  • msgspec ==0.19.0
  • multidict ==6.4.3
  • nest-asyncio ==1.6.0
  • networkx ==3.4.2
  • ninja ==1.11.1.4
  • numba ==0.61.2
  • numpy ==2.2.5
  • nvidia-cublas-cu12 ==12.4.5.8
  • nvidia-cuda-cupti-cu12 ==12.4.127
  • nvidia-cuda-nvrtc-cu12 ==12.4.127
  • nvidia-cuda-runtime-cu12 ==12.4.127
  • nvidia-cudnn-cu12 ==9.1.0.70
  • nvidia-cufft-cu12 ==11.2.1.3
  • nvidia-curand-cu12 ==10.3.5.147
  • nvidia-cusolver-cu12 ==11.6.1.9
  • nvidia-cusparse-cu12 ==12.3.1.170
  • nvidia-cusparselt-cu12 ==0.6.2
  • nvidia-nccl-cu12 ==2.21.5
  • nvidia-nvjitlink-cu12 ==12.4.127
  • nvidia-nvtx-cu12 ==12.4.127
  • openai ==1.75.0
  • opencv-python-headless ==4.11.0.86
  • opentelemetry-api ==1.26.0
  • opentelemetry-exporter-otlp ==1.26.0
  • opentelemetry-exporter-otlp-proto-common ==1.26.0
  • opentelemetry-exporter-otlp-proto-grpc ==1.26.0
  • opentelemetry-exporter-otlp-proto-http ==1.26.0
  • opentelemetry-proto ==1.26.0
  • opentelemetry-sdk ==1.26.0
  • opentelemetry-semantic-conventions ==0.47b0
  • opentelemetry-semantic-conventions-ai ==0.4.3
  • outlines ==0.1.11
  • outlines_core ==0.1.26
  • packaging ==25.0
  • partial-json-parser ==0.2.1.1.post5
  • pillow ==11.2.1
  • prometheus-fastapi-instrumentator ==7.1.0
  • prometheus_client ==0.21.1
  • propcache ==0.3.1
  • protobuf ==4.25.6
  • psutil ==7.0.0
  • py-cpuinfo ==9.0.0
  • pycountry ==24.6.1
  • pydantic ==2.11.3
  • pydantic_core ==2.33.1
  • python-dotenv ==1.1.0
  • python-json-logger ==3.3.0
  • python-multipart ==0.0.20
  • pyzmq ==26.4.0
  • ray ==2.43.0
  • referencing ==0.36.2
  • regex ==2024.11.6
  • requests ==2.32.3
  • rich ==14.0.0
  • rich-toolkit ==0.14.1
  • rpds-py ==0.24.0
  • safetensors ==0.5.3
  • scipy ==1.15.2
  • sentencepiece ==0.2.0
  • setuptools ==75.8.0
  • shellingham ==1.5.4
  • six ==1.17.0
  • sniffio ==1.3.1
  • starlette ==0.46.2
  • sympy ==1.13.1
  • tiktoken ==0.9.0
  • tokenizers ==0.21.1
  • torch ==2.6.0
  • torchaudio ==2.6.0
  • torchvision ==0.21.0
  • tqdm ==4.67.1
  • transformers ==4.51.3
  • triton ==3.2.0
  • typer ==0.15.2
  • typing-inspection ==0.4.0
  • typing_extensions ==4.13.2
  • urllib3 ==2.4.0
  • uvicorn ==0.34.2
  • uvloop ==0.21.0
  • vllm ==0.8.4
  • watchfiles ==1.0.5
  • websockets ==15.0.1
  • wheel ==0.45.1
  • wrapt ==1.17.2
  • xformers ==0.0.29.post2
  • xgrammar ==0.1.18
  • yarl ==1.20.0
  • zipp ==3.21.0
openhands/core/setup.py pypi
poetry.lock pypi
  • 440 dependencies
pyproject.toml pypi