Skip to content

Conversation

@hyperlint-ai
Copy link
Contributor

@hyperlint-ai hyperlint-ai bot commented Apr 30, 2025

This pull request updates the documentation to comply with the style guide by addressing various formatting and clarity issues. Key changes include the removal of non-standard quotes, clarification of ambiguous antecedents, elimination of contractions, and adjustments to headings and whitespace.

  • Updated the AI models documentation for clarity and compliance with the style guide (using-ai-models.mdx)
  • Revised the Human-in-the-Loop concept to remove punctuation from headings (human-in-the-loop.mdx)
  • Adjusted the Tools concept to enhance clarity and remove punctuation from headings (tools.mdx)
  • Modified the What are Agents section to improve clarity and remove contractions (what-are-agents.mdx)
  • Updated the Workflows section to comply with the style guide by removing punctuation from headings (workflows.mdx)
  • Revised the Testing Your Agent guide to use relative links instead of full URLs (testing-your-agent.mdx)
  • Fixed minor issues in the Build MCP Client and Remote MCP Server guides to enhance clarity and compliance (build-mcp-client.mdx, remote-mcp-server.mdx)
  • Updated the index file to improve clarity and remove contractions (index.mdx)


Because Agents are built on top of [Durable Objects](/durable-objects/), each Agent or chat session is associated with a stateful compute instance. Traditional serverless architectures often present challenges for persistent connections needed in real-time applications like chat.

A user can disconnect during a long-running response from a modern reasoning model (such as `o3-mini` or DeepSeek R1), or lose conversational context when refreshing the browser. Instead of relying on request-response patterns and managing an external database to track & store conversation state, state can be stored directly within the Agent. If a client disconnects, the Agent can write to its own distributed storage, and catch the client up as soon as it reconnects: even if it's hours or days later.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bllchmbrs, I suppose this means I need to be hyper aggressive everywhere about saying, only change the contraction?

@kodster28 kodster28 closed this Apr 30, 2025
@kodster28 kodster28 deleted the hyperlint/automation/repository-scan/ed725bd branch May 2, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant