Skip to content

add a wiping skill#8

Closed
chsahit wants to merge 6 commits into
mainfrom
wiping_skill
Closed

add a wiping skill#8
chsahit wants to merge 6 commits into
mainfrom
wiping_skill

Conversation

@chsahit

@chsahit chsahit commented Oct 17, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@NishanthJKumar NishanthJKumar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Great progress - this is looking quite good! left some minor comments. after check passes and comments are addressed, we can merge

Comment thread skills/wipe.py
@@ -0,0 +1,157 @@
"""Interface for spot sweeping skill."""

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: change to "wiping skill."

Comment thread skills/wipe_online.py
@@ -0,0 +1,696 @@
import argparse

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

can we combine this with the previous file? two separate files seems a bit messy/redundant

assert "OPENAI_API_KEY" in os.environ
key = os.environ["OPENAI_API_KEY"]

# @retry(wait=wait_random_exponential(min=1, max=60),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

if this is unnec, let's delete

self.call_openai_api(messages, model=self.model_name, max_tokens=self._max_tokens, temperature=temperature)
for _ in range(num_completions)
]
# while any("sorry" in response.lower() for response in responses):

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

let's delete this as well if unnec

@NishanthJKumar

Copy link
Copy Markdown
Member

superseded by #9

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.

3 participants