Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions overview/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
There are a few ways to work with OpenHands:

## Agent Canvas
Agent Canvas is a browser-based UI and backend server for running agents and automations. A single `agent-canvas` command starts the full stack locally. Self-host on a VM, or connect to OpenHands Cloud.

Check warning on line 11 in overview/introduction.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

overview/introduction.mdx#L11

Did you really mean 'automations'?

[Get started with Agent Canvas](/openhands/usage/agent-canvas/overview) or [view the source](https://github.com/OpenHands/agent-canvas)

## OpenHands Cloud
A fully managed version of OpenHands with source-available features and integrations:
- Deeper integrations with GitHub, GitLab, and Bitbucket
- Integrations with Slack, Jira, and Linear

Check warning on line 18 in overview/introduction.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

overview/introduction.mdx#L18

Did you really mean 'Jira'?
- Multi-user support
- RBAC and permissions
- Collaboration features (e.g., conversation sharing)
Expand All @@ -36,7 +36,7 @@
Learn more at [openhands.dev/enterprise](https://openhands.dev/enterprise)

## OpenHands Software Agent SDK
The SDK is a composable Python library that contains all of our agentic tech. It's the engine that powers everything else.

Check warning on line 39 in overview/introduction.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

overview/introduction.mdx#L39

Did you really mean 'composable'?

Check warning on line 39 in overview/introduction.mdx

View check run for this annotation

Mintlify / Mintlify Validation (allhandsai) - vale-spellcheck

overview/introduction.mdx#L39

Did you really mean 'agentic'?

Define agents in code, then run them locally, or scale to 1000s of agents in the cloud.

Expand All @@ -60,8 +60,8 @@

## Everything Else

Check out our [Product Roadmap](https://github.com/orgs/openhands/projects/1), and feel free to
[open up an issue](https://github.com/OpenHands/OpenHands/issues) if there's something you'd like to see!
Check out our [Agent Canvas Product Roadmap](https://github.com/orgs/OpenHands/projects/4), and feel free to
[open up an issue](https://github.com/OpenHands/agent-canvas/issues) if there's something you'd like to see!

You might also be interested in our [evaluation infrastructure](https://github.com/OpenHands/benchmarks), our [chrome extension](https://github.com/OpenHands/openhands-chrome-extension/), or our [Theory-of-Mind module](https://github.com/OpenHands/ToM-SWE).

Expand Down
Loading