by AlbanPerli · Agent Tool · ★ 79
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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
| Stars | 79 |
| Forks | 0 |
| Language | Python |
| Category | Agent Tool |
| License | Apache-2.0 |
| Quality Score | 31.25/100 |
| Open Issues | 1 |
| Last Updated | 2026-01-26 |
| Created | 2024-10-15 |
| Platforms | python |
| Est. Tokens | ~401k |
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.
[NAACL2025] LiteWebAgent: The Open-Source Suite for VLM-Based Web-Agent Applications
🏆 Ranked list of 100+ agent harnesses. Scored and updated weekly.
A curated list of tools, papers, and datasets for applying AI to cybersecurity tasks. This list primarily focu
The Library for LLM-based multi-agent applications
Context-Engine MCP - Agentic Context Compression Suite
A curated, comprehensive collection of open-source AI tools, frameworks, datasets, courses, and seminal papers
Explore other popular agent tool tools:
Noema-Declarative-AI is A declarative way to control LLMs.. It is categorized as a Agent Tool with 79 GitHub stars.
Noema-Declarative-AI is primarily written in Python. It covers topics such as ai, ai-agent, ai-agent-framework.
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.
Noema-Declarative-AI is released under the Apache-2.0 license, making it free to use and modify according to the license terms.
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.