Building an Agentic Framework

Salesteq   on February 27, 2025

The future of sales and marketing lies in intelligent, autonomous systems that don’t just automate tasks but adapt, collaborate, and deliver measurable value. That’s why we’re designing an agentic framework, a modular, scalable architecture where AI agents are reusable, easy to implement, and configurable to meet diverse needs. Whether it is uncovering market insights or streamlining pipelines, our goal is to provide tools for sales teams that think and act like their best human counterparts. In this post, we’ll walk you through the principles behind this framework, break down its structure, and share how we’re tackling the challenges of performance, privacy, and collaboration.

Why an Agentic Framework?

Traditional automation scripts are rigid—one-trick ponies that break when the environment shifts. AI agents, on the other hand, can reason, learn, and adjust. But to make them practical for everyday use, they need to be:

  • Pre-made yet configurable: Ready out of the box but adaptable to specific goals.
  • Integrity-Driven: Isolated and secure, ensuring no cross-contamination between users or processes.
  • Maintainable: Easy to update without breaking existing workflows.
  • Performant: Fast enough to keep up with real-time demands.
  • Reliable: Consistent even under load or failure.
  • Private: Protecting sensitive sales data at every step.

These aren’t just nice-to-haves, they are the core features of a system that companies/organizations can trust. So, how do we get there?

The Four Agent Groups

We see sales as a multifaceted ecosystem that our agents should reflect on. We’ve categorized them into four distinct groups, each addressing a critical piece of the sales puzzle:

  1. Planning: Agents like Market Research or Ideal Customer Profile (ICP) Analytics dig into data to uncover opportunities. For example, an ICP Analytics agent might scour market trends and customer data to define who’s most likely to buy your product—saving weeks of manual analysis.
  2. Sales: Agents like Pipeline Sourcing focus on execution. This agent could crawl the web, company pages, or tools data to identify high-potential leads, feeding your pipeline with precision.
  3. Marketing: Agents like Marketing Emails handle outreach. Imagine an agent that drafts personalized emails, schedules them based on prospect behavior, and tracks responses—all without human hand-holding.
  4. Operations & Management: Agents like Activity Planner keep the machine running. This agent might prioritize tasks, schedule follow-ups, and assign workloads across your team, ensuring nothing slips through the cracks.

These groups aren’t silos—they’re building blocks. The magic happens when they collaborate, which is where our framework design comes in.

Anatomy of an Agent

Before we architect the system, let’s dissect what makes an agent tick. Every agent in our framework follows a standardized structure:

  • Role: Defines its identity—e.g., ICP Analyst.
  • Focus: Its mission and cadence—e.g., “Find ICPs for a product, updated quarterly.”
  • Tasks: The steps it takes—e.g., 1) Collect source data, 2) Profile ICPs, 3) Save to a database.
  • Tools: Functions it uses—e.g., `ask_user()` for input, `fetch_company_info()` for data retrieval, `write_to_db()` for storage.
  • Guardrails: Constraints to keep it in check—e.g., “Only analyze companies in North America.”
  • Memory: Short-term (current state, like “I’m on step 2”) and long-term (historical ICPs or market insights).

This structure ensures agents are modular yet purpose-built. But how do they operate? That’s where design patterns come into play.

Agent Design Patterns

We draw from five key patterns to give agents their intelligence:

  • Reflection: Agents self-critique and refine their output. An ICP Analyst might re-evaluate its profiling if the results don’t align with market data.
  • Tool Use: Agents expand their reach with external tools. A Pipeline Sourcing agent might tap APIs like LinkedIn or Crunchbase to enrich lead data.
  • ReAct: Agents combine reasoning and action to solve problems dynamically. A customer support agent might analyze a query, reason through potential solutions, and act by drafting a response or escalating the issue—all in real-time.
  • Planning: Agents break complex goals into steps. An Activity Planner might sequence weekly tasks, adjusting based on team availability.
  • Multi-Agent Collaboration: Specialized agents team up. Imagine a Market Research agent feeding insights to an ICP Analyst, who then hands off to a Pipeline Sourcing agent—a seamless relay.

These patterns make agents versatile, but the real challenge is deploying them in a way that meets our core criteria.

Building the Framework: Meeting the Criteria

Here’s how we satisfy our core criteria with a practical, sales-ready architecture:

1. Pre-made yet Configurable

Agents are packaged as Docker containers, pre-built with a standard template:


agent:

 role: DataParser

 goal: Parse raw data

 tasks: [parse_data]

 tools: [regex]

 guardrails: [max_input_size=1MB]

 topics: [user_a.parser_tasks]

A Configuration Manager—a service running alongside our backoffice—reads the YAML blueprint, spins up a container, and injects the config. Users tweak roles, tools, or guardrails via a simple interface, ensuring flexibility without coding. For example, a user could redefine a Pipeline Sourcing agent to target a new industry by updating the config.

2. Integrity

Docker containers isolate each agent, sandboxing memory and processes. User A’s Market Research agent can’t access User B’s data or crash their Pipeline Sourcing agent. This per-user containerization ensures failures are contained and sensitive sales data (e.g., lead lists) stays secure within its scope.

3. Maintainability

Versioned tools and configs keep agents manageable. The Configuration Manager logs every deployed agent’s blueprint—role, tools, version—and updates containers when new tool versions (e.g., an improved `fetch_company_info()`) are released. Rolling updates happen without downtime, and past configs serve as an audit trail for troubleshooting.

4. Execution Performance

Speed matters in sales, so we optimize at every layer:

  • Lightweight Containers: Docker minimizes resource overhead, letting dozens of agents run on a single server.
  • Asynchronous Messaging: RabbitMQ handles inter-agent communication, and queuing tasks so agents don’t block (e.g., ICP Analyst notifies Pipeline Sourcing without waiting).
  • Task Offloading: Heavy lifting (e.g., data profiling) shifts to scalable backends like Qdrant or Postgres, keeping agents responsive.
  • Caching: Redis caches frequent lookups (e.g., company data), cutting redundant calls.

5. Reliability

Consul acts as our service discovery backbone. Agents register their IP:port on startup (e.g., `172.17.0.2:8080` for a DataParser), and Consul’s health checks (via a `/health` endpoint) ensure only live agents are addressable. Consul updates dynamically if a container restarts or scales, preventing failed messages or dead-end requests.

6. Privacy

Privacy is crucial to get right. Consul tags agents by users (e.g., `user=user_a`), restricting discovery to same-user agents. RabbitMQ reinforces this with virtual hosts (e.g., `/user_a`) or topic prefixes (e.g., `user_a.parser_tasks`), ensuring Send Marketing Emails for User A never leaks to User B. Memory—stored in Redis or Postgres—is scoped to user-specific keys or schemas (e.g., `user_a:icp_records`).

Why This Matters for Sales & Marketing

Sales thrive on speed, insight, and execution. Our framework turns fragmented processes into a cohesive AI-driven engine. A Market Research agent spots a trend, an ICP Analyst profiles it, and a Pipeline Sourcing agent fills your CRM—all in sync, all configurable. It’s a framework/setup that scales.

What’s Next?

We’re testing this framework in real sales scenarios, fine-tuning performance, and evolving multi-agent collaboration further.

Conquering Uncertainty: How Salesteq AI is Redefining Sales Success

Salesteq   on November 21, 2024

In today’s fast-paced world, mid-sized enterprises face mounting challenges in navigating their sales processes. With data overload, fragmented tools, and ever-evolving customer behaviors, the pressure to perform can feel overwhelming. Traditional approaches are no longer enough—leaving businesses grappling with uncertainty and searching for clarity.

But what if there was a solution designed to cut through the noise and deliver results with precision?


Unprecedented Challenges Demand Unparalleled Solutions

Sales teams today face an era of unprecedented complexity. From managing endless streams of data to identifying the right prospects, teams struggle to optimize their efforts while ensuring every action drives meaningful results.

Most tools promise incremental improvements, but they fail to address the root problem: the uncertainty inherent in today’s sales environment.

 

That’s where Salesteq AI comes in—a revolutionary approach to sales management that not only simplifies your operations but transforms uncertainty into opportunity.


Salesteq AI: The Unmatched Expert in Sales Technology

Salesteq AI isn’t just a tool; it’s a fully autonomous expert that integrates seamlessly into your organization, adapting to your needs while amplifying your results. Unlike traditional platforms, Salesteq AI combines self-learning capabilities, generative insights, and real-time adaptability to stay ahead of the curve.

 

What Makes Salesteq AI Unique?

  1. Anticipates Market Shifts: By analyzing vast amounts of data in real-time, Salesteq AI identifies trends before they impact your business.
  2. Simplifies Decision-Making: Its generative interface allows users to interact naturally, ask questions, and receive actionable insights instantly—no more wasted hours digging through dashboards.
  3. Empowers Your Team: AI coaching ensures that every salesperson performs at their peak, with tailored suggestions to optimize calls, emails, and pipeline management.

With Salesteq, you’re not just solving today’s problems—you’re future-proofing your sales process.


The Power of Certainty in an Uncertain World

In a business landscape filled with unknowns, Salesteq AI offers the clarity and confidence you need to thrive.

  • Clear Outcomes: From automating pipeline generation to identifying upsell opportunities, Salesteq ensures you always know the next best step.
  • Consistency Across Teams: Whether managing a global salesforce or a single team, Salesteq standardizes and enhances performance across the board.
  • Transformative Growth: By eliminating manual admin tasks and improving the quality of every interaction, Salesteq helps companies achieve faster, smarter growth.

With Salesteq AI, you’re not just adopting another tool—you’re partnering with a proven expert to achieve unparalleled results.


Your Competitive Edge Awaits

Companies that adopt Salesteq AI today are future-proofing their sales process, while others risk falling behind.

Don’t wait to act. The future of sales is here, and it starts with Salesteq AI.


Ready to learn how Salesteq AI can transform your sales process?
Start Today!

Experience the clarity, confidence, and growth that only Salesteq AI can deliver.

LLMs are transforming data access with SQL automation

Salesteq   on November 1, 2024

Experimenting with LLMs for Full Automation of Data Retrieval

Our goal was simple: to make data access easier. We wanted users to retrieve data by simply asking questions. To achieve this, we tested various large language models (LLMs) like OpenAI, Mistral, Llama2, and Wizardcoder. We aimed to see how well each could turn natural language requests into SQL commands.

Benchmarking Methods and Key Findings

We tested both API-based and locally deployed models. Our focus was on how accurately each model could understand different data contexts and create SQL statements. We grouped the models by how they performed under specific conditions. Here’s a breakdown of what we found:
SQL Generation Benchmarks across LLMs
 The chart illustrates performance across key test scenarios:
  • No Table Structure Provided: We asked the models to generate SQL without knowing the data structure.
  • With Table Definitions: We supplied table definitions to guide SQL creation.
  • With Sampled Queries and Table Definitions: The models received sample queries along with table details.
Each model’s performance in these categories gave us insights into strengths and trade-offs, helping us fine-tune our AI’s data interaction capabilities. Some models excelled with structured data setups, while others adapted well to iterative “pilot learning,” adjusting as they processed new information.

Benchmark Data Set

We used a curated subset of EDGAR records, a detailed dataset on corporate and individual financial disclosures. With data on around 100,000 companies, it offered a rich resource for testing how well each model handled complex data.

Building a Generative User Experience: Key Lessons

