SIGN IN SIGN UP

feat: Massive tool update, upgrade causing huge improvement in latency, agents response are 10x faster.

- Overhauled hooks for every tools to be much smoother data flow through each hook and toModelOutput then toOutput
- p50 and p99 latency timing is 10x faster for both
- Stablized all but one error in git-local.tool

feat: add LocalFilesystem commands documentation
- Created a new markdown file for LocalFilesystem commands detailing methods such as init, destroy, setAllowedPaths, readFile, writeFile, appendFile, deleteFile, copyFile, moveFile, mkdir, rmdir, readdir, exists, stat, getInfo, and getInstructions.
- Included examples for each method and explained path resolution and basePath behavior.

feat: add Moltbook API command examples
- Introduced a new markdown file with example commands for interacting with the Moltbook API, covering registration, post creation, comments, voting, and community management.

feat: implement Moltbook tools
- Developed multiple tools for interacting with the Moltbook API, including:
  - `moltbookRegisterAgentTool`: Registers a new agent profile.
  - `moltbookGetProfileTool`: Fetches the current agent profile.
  - `moltbookUpdateProfileTool`: Updates the agent profile.
  - `moltbookCreatePostTool`: Creates a new post.
  - `moltbookSearchTool`: Searches Moltbook content.
  - `moltbookSendMessageTool`: Sends direct messages.
- Each tool includes input and output schemas, logging for input and output events, and error handling for missing API keys.

Co-authored-by: Copilot <copilot@github.com>
S
ssdeanx committed
9d1d16843d78dac411cf823391afaed3c5f9bcb7
Parent: 6dde1cc