testing
Installation
SKILL.md
Every chain and agent test is gated by #[ignore]:
#[tokio::test]
#[ignore] // requires live OPENAI_API_KEY
async fn test_invoke_chain() { ... }
There is zero automated test coverage for chain or agent behavior.
Every chain and agent test is gated by #[ignore]:
#[tokio::test]
#[ignore] // requires live OPENAI_API_KEY
async fn test_invoke_chain() { ... }
There is zero automated test coverage for chain or agent behavior.