Skip to content
View colesmcintosh's full-sized avatar

Block or report colesmcintosh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
colesmcintosh/README.md

AI Research & Development

Contributor to LiteLLM and creator of the official LangChain Salesforce Integration.

Research Focus: Scalable multi-agent architectures, high-performance LLM optimization, vector search and similarity optimization.

Featured Projects

  • chain-of-thought-reranking: Optimizing LLM responses by extracting, reranking, and refining internal chain-of-thought.
  • langchain-salesforce: Langchain integration for Salesforce CRM with SOQL queries, schema inspection, and CRUD operations.
  • vector-vault: High-performance vector similarity search engine with LSH optimization in Go.
  • pycuda-numpy-vector-ops: Accelerating NumPy vector operations with PyCUDA in Jupyter notebooks.
  • logit-control: Control LLM token generation by manipulating logits for structured outputs using Hugging Face Transformers.
  • social-media-agent-system: Multi-agent system combining specialized AI agents for engaging social media content creation.

⭐ Explore and star your favorites!

Pinned Loading

  1. chain-of-thought-reranking chain-of-thought-reranking Public

    an approach to optimizing large language model (LLM) responses by extracting, reranking, and refining their internal chain-of-thought (CoT). By focusing on the most coherent and relevant parts of t…

    Jupyter Notebook 4

  2. langchain-salesforce langchain-salesforce Public

    Langchain integration for Salesforce CRM, providing tools for SOQL queries, object schema inspection, and CRUD operations through Langchain's framework

    Python 3 1

  3. vector-vault vector-vault Public

    A high-performance vector similarity search engine with LSH (Locality-Sensitive Hashing) optimization, written in Go.

    Go

  4. pycuda-numpy-vector-ops pycuda-numpy-vector-ops Public

    Accelerating NumPy Vector Operations with PyCUDA

    Jupyter Notebook

  5. logit-control logit-control Public

    Control LLM token generation by directly manipulating logits to enforce structured outputs. Built with Hugging Face Transformers and demonstrated using Qwen2.5-0.5B.

    Python

  6. social-media-agent-system social-media-agent-system Public

    A sophisticated multi-agent system that combines specialized AI agents to create engaging social media content. The system leverages a Research Agent for gathering accurate, up-to-date information …

    Python