You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -167,7 +204,7 @@ GuardAgent comes with built-in protection against:
167
204
-**Malicious Generation**: Phishing emails, malware, or exploit code
168
205
-**Prompt Manipulation**: Instructions to ignore previous rules or reveal system prompts
169
206
170
-
## 🧪 Testing
207
+
## Testing
171
208
172
209
The library includes comprehensive test coverage for various security scenarios:
173
210
@@ -192,7 +229,7 @@ LangGuard can detect and prevent:
192
229
-**Medical Advice**: Filters out specific medical diagnosis requests
193
230
-**Harmful Content**: Blocks requests for dangerous information
194
231
195
-
## 🏗️ Architecture
232
+
## Architecture
196
233
197
234
LangGuard follows a modular architecture:
198
235
@@ -210,7 +247,7 @@ langguard/
210
247
-**LLM Providers**: Pluggable LLM backends (OpenAI with structured output support)
211
248
-**GuardResponse**: Typed response structure with pass/fail status and reasoning
212
249
213
-
## 🤝 Contributing
250
+
## Contributing
214
251
215
252
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
216
253
@@ -220,11 +257,11 @@ Contributions are welcome! Please feel free to submit a Pull Request. For major
220
257
4. Push to the branch (`git push origin feature/amazing-feature`)
221
258
5. Open a Pull Request
222
259
223
-
## 📄 License
260
+
## License
224
261
225
262
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments