Repository Analysis

NirDiamant/GenAI_Agents

50+ tutorials and implementations for Generative AI Agent techniques, from basic conversational bots to complex multi-agent systems.

0.7 Likely human-written View on GitHub
0.7
Adjusted Score
0.7
Raw Score
100%
Time Factor
2026-05-30
Last Push
22,277
Stars
Jupyter Notebook
Language
69,777
Lines of Code
54
Files
26
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 24LOW 2

Pattern Findings

26 matches across 3 categories. Click a row to expand file-level details.

AI Slop Vocabulary24 hits · 46 pts
SeverityFileLineSnippet
MEDIUMall_agents_tutorials/data/kv_store_text_chunks.json160 "content": "Artist: Eugene Delacroix\nArtwork Name: Liberty Leading the People\nArtwork Genre: history painting,symb
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json183 "return": "(\"entity\"<|>\"England\"<|>\"geo\"<|>\"England is the geographical location from which the emigrants in
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json187 "return": "(\"entity\"<|>\"Napoleon Bonaparte\"<|>\"person\"<|>\"Napoleon Bonaparte was the French military leader w
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json319 "return": "(\"entity\"<|>\"Théodore Géricault\"<|>\"person\"<|>\"Théodore Géricault was a French Romantic painter an
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json451 "return": "(\"entity\"<|>\"Pierre-Auguste Renoir\"<|>\"person\"<|>\"Pierre-Auguste Renoir was a French artist known
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json463 "return": "(\"entity\"<|>\"Cotton Exchange\"<|>\"organization\"<|>\"The Cotton Exchange was a significant business e
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json491 "return": "(\"entity\"<|>\"Pierre-Auguste Renoir\"<|>\"person\"<|>\"Pierre-Auguste Renoir was a French artist known
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json551 "return": "(\"entity\"<|>\"Pierre-Auguste Renoir\"<|>\"person\"<|>\"Pierre-Auguste Renoir was a French artist known
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json555 "return": "(\"entity\"<|>\"Woman with a Pearl Necklace in a Loge\"<|>\"event\"<|>\"Woman with a Pearl Necklace in a
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json635 "return": "(\"entity\"<|>\"Painting\"<|>\"event\"<|>\"Painting refers to the act of applying pigment to a surface, w
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json687 "return": "(\"entity\"<|>\"Thomas Eakins\"<|>\"person\"<|>\"Thomas Eakins is an American artist known for his contri
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json839 "return": "(\"entity\"<|>\"Oil on Canvas\"<|>\"technology\"<|>\"Oil on Canvas is the medium used for the painting 'J
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json851 "return": "(\"entity\"<|>\"oil on canvas\"<|>\"technology\"<|>\"Oil on canvas refers to the technique used by Abbott
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json899 "return": "(\"entity\"<|>\"The Sick Child (Norwegian: Det syke barn)\"<|>\"event\"<|>\"The Sick Child is a series of
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json907 "return": "(\"entity\"<|>\"The Scream Team\"<|>\"organization\"<|>\"The Scream Team consists of individuals involved
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json935 "return": "(\"entity\"<|>\"The Fate of the Animals\"<|>\"event\"<|>\"The Fate of the Animals is a painting created i
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json943 "return": "(\"entity\"<|>\"Francesco Hayez\"<|>\"person\"<|>\"Francesco Hayez is an Italian artist known for his his
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json967 "return": "(\"entity\"<|>\"Alessandro Sanquirico\"<|>\"person\"<|>\"Alessandro Sanquirico was an artist whose set de
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json979 "return": "Sure, I will extract additional entities that may have been overlooked in the previous extraction.\n\n(\"
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json979 "return": "Sure, I will extract additional entities that may have been overlooked in the previous extraction.\n\n(\"
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json995 "return": "(\"entity\"<|>\"Francisco Goya\"<|>\"person\"<|>\"Francisco Goya was a renowned Spanish artist known for
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json1015 "return": "(\"entity\"<|>\"Charles IV\"<|>\"person\"<|>\"Charles IV was the King of Spain from 1788 to 1808, depicte
MEDIUM…agents_tutorials/data/kv_store_llm_response_cache.json1143 "return": "(\"entity\"<|>\"The Junta of the Royal Company of the Philippines\"<|>\"event\"<|>\"The Junta of the Roya
MEDIUMall_agents_tutorials/data/kv_store_full_docs.json81 "content": "Artist: Eugene Delacroix\nArtwork Name: Liberty Leading the People\nArtwork Genre: history painting,symb
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippet
LOWall_agents_tutorials/scripts/mcp_server.py48 # Check if we got data for the requested crypto
Excessive Try-Catch Wrapping1 hit · 1 pts
SeverityFileLineSnippet
LOWall_agents_tutorials/scripts/mcp_server.py58 except Exception as e: