Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/collections-renames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v6.0.2

- name: Setup Ruby
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
with:
bundler-cache: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v6.0.2

- name: 💎 setup ruby
uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0
uses: ruby/setup-ruby@97ecb7b512899eb71ab1bf2310a624c6f1589ac6 # v1.308.0
with:
bundler-cache: true
cache-version: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

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

Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source "https://rubygems.org"

gem "faraday", "2.14.1"
gem "faraday", "2.14.2"
gem "faraday-retry", "2.4.0"
gem "github-pages", "~> 232", group: :jekyll_plugins
gem "json", "2.19.5"
gem "language_server-protocol", "3.17.0.5"
gem "nokogiri", "~> 1.19.3"
gem "rake", "13.4.2"
gem "rubocop", "1.86.1"
gem "rubocop", "1.86.2"

group :test do
gem "fastimage"
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.10.0)
faraday (2.14.1)
faraday (2.14.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand Down Expand Up @@ -285,7 +285,7 @@ GEM
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (2.0.1)
parallel (2.1.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
Expand All @@ -308,7 +308,7 @@ GEM
io-console (~> 0.5)
rexml (3.4.2)
rouge (3.30.0)
rubocop (1.86.1)
rubocop (1.86.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -367,7 +367,7 @@ PLATFORMS
x86_64-linux-musl

DEPENDENCIES
faraday (= 2.14.1)
faraday (= 2.14.2)
faraday-retry (= 2.4.0)
fastimage
github-pages (~> 232)
Expand All @@ -379,7 +379,7 @@ DEPENDENCIES
octokit
pry
rake (= 13.4.2)
rubocop (= 1.86.1)
rubocop (= 1.86.2)
rubocop-performance
safe_yaml
webrick
Expand Down
11 changes: 11 additions & 0 deletions collections/made-in-bulgaria/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
items:
- NikolayIT/OpenJudgeSystem
- dnikolovv/dev-adventures-realworld
- ivaylokenov/MyTested.AspNetCore.Mvc
- stilianstefanov/Vehicles-Marketplace-System
display_name: Made in Bulgaria
created_by: profjordanov
image: made-in-bulgaria.png
---
Open source projects built in or receiving significant contributions from Bulgaria :bulgaria:
Binary file added collections/made-in-bulgaria/made-in-bulgaria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions collections/made-in-pakistan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ items:
- ziishaned/learn-regex
- sarfraznawaz2005/whatspup
- streetwriters/notesnook
- abdullahumer1101/pkmapr
display_name: Made in Pakistan
created_by: imrofayel
image: made-in-pakistan.png
Expand Down
8 changes: 8 additions & 0 deletions topics/agent-harness/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
aliases: agent-harnesses
display_name: Agent Harness
related: ai-agents, coding-agents, autonomous-agents, agent-framework, mcp
short_description: Agent harnesses provide the runtime scaffolding that helps AI agents act reliably.
topic: agent-harness
---
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.
Loading