Skip to content

Commit 9bf8e40

Browse files
authored
Merge pull request #24 from dreadnode/users/raja/fix-minor-issues
fix: Readme and Remove Commented Code
2 parents aa14812 + 98e1dcf commit 9bf8e40

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ Dreadnode Strikes SDK
2323

2424
</br>
2525

26-
Strikes is an platform for building, experimenting with, and evaluating AI security agent code.
26+
Strikes is a platform for building, experimenting with, and evaluating AI security agent code.
2727

2828
- **Experiment + Tasking + Observability** in a single place that's lightweight and scales.
2929
- **Track your data** with parameters, inputs, and outputs all connected to your tasks.
30+
- **Log your artifacts** — data, models, files, and folders — to track data of your Dreadnode runs, enabling easy reuse and reproducibility.
3031
- **Measure everything** with metrics throughout your code and anywhere you need them.
3132
- **Scale your code** from a single run to thousands.
3233

dreadnode/api/client.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,6 @@ def request(
111111

112112
return response
113113

114-
# This currently won't work with API keys
115-
# def get_user(self) -> UserResponse:
116-
# response = self.request("GET", "/user")
117-
# return UserResponse(**response.json())
118-
119114
def list_projects(self) -> list[Project]:
120115
response = self.request("GET", "/strikes/projects")
121116
return [Project(**project) for project in response.json()]

0 commit comments

Comments
 (0)