ESC
Start typing to search...

Journal, Web & Workspace Tools

Utility tools for persistent notes, web access, and file management.

Journal Tools

Persistent note-taking for the agent to remember important information:

ToolDescription
journalWriteWrite a new journal entry
journalReadRead journal entries
journalSearchSearch journal by keywords
journalDeleteDelete a journal entry
Example
# Agent remembers user preference
journalWrite:
  title: "User Preferences"
  content: "Alice prefers brief responses and uses TON for payments"
  tags: ["user", "preferences"]

Web Tools

Access web content and APIs:

ToolDescription
webFetchFetch URL content (HTML/JSON)
webSearchSearch the web via DuckDuckGo
webScreenshotTake screenshot of a webpage

Web tools have built-in rate limiting to prevent abuse.

Workspace Tools

Sandboxed file operations in the workspace directory:

ToolDescription
workspaceListList files in workspace
workspaceReadRead a file
workspaceWriteWrite/create a file
workspaceDeleteDelete a file

The workspace is located at ~/.teleton/workspace/ and is protected against path traversal attacks.

System Tools

ToolDescription
getTimeGet current date/time
generateIdGenerate unique ID (UUID)
calculateHashCalculate SHA256 hash