awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
promptise-com avatar

promptise-com/Foundry

0
View on GitHub↗
849 stars·128 forks·Python·Apache-2.0·10 viewswww.promptise.com↗

Foundry

The foundation layer for agentic intelligence.

Features

  • AI and Agents - A framework for building end-to-end production-ready agentic systems.
  • Application Frameworks - Production Python framework for agentic AI.
  • Language Model Development - Framework for agentic AI and autonomous runtime environments.

Star history

Star history chart for promptise-com/foundryStar history chart for promptise-com/foundry

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Foundry

These projects share indexed features with Foundry. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • stanfordnlp/dspystanfordnlp avatar

    stanfordnlp/dspy

    35,325View on GitHub↗

    DSPy is a declarative programming framework designed for building complex language model applications. It treats model interactions as modular, composable programs, allowing developers to define task logic through typed class schemas rather than relying on manually written prompts. By organizing workflows into hierarchical, reusable Python objects, the framework enables the construction of sophisticated AI systems that manage state and execution flow independently. The framework distinguishes itself through an automated optimization engine that iteratively refines prompt instructions and few-

    Python
    View on GitHub↗35,325
  • langchain-ai/langchainlangchain-ai avatar

    langchain-ai/langchain

    139,458View on GitHub↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Pythonagentsaiai-agents
    View on GitHub↗139,458
  • huggingface/transformershuggingface avatar

    huggingface/transformers

    161,630View on GitHub↗

    Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and

    Pythonaudiodeep-learningdeepseek
    View on GitHub↗161,630
  • deepset-ai/haystackdeepset-ai avatar

    deepset-ai/haystack

    24,253View on GitHub↗

    Haystack is an orchestration framework designed for building complex search and generative AI pipelines. It functions as an agentic workflow engine, enabling the construction of automated sequences that allow AI agents to perform multi-step reasoning and data analysis. The framework utilizes a modular, component-based architecture that connects processing steps into directed acyclic graphs. By employing a provider-agnostic integration layer, it decouples core logic from specific external AI services and vector databases, allowing for the flexible exchange of underlying technologies. This desi

    MDXagentagentsai
    View on GitHub↗24,253
Compare all 30 related projects→

Frequently asked questions

What does promptise-com/foundry do?

The foundation layer for agentic intelligence.

What are the main features of promptise-com/foundry?

The main features of promptise-com/foundry are: AI and Agents, Application Frameworks, Language Model Development.

Which projects share features with promptise-com/foundry?

Projects with overlapping indexed features include: langchain-ai/langchain — LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large… stanfordnlp/dspy — DSPy is a declarative programming framework designed for building complex language model applications. It treats model… mastra-ai/mastra — Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and… dust-tt/dust — Custom AI agent platform to speed up your work. deepset-ai/haystack — Haystack is an orchestration framework designed for building complex search and generative AI pipelines. It functions… huggingface/transformers — Transformers is a comprehensive library for machine learning that provides a unified interface for training,…