housekeeping

This commit is contained in:
geoffsee
2025-06-21 08:06:14 -04:00
parent e8ea6c0246
commit d4013be986
24 changed files with 85 additions and 81 deletions

View File

@@ -13,6 +13,7 @@ mod tests {
use std::fmt::Debug;
#[tokio::test]
#[ignore]
async fn test_deepresearch() {
// a really provocative question for research that generally yields infinite complexity with each run
let input = "What is a life of meaning?";

View File

@@ -12,7 +12,8 @@ mod tests {
use std::fmt::Debug;
use crate::agents::search::agent;
#[tokio::test]
#[tokio::test]
#[ignore]
async fn test_search_execution() {
let input = "Who won the 2024 presidential election?";