Skip to content
Open
Show file tree
Hide file tree
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
11 changes: 11 additions & 0 deletions .github/workflows/rust-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ jobs:
- name: Run tests
run: cargo test --locked

openclaw:
name: Test OpenClaw template
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: python -m pip install -r templates/openclaw/requirements.txt
- run: python -m unittest discover -s templates/openclaw/tests -v

size:
name: Enforce code size limits
runs-on: ubuntu-latest
Expand Down
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ Settings before running agents against a hosted model provider.

![Select tools and skills](https://github.com/user-attachments/assets/efd59a4e-dcc7-487a-923b-005ac44b44b0)

For Hermes Agent runtimes, [Hermes Tweet](https://github.com/Xquik-dev/hermes-tweet)
is a companion plugin for agents that need X/Twitter post, account, trend, or
search context during research, monitoring, or social workflows.

Xquik is an independent third-party service. Not affiliated with X Corp.
"Twitter" and "X" are trademarks of X Corp.

### 3. Use your agent

Select your agent and the runtime you want to run it on.
Expand Down
Loading