As we progressed, a few key insights emerged that shaped how we think about LLMs and generative AI for enterprise solutions:
  1. LLMs and SQL Compatibility: Through benchmarking, we saw how effectively LLMs could translate user prompts into SQL commands. However, achieving reliable accuracy required continuous adjustments to ensure the AI could handle the diverse data structures typical in large-scale enterprise environments.
  2. Adaptive Learning and Metadata: To make data access more intuitive, we needed the AI to autonomously generate metadata that makes data easily searchable. This step required the AI to learn dynamically from user behavior—a central principle in creating a generative system that could grow smarter over time.
  3. Platform Architecture to Support Autonomy: This experience reinforced the importance of building a flexible architecture. Enabling AI to autonomously retrieve data and interpret user intent requires a platform that allows for real-time adaptation. This meant designing our system with evolutionary learning principles at its core.

Introducing Wingman SQL Assistant

These insights led to the creation of Wingman SQL Assistant, a tool that lets users interact with data by simply asking questions, without writing SQL. Currently demoed with a sample music database, Wingman allows users to get answers on metrics like top-selling tracks or customer purchasing behavior—all through natural language. Try It YourselfExplore Wingman SQL Assistant and experience conversational data access firsthand. Visit Wingman SQL Assistantand see how it can transform the way you work with data. You can ask for SQL queries for a sample data base of a music collection. For example you could ask to give you all artists or all customers and their purchased songs.

Sharing Our Vision: A Collaborative Step Toward Generative AI

Our work on LLM-driven data retrieval is ongoing, but it’s taught us that the potential for generative AI in enterprise tech is enormous. We envision a future where AI can autonomously manage and interpret data, responding to user requests with accuracy and insight. By sharing these lessons, we hope to contribute to the broader AI community and spark discussions around best practices in data access automation.At Salesteq, we’re building an AI that’s more than just a tool—it’s a partner in the sales journey. If you’re working on similar challenges, we invite you to join the conversation as we explore the frontiers of autonomous, adaptive intelligence in enterprise solutions.

Say Goodbye to Sales Tool Overload!

Salesteq   on September 30, 2024
Are you tired of juggling multiple sales tools that drain your budget and time? If you’re a mid-sized company, managing your sales process can feel like a daunting task. The constant switching between tools like Apollo.io for contact intelligence, Pipedrive for CRM features, and ChatGPT for AI assistance can lead to confusion and inefficiency. What if you could streamline everything into one powerful solution? Enter Salesteq!

The Ultimate All-in-One Sales Solution

Salesteq combines the best features of leading tools into one comprehensive platform, tailored specifically for mid-sized companies.

Cost Comparison: Save Big with Salesteq

Let’s break down the costs for using multiple tools versus opting for Salesteq. Many mid-sized teams end up paying for various subscriptions, leading to a hefty monthly bill. Here’s a straightforward look at the costs:

Monthly Cost of Using Multiple Tools:

  • Apollo.io: $99/user
  • Pipedrive: $15/user
  • ChatGPT Pro: $20/user
Total Cost for Multiple Tools (per user/month):
  • Apollo.io + Pipedrive + ChatGPT = $99 + $15 + $20 = $134

Total Cost for Salesteq:

  • Salesteq: $34.99/user/month

A Clear Choice: Salesteq vs. the Competition

  • Total Monthly Cost for Competitors: $134/month
  • Total Monthly Cost for Salesteq: $34.99/month
By choosing Salesteq, you save over $99 a month per user. Not only do you cut costs, but you also eliminate the headaches associated with managing multiple platforms.

Why Salesteq is Your Best Investment

  1. All-in-One Functionality: No more switching between platforms. Access everything you need in one place—contacts, CRM, and AI-powered.
  2. User-Friendly Interface: Designed for teams of all sizes, Salesteq offers a seamless experience that boosts productivity and allows you to focus on what matters: closing deals.
  3. Scalable Solutions: Whether you’re a growing team or a mid-sized company, Salesteq adapts to your needs, ensuring you have the right tools to scale effectively.
  4. Exceptional Support: Our team is dedicated to your success, offering support and resources to help you maximize your investment.

Conclusion: Streamline Your Sales Process Today!

