cookbook/05_agent_os/24_showcase/TEST_LOG.md
Tested on 2026-07-24 against Agno source commit
45bfff9f2aa6ec11b7386c3cd3bf6d1141d005dc.
The lesson was loaded from the rewrite worktree and exercised with the demo
Python environment, PostgreSQL with pgvector on port 5532, gpt-5.5, and
claude-sonnet-4-6.
Status: PASS
Test mode: LIVE (support module — no __main__; its objects were imported
and driven by a test harness)
Description: Loaded the current AgentOS introduction into the
Agno Documentation knowledge base, searched pgvector, then ran Agno Assist
and Sage with their configured models and tools.
Result: The knowledge search returned 2 document chunks. Agno Assist run
9ba0f654-3d9e-439a-8401-4d6534b46edf called
search_knowledge_base, identified Agents, Teams, and Workflows, and cited
https://docs.agno.com/agent-os/introduction.md. Sage run
db9591cc-3f19-4531-89c8-48c1114c6e06 called
get_current_stock_price and search_news, then returned dated NVIDIA market
data with a linked news source.
Status: PASS
Test mode: LIVE (support module — no __main__; its objects were imported
and driven by a test harness)
Description: Ran the Finance Team in broadcast mode with a current NVDA and AMD comparison that required both registered members and live financial data.
Result: Team run a4f62211-5d17-43ee-911f-817eb60be176
completed with member responses from Sage and Market Analyst. Both members
retrieved the two current prices, and the gpt-5.5 Team leader reconciled
their results into a sourced table with timing caveats.
Status: PASS
Test mode: LIVE
Description: Ran the documented module entrypoint with SHOWCASE_PORT=17877,
prepared knowledge, ran the real accuracy evaluation, and exercised
authentication, discovery, an Agent run, knowledge, sessions, traces, and
evals.
Result: Module-entrypoint AccuracyEval
0a7df9c3-aecc-4ee5-bc2e-fa7165bb234a scored 10/10. The
post-run persistence assertion was then exercised with eval
47325c0e-73c5-4477-87e7-38dc4f5323ce; its stored name and 10/10
average were read back from PostgreSQL. Anonymous GET /config returned
401; the Bearer-authenticated request returned 200 and exactly
agno-assist, sage, and finance-team. Authenticated Agent run
46f18a31-9a8e-4db5-810b-c63e14275ec0 completed after a knowledge
search. Trace f43d8d4a65e4c0218fc6f84ef9df77a2 was read back with 4
Agent, model, and tool spans. The knowledge, session, trace, and eval list
endpoints returned 200. The validation server shut down cleanly, and port
17877 had no remaining listener.
git diff --check passed.