Skip to content

Commit 01b4f9b

Browse files
authored
Merge branch 'main' into game-engines-websites
2 parents 2e2ec6a + fb99e65 commit 01b4f9b

9 files changed

Lines changed: 30 additions & 10 deletions

File tree

.github/workflows/collections-renames.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v6.0.2
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
22+
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
2323
with:
2424
bundler-cache: true
2525

.github/workflows/jekyll_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v6.0.2
2525

2626
- name: 💎 setup ruby
27-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
27+
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
2828
with:
2929
bundler-cache: true
3030
cache-version: 0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Setup Ruby
5656
if: ${{ steps.topics.outputs.changed || steps.collections.outputs.changed || steps.all.outputs.changed }}
57-
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
57+
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
5858
with:
5959
bundler-cache: true
6060

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
source "https://rubygems.org"
22

3-
gem "faraday", "2.14.1"
3+
gem "faraday", "2.14.2"
44
gem "faraday-retry", "2.4.0"
55
gem "github-pages", "~> 232", group: :jekyll_plugins
66
gem "json", "2.19.5"
77
gem "language_server-protocol", "3.17.0.5"
88
gem "nokogiri", "~> 1.19.3"
99
gem "rake", "13.4.2"
10-
gem "rubocop", "1.86.1"
10+
gem "rubocop", "1.86.2"
1111

1212
group :test do
1313
gem "fastimage"

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
ffi (>= 1.15.0)
4242
eventmachine (1.2.7)
4343
execjs (2.10.0)
44-
faraday (2.14.1)
44+
faraday (2.14.2)
4545
faraday-net_http (>= 2.0, < 3.5)
4646
json
4747
logger
@@ -285,7 +285,7 @@ GEM
285285
octokit (4.25.1)
286286
faraday (>= 1, < 3)
287287
sawyer (~> 0.9)
288-
parallel (2.0.1)
288+
parallel (2.1.0)
289289
parser (3.3.11.1)
290290
ast (~> 2.4.1)
291291
racc
@@ -308,7 +308,7 @@ GEM
308308
io-console (~> 0.5)
309309
rexml (3.4.2)
310310
rouge (3.30.0)
311-
rubocop (1.86.1)
311+
rubocop (1.86.2)
312312
json (~> 2.3)
313313
language_server-protocol (~> 3.17.0.2)
314314
lint_roller (~> 1.1.0)
@@ -367,7 +367,7 @@ PLATFORMS
367367
x86_64-linux-musl
368368

369369
DEPENDENCIES
370-
faraday (= 2.14.1)
370+
faraday (= 2.14.2)
371371
faraday-retry (= 2.4.0)
372372
fastimage
373373
github-pages (~> 232)
@@ -379,7 +379,7 @@ DEPENDENCIES
379379
octokit
380380
pry
381381
rake (= 13.4.2)
382-
rubocop (= 1.86.1)
382+
rubocop (= 1.86.2)
383383
rubocop-performance
384384
safe_yaml
385385
webrick
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
items:
3+
- NikolayIT/OpenJudgeSystem
4+
- dnikolovv/dev-adventures-realworld
5+
- ivaylokenov/MyTested.AspNetCore.Mvc
6+
- stilianstefanov/Vehicles-Marketplace-System
7+
display_name: Made in Bulgaria
8+
created_by: profjordanov
9+
image: made-in-bulgaria.png
10+
---
11+
Open source projects built in or receiving significant contributions from Bulgaria :bulgaria:
2.59 KB
Loading

collections/made-in-pakistan/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ items:
88
- ziishaned/learn-regex
99
- sarfraznawaz2005/whatspup
1010
- streetwriters/notesnook
11+
- abdullahumer1101/pkmapr
1112
display_name: Made in Pakistan
1213
created_by: imrofayel
1314
image: made-in-pakistan.png

topics/agent-harness/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
aliases: agent-harnesses
3+
display_name: Agent Harness
4+
related: ai-agents, coding-agents, autonomous-agents, agent-framework, mcp
5+
short_description: Agent harnesses provide the runtime scaffolding that helps AI agents act reliably.
6+
topic: agent-harness
7+
---
8+
Agent harnesses are the runtime scaffolding around AI agents. They usually combine context delivery, tool interfaces, planning state, memory, sandboxes, permissions, evaluation, and observability so agents can complete longer tasks reliably. Agent harnesses are especially common in coding agents, research agents, and multi-agent workflows where repeatability, safety, and traceability matter.

0 commit comments

Comments
 (0)