allankltsn avatar

allankltsn

Community

@allankltsn

0Followers
|
3Public Repos
|
26Published Skills

Comprehensive Agno agent engineering curriculum covering RAG, guardrails, memory, multi-agent teams, testing, and serverless AWS deployment with FastAPI and SAM.

Skills Distribution
DomainAI Models & ...AI Models & Machin.. (45%)Cloud & Compute In.. (25%)Cybersecurity & Co.. (15%)Developer Tooling .. (15%)

Agent Skills by allankltsn

Showing 26 vetted skills indexed across 1 GitHub repositories.

allankltsnallankltsn

agno-knowledge-rag

Implement retrieval-augmented generation in Agno agents with pluggable vector databases.

Community
Intermediate
allankltsnallankltsn

agno-guardrails

Configures mandatory input guardrails for Agno agents including PII, prompt injection, moderation, and scope checks.

Community
Intermediate
allankltsnallankltsn

agno-security

Applies OWASP security practices to Agno agents and FastAPI production APIs.

Community
Advanced
allankltsnallankltsn

agno-aws

Defines AWS SAM infrastructure patterns and boto3 best practices for deploying Agno agents.

Community
Advanced
allankltsnallankltsn

nuageit-slide-deck

Generates interactive single-file HTML slide decks with a reusable design system and navigation engine.

Community
Intermediate
allankltsnallankltsn

agno-reasoning

Implements explicit reasoning steps in Agno agents using reasoning models, chain-of-thought, and ReasoningTools.

Community
Basic
allankltsnallankltsn

agno-project-structure

Defines the standard folder layout and file structure for Agno agent projects.

Community
Intermediate
allankltsnallankltsn

agno-development-master

Guides creation of isolated Agno v2 study agents across progressive learning levels.

Community
Intermediate
allankltsnallankltsn

agno-prompt-system

Writes and adapts Agno agent system prompts per model family with S3-backed prompt storage.

Community
Intermediate
allankltsnallankltsn

agno-secrets

Resolves secrets for Agno agents via environment variables with AWS Secrets Manager fallback.

Community
Intermediate
allankltsnallankltsn

agno-memory-sessions

Configure Agno agent memory and session persistence with DynamoDB or SQLite backends.

Community
Advanced
allankltsnallankltsn

agno-project-architecture-solid

Defines layered folder structure and SOLID principles for Agno agent projects deployed serverless on AWS.

Community
Intermediate
allankltsnallankltsn

agno-providers

Configure Agno LLM providers with environment-driven model IDs and parameters.

Community
Intermediate
allankltsnallankltsn

agno-testing-strategy

Test and optimize Agno agents with deterministic fakes, evals, and parameter search.

Community
Advanced
allankltsnallankltsn

agno-teams

Create multi-agent teams in Agno with a leader model that delegates tasks dynamically.

Community
Intermediate
allankltsnallankltsn

agno-lambda-apigateway

Deploy Agno agents as FastAPI REST APIs on AWS Lambda behind API Gateway.

Community
Advanced
allankltsnallankltsn

agno-code-quality-tools

Configures deterministic local code quality tooling for Python Agno agents using Ruff, mypy, and pre-commit.

Community
Intermediate
allankltsnallankltsn

agno-agentos-eval-deploy

Serve Agno agents as FastAPI services with tracing, evaluation, and AWS EC2 deployment.

Community
Intermediate
allankltsnallankltsn

agno-local-dev-environment

Configure a docker-compose local environment simulating AWS, LLM providers, and observability for Agno agents.

Community
Advanced
allankltsnallankltsn

agno-multimodal

Build Agno agents that process image and audio inputs alongside text prompts.

Community
Basic
allankltsnallankltsn

agno-observability

Instrument Agno v2 agents with OpenTelemetry tracing, structured logging, and metrics.

Community
Advanced
allankltsnallankltsn

agno-workflows-basic

Orchestrates sequential Agno Workflows with Steps executed by Agents, Teams, or functions.

Community
Intermediate
allankltsnallankltsn

agno-workflows-advanced

Implements Agno workflow control flow with Parallel, Condition, Loop, and Router steps.

Community
Intermediate
allankltsnallankltsn

agno-tools

Implement ready-made and custom Python tools for Agno agents using the @tool decorator.

Community
Basic

Frequently Asked Questions About allankltsn

FAQPage Schema
What tasks can I accomplish with allankltsn's Agno skills?▼

You can build Agno agents end-to-end: system prompts per provider, RAG with pluggable vector databases, memory and sessions, multi-agent teams, basic and advanced orchestration, multimodal I/O, custom tools, guardrails, observability, automated testing and optimization, and serverless AWS deployment.

Who are these Agno skills designed for?▼

They target engineers studying or shipping Agno agents to production: backend developers exposing agents via FastAPI on Lambda, ML engineers tuning RAG and sampling parameters with Optuna and DSPy, and security reviewers applying OWASP LLM and API Top 10 controls.

How do I set up a local development environment for these agents?▼

Use the environment-setup skill with uv for isolated per-agent projects and env vars, then the local-dev-environment skill's docker-compose stack: LocalStack for AWS, Ollama as local model provider, SigNoz or Grafana/Tempo/Loki/Prometheus for OTLP observability, Langfuse for tracing, and AgentOS for monitoring.

How are secrets and configuration handled in these agents?▼

The agno-secrets skill defines a fallback resolution pipe: standard environment variable first, then AWS Secrets Manager, failing fast with an exception when a required variable is missing from every source. Model selection and provider parameters are also env-driven with predefined defaults.

What testing and quality practices do these skills enforce?▼

Three test layers (deterministic transport, agent behavior, real system), golden-set evals with deterministic and LLM-as-judge scorers, Optuna/DSPy/promptfoo/Ragas optimization, plus local quality gates: Ruff, mypy, Bandit, pip-audit, gitleaks, import-linter, Radon, pytest-cov, Hypothesis, mutmut, and pre-commit.