Skip to content
View prettywiredbuilds's full-sized avatar
🛠️
Building
🛠️
Building

Highlights

  • Pro

Block or report prettywiredbuilds

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. stateless-agent stateless-agent Public

    A basic Python agent built with the Anthropic SDK that processes each user message independently, with no conversation history retained between turns.

    Python

  2. naive-memory naive-memory Public

    A basic conversational AI agent that maintains chat history in memory for multi-turn interactions using the Anthropic API.

    Python

  3. estimate-token-count estimate-token-count Public

    Estimate the token count of a message using the Anthropic API before sending it to a Claude model.

    Python

  4. bounded-memory bounded-memory Public

    Token-bounded conversation memory for an LLM agent using rolling summarization and MongoDB persistence.

    Python