Noema-Declarative-AI — Agent Tool by AlbanPerli

by AlbanPerli · Agent Tool · ★ 79

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About Noema-Declarative-AI

Seamless integration between Python and LLM generations. With Noema, you can control the model and choose the path it will follow. This framework aims to enable developers to use LLMs as thought interpreters, not as a source of truth. Noema is built on the shoulders of llama.cpp and guidance. Installation Install llama-cpp-python using the correct backend. Basic: python from Noema import Create a subject (LLM) Subject("../Models/EXAONE-3.5-2.4B-Instruct-Q4KM.gguf", verbose=True) # Llama cpp model @Noema def think(task): """ You are a simple thinker. You have a task to perform. Always looking for the best way to perform it. """ povs = [] task = Information(f"{task}") # inject information to the LLM for i in range(4): stepnb = i + 1 reflection = Sentence("Providing a reflection about the task.", stepnb) consequence = Sentence("Providing the consequence of the reflection.", stepnb) evaluate = Sentence("Evaluating the consequence.", stepnb) pointofview = Sentence(f"Providing a point of view abo

aiai-agentai-agent-frameworkai-agentsai-agents-frameworkaiagentaiagentsdeclarative-programmingdeep-learningllm

Quick Facts

Stars79
Forks0
LanguagePython
CategoryAgent Tool
LicenseApache-2.0
Quality Score31.25/100
Open Issues1
Last Updated2026-01-26
Created2024-10-15
Platformspython
Est. Tokens~401k

Noema-Declarative-AI alternative? Top 6 similar tools

Looking for a Noema-Declarative-AI alternative? If you're comparing Noema-Declarative-AI with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • LiteWebAgent by PathOnAIOrg · ⭐ 145

    [NAACL2025] LiteWebAgent: The Open-Source Suite for VLM-Based Web-Agent Applications

  • best-of-Agent-Harnesses by RyanAlberts · ⭐ 135

    🏆 Ranked list of 100+ agent harnesses. Scored and updated weekly.

  • Awesome-AI-For-Security by AmanPriyanshu · ⭐ 127

    A curated list of tools, papers, and datasets for applying AI to cybersecurity tasks. This list primarily focu

  • LiteMultiAgent by PathOnAIOrg · ⭐ 102

    The Library for LLM-based multi-agent applications

  • Context-Engine by Context-Engine-AI · ⭐ 389

    Context-Engine MCP - Agentic Context Compression Suite

  • awesome-AI-toolkit by balavenkatesh3322 · ⭐ 200

    A curated, comprehensive collection of open-source AI tools, frameworks, datasets, courses, and seminal papers

More Agent Tool Tools

Explore other popular agent tool tools:

View all Agent Tool tools →

Popular Python Agent Tools

Frequently Asked Questions

What is Noema-Declarative-AI?

Noema-Declarative-AI is A declarative way to control LLMs.. It is categorized as a Agent Tool with 79 GitHub stars.

What programming language is Noema-Declarative-AI written in?

Noema-Declarative-AI is primarily written in Python. It covers topics such as ai, ai-agent, ai-agent-framework.

How do I install or use Noema-Declarative-AI?

You can find installation instructions and usage details in the Noema-Declarative-AI GitHub repository at github.com/AlbanPerli/Noema-Declarative-AI. The project has 79 stars and 0 forks, indicating an active community.

What license does Noema-Declarative-AI use?

Noema-Declarative-AI is released under the Apache-2.0 license, making it free to use and modify according to the license terms.

What are the best alternatives to Noema-Declarative-AI?

The top alternatives to Noema-Declarative-AI on Agent Skills Hub include LiteWebAgent, best-of-Agent-Harnesses, Awesome-AI-For-Security. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

View on GitHub → Browse Agent Tool tools