Stop the chaos of juggling multiple tools and elevate your sales game with Salesteq. Gain access to everything you need to supercharge your sales team without.Ready to streamline your sales process? Start your journey with Salesteq today!

AI Prompts Every Salesperson Should Be Using Right Now

Salesteq   on September 26, 2024
Sales is tough enough without getting bogged down in routine tasks like follow-ups and scheduling calls. The good news? AI is your new secret weapon. At Salesteq, we’ve harnessed the power of AI to make your life easier. Below are three killer AI prompts that will transform your daily workflow, giving you more time to close deals.

Follow-Up in Seconds, Not Hours

How many times have you lost a deal because you forgot to follow up?Automate that process instantly with AI and ensure no opportunity slips through the cracks.

Prompt:

“Write a polite follow-up email reminding the recipient of our last conversation and suggesting a quick call to explore further opportunities.”

Why it works:

No more “ghosting” prospects. You stay top-of-mind, look professional, and keep the sales cycle moving—all without lifting a finger.

Forget the Back-and-Forth—Book Meetings in One Email

How many hours have you wasted coordinating schedules with prospects? Let AI do the heavy lifting by offering multiple time slots in one go.

Prompt:

“Create an email offering three available time slots for a 30-minute meeting next week and ask the recipient to confirm a preferred time.”

Why it works:

You eliminate the scheduling dance. Your prospects can simply pick a time, and you’ve got yourself a meeting without the headache.

3. Keep Prospects Warm Without the Effort

Nurturing leads takes time, but with AI, you can stay in touch effortlessly—building relationships while keeping your pipeline full.

Prompt:

“Write a lead nurturing email that highlights the benefits of our solutions and suggests reconnecting to discuss how we can add value.”

Why it works:

Prospects need multiple touchpoints before they’re ready to buy. This prompt keeps the conversation going and ensures your solution stays on their radar.

Why Salespeople LOVE These Prompts

Salespeople who use these prompts save hours of tedious work each week. Instead of wasting time writing emails and scheduling meetings, you can focus on what really matters—closing deals. AI gives you an edge by automating these mundane tasks, so you can outperform the competition.

Ready to Close More Deals?

Salesteq is designed for salespeople who want to boost productivity and increase conversions. Our AI tools take care of the busy work so you can focus on selling. Want to see the impact for yourself?Sign up today at Salesteq and start closing more deals in less time at app.salesteq.ai.

The Blueprint to Profitably Scale to $5M ARR

Salesteq   on September 15, 2024
Scaling from $0 to $5 million in annual recurring revenue (ARR) requires a systematic approach to growth. The good news? It can be done profitably by focusing on the right channels and strategies. Below, I’ll walk you through a step-by-step process, based on proven methods, using a combination of organic short-form content, influencer marketing, SEO, and paid ads.

Organic Short-form Content

In today’s social media landscape, follower count doesn’t matter. What really counts is engagement. Even a new account with the right content can go viral and outperform established influencers. The key is not to chase followers but to chase virality.A great hack here is to create fresh accounts, find a face for them, and craft a viral video series. For example, if a famous person created a new/additional TikTok/X account today, their videos would immediately go viral, thanks to the algorithm pushing their content to their existing fanbase—even with zero followers. You can leverage the same approach for your brand. 

Here’s the formula:

  1. Find a face for your account.
  2. Craft a viral video series —keep experimenting until you find a winning format.
  3. Multiply accounts —once you find a viral series, create multiple accounts and start reposting and tweaking the same content.
 For example, you could partner with a creator that has a big following. Even though you started with a brand-new account with this creator, you can achieve large numbers of impressions in the first month because the algorithm will push the content from the new account to the established followers. Once you find a viral series, you can tweak it slightly and repost multiple times a week.

Viral series examples:

  • A guy testing how many spaghetti sticks can hold his weight.
  • A guy drinking a cup of milk for every 1,000 followers he has.
  • A video series “POV: You have an essay due,” with minor variations, generated over 300 million views and more than half a million dollars in revenue.
