mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #678] [CLOSED] Add Codex RuneScape agent bridge #7640
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/678
Author: @francisgreenleaf
Created: 5/6/2026
Status: ❌ Closed
Base:
master← Head:codex/agent-scape📝 Commits (1)
c990034Add Codex RuneScape agent bridge📊 Changes
34 files changed (+5033 additions, -8 deletions)
View changed files
📝
2006Scape Client/pom.xml(+8 -0)➕
2006Scape Client/src/main/java/AgentBridgeHttpClient.java(+126 -0)➕
2006Scape Client/src/main/java/AgentClientController.java(+220 -0)📝
2006Scape Client/src/main/java/ClientSettings.java(+7 -0)➕
2006Scape Client/src/main/java/CodexAppServerClient.java(+501 -0)📝
2006Scape Client/src/main/java/Game.java(+70 -4)📝
2006Scape Client/src/main/java/Main.java(+12 -0)📝
2006Scape Server/pom.xml(+6 -0)📝
2006Scape Server/src/main/java/com/rs2/GameEngine.java(+5 -1)➕
2006Scape Server/src/main/java/com/rs2/agent/AgentActionService.java(+117 -0)➕
2006Scape Server/src/main/java/com/rs2/agent/AgentBridgeServer.java(+172 -0)➕
2006Scape Server/src/main/java/com/rs2/agent/AgentKnowledgeBase.java(+324 -0)➕
2006Scape Server/src/main/java/com/rs2/agent/AgentSession.java(+62 -0)➕
2006Scape Server/src/main/java/com/rs2/agent/AgentSessionLog.java(+459 -0)➕
2006Scape Server/src/main/java/com/rs2/agent/AgentSessionManager.java(+170 -0)➕
2006Scape Server/src/main/java/com/rs2/agent/AgentToolService.java(+1910 -0)📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/woodcutting/Woodcutting.java(+26 -0)📝
2006Scape Server/src/main/java/com/rs2/game/shops/Shops.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/net/packets/impl/Commands.java(+11 -0)📝
2006Scape Server/src/main/java/com/rs2/world/clip/Region.java(+21 -0)...and 14 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.