Skip to content

Commit c44f9e3

Browse files
authored
Merge branch 'main' into main
2 parents cbbae20 + cb8a95c commit c44f9e3

10 files changed

Lines changed: 46 additions & 7 deletions

File tree

.github/workflows/jekyll_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: 📄 setup pages
3333
id: pages
34-
uses: actions/configure-pages@v5.0.0
34+
uses: actions/configure-pages@v6.0.0
3535

3636
- name: 🔨 install dependencies & build site
3737
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1.0.13
@@ -53,4 +53,4 @@ jobs:
5353
steps:
5454
- name: 🚀 deploy
5555
id: deployment
56-
uses: actions/deploy-pages@v4.0.5
56+
uses: actions/deploy-pages@v5.0.0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: |
6363
(matrix.test_type == 'collections' && steps.collections.outputs.changed) ||
6464
(matrix.test_type == 'all' && steps.all.outputs.changed)
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: .api-cache.json
6868
key: api-cache-${{ matrix.test_type }}-${{ github.run_id }}

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ GEM
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
17-
addressable (2.8.7)
18-
public_suffix (>= 2.0.2, < 7.0)
17+
addressable (2.9.0)
18+
public_suffix (>= 2.0.2, < 8.0)
1919
ast (2.4.3)
2020
base64 (0.2.0)
2121
benchmark (0.4.1)
@@ -256,7 +256,7 @@ GEM
256256
jekyll (>= 3.5, < 5.0)
257257
jekyll-feed (~> 0.9)
258258
jekyll-seo-tag (~> 2.1)
259-
minitest (6.0.2)
259+
minitest (6.0.3)
260260
drb (~> 2.0)
261261
prism (~> 1.5)
262262
multi_xml (0.8.1)

collections/ai-agents/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
items:
3+
- langchain-ai/langchain
4+
- crewAIInc/crewAI
5+
- microsoft/autogen
6+
- microsoft/semantic-kernel
7+
- modelcontextprotocol/servers
8+
- gfernandf/agent-skills
9+
display_name: AI Agents
10+
created_by: gfernandf
11+
---
12+
Frameworks, toolkits, and skill libraries for building autonomous AI agents. These projects help developers create agents that can plan, reason, use tools, and execute multi-step workflows powered by large language models.

collections/game-engines/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ items:
5959
- defold/defold
6060
- openfl/openfl
6161
- stride3d/stride
62-
- B4uti4github/choppy-js
62+
- B4uti4github/choppy-js
63+
- Facepunch/sbox-public
6364
display_name: Game Engines
6465
created_by: leereilly
6566
---

collections/made-in-israel/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ items:
1313
- lirantal/dockly
1414
- eranroz/HspellPy
1515
- komodorio/helm-dashboard
16+
- achiya-automation/safari-mcp
1617
display_name: Made in Israel
1718
created_by: donno2048
1819
image: made-in-israel.png

collections/made-in-ukraine/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ items:
6060
- javadev/underscore-java
6161
- javadev/LeetCode-in-Java
6262
- redis/RedisDesktopManager
63+
- vshymanskyy/StandWithUkraine
6364

6465
display_name: Made in Ukraine
6566
image: made-in-ukraine.png

topics/ai-agent/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
aliases: ai-agents, ai-autonomous-agent
3+
display_name: AI Agent
4+
short_description: Autonomous software systems that use foundation models to reason, plan, and take actions.
5+
topic: ai-agent
6+
related: agent-harness, llm, chatbot, machine-learning, mcp
7+
---
8+
9+
An **AI agent** is a software system that autonomously perceives its environment, makes decisions, and takes actions to achieve goals — typically powered by large language models (LLMs). Unlike simple chatbots, AI agents can use tools, access external data, execute code, browse the web, and manage multi-step workflows without continuous human guidance.
10+
11+
AI agents range from coding assistants that edit files and run tests (Claude Code, Gemini CLI, Cursor) to browser automation systems (browser-use), computer-use agents (CUA), workflow builders (Activepieces), and multi-agent teams (CrewAI, deer-flow). The ecosystem includes memory layers (mem0), frontend toolkits (CopilotKit), sandboxed execution environments (E2B, Daytona), and full productivity platforms (Cherry Studio, LobeHub).

topics/quickshell/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
aliases: qs
3+
created_by: Outfoxxed
4+
display_name: Quickshell
5+
github_url: https://github.com/quickshell-mirror
6+
logo: quickshell.png
7+
released: April 20 2025
8+
short_description: Quickshell is a QtQuick-based toolkit for building desktop components alongside your Wayland compositor or window manager.
9+
topic: quickshell
10+
related: qt
11+
url: https://www.quickshell.org/
12+
---
13+
Quickshell is a toolkit for building status bars, widgets, lockscreens, and other desktop components using QtQuick. It can be used alongside a wayland compositor or window manager to build a complete desktop environment.

topics/quickshell/quickshell.png

13.2 KB
Loading

0 commit comments

Comments
 (0)