Keep experimenting with video ideas across platforms like TikTok, X, Instagram, and YouTube Shorts or LinkedIn. Once you find a viral concept, post it across multiple accounts and languages, sponsor reposts on other pages, and turn it into paid ads. Rinse and repeat. 💡 B2B Tip: Leverage LinkedIn for these videos as well. Share content that speaks to professional challenges, industry insights, and expert interviews—these resonate well with decision-makers.

Influencer Marketing

When it comes to influencers, size doesn’t always matter. Smaller influencers with high engagement can provide incredible results at a fraction of the cost of larger names. Here’s how to tap into influencer marketing: 
  1. Find influencers: Look at which influencers your users follow on Instagram, TikTok, or X, and use “suggested accounts” feature to find similar ones.
  2. Reach out to influencers: Direct messages (DMs) often result in higher response rates than emails. Be clear, concise, and make it clear that it’s a paid promotion.
  3. Negotiate: Align incentives by splitting payment, with part based on performance (e.g., number of conversions). Never pay 100% upfront.
  4. Customize content: Each influencer has a unique style. Tailor content to match their usual format to maintain high engagement. A good influencer partnership is worth far more than several unsuccessful ones.
 Remember, influencer marketing is about trial and error—casting a wide net and then doubling down on what works. 💡 B2B Tip: Partner with industry experts or micro-influencers within your niche. Their trust and reputation in the field can create powerful content such as tutorials or product demos that resonate with professional audiences. Focus on performance-based partnerships, especially with niche influencers in your industry. Performance metrics in the B2B space can include lead generation, downloads of white papers, or registrations for webinars.

SEO

SEO is a long-term game but can provide exponential growth. Start SEO when you have enough understanding of your users. Here are some SEO hacks to help: 
  1. Take featured snippets: Use SEO tools to find keywords you already rank for and tweak your content to grab Google’s featured snippets by making the answer clear and concise.
  2. Search for Viral content on Social Media: Use viral posts on X, TikTok or LinkeIn and turn them into your blog content.
  3. Boost brand searches:Encourage users to search for your brand name, as brand searches boost your site’s credibility in Google’s eyes.
  4. Add schema: Mark up pages with structured data to help search engines better understand your content.
 SEO is an ongoing process, and while results may take time, they can compound into massive returns when done right. 💡 B2B Tip: Answer common industry questions or concerns in your content. Focus on questions decision-makers would ask, such as “What’s the best CRM for manufacturing companies?” or “How to reduce supply chain costs?” 

Paid Ads

Only start running paid ads after you’ve experimented with influencer marketing and organic content. Why? Paid ads require data to work effectively, and you can get that data from organic channels first.

Here’s how to approach paid ads:

  1. Use existing creatives: Repurpose high-performing content from influencer partnerships for paid ads.
  2. Leverage customer feedback: Use comments from organic social posts to craft better ad copy.
  3. Scale gradually: Once you have product-market fit (PMF) and a 3:1 LTV to CAC ratio, it’s safe to scale your ad spend. Ensure your landing page is optimized to convert traffic
Paid ads can be a powerful tool, but don’t rush into them. Focus on organic channels first, then use the insights gained from these channels to optimize your paid campaigns. 💡 B2B Tip: LinkedIn Ads are highly effective in the B2B world. Retarget key decision-makers who have engaged with your website or downloaded your content, delivering personalized ads that address their pain points.

Final Thoughts

Scaling to $5M ARR isn’t easy, but it’s achievable if you focus on continuous experimentation and iteration. For every growth channel, it’s about finding what works and doubling down. Start with organic content, experiment until something sticks, and once you find that viral spark, replicate it across platforms. Similarly, approach influencer marketing and paid ads with a data-driven mindset.At every stage of growth, you’ll encounter new challenges, but the key is to stay focused, refine your processes, and hire the right people to help you scale.

Reach new heights for your business with Salesteq