Skip to content

Proof-of-concept implementation of NVIDIA's 6-step agentic AI pipeline

License

Notifications You must be signed in to change notification settings

gcapuzzi/agentic-ai-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Agentic AI (PoC)

πŸš€ Proof-of-concept for Step S1 β€” Secure Usage Data Collection β€” from the NVIDIA paper:
Small Language Models are the Future of Agentic AI


🧠 Context

Modern multi-agent systems increasingly depend on continuous instrumentation β€” not just for observability, but to support downstream adaptation. Usage logs are the foundation for training specialized Small Language Models (SLMs) that power agent capabilities like reasoning, extraction, and summarization.

This project focuses on Step S1 from the NVIDIA pipeline: collecting and securing high-quality logs of agent interactions, tool usage, and outputs.

πŸ” Logging is essential to enable fine-tuning SLMs via task clustering, selection, and specialization (Steps S2–S5).

πŸ“Œ Architecture reference (via Mistral.ai):

Agentic Architecture


🎯 Goal: Step S1 β€” Secure Usage Data Collection

Based on the NVIDIA paper, Step S1 includes:

  • Logging of:
    • Agent prompts (non-HCI only)
    • Output completions/responses
    • Tool call inputs and outputs
    • Optional latency or timing metadata
  • Storage in a secure, encrypted pipeline
  • Anonymization of user or org-specific content (PII, PHI)

πŸ“¦ Planned Tech Stack

Layer Tools/Options
Language Python 3.11+
Logging structlog or loguru
Anonymization spaCy, Presidio, or rule-based masking
Storage JSONL, SQLite (encrypted), or S3 later
App Layer FastAPI or LLM framework (for future multi-agent demo)

🚧 Roadmap

  • Define core logging decorator
  • Add anonymization middleware (rule-based or NLP)
  • Secure encrypted local storage backend
  • Instrument toy multi-agent app (e.g., chat + tool use)
  • Collect dataset for task clustering (β†’ Step S3)

πŸ“š References

About

Proof-of-concept implementation of NVIDIA's 6-step agentic AI pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published