This website requires JavaScript.
Explore
Help
Register
Sign in
apunkt
/
trustgraph
Watch
1
Star
0
Fork
You've already forked trustgraph
0
mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced
2026-04-25 00:16:23 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
d83e4e3d59
trustgraph
/
trustgraph-flow
/
scripts
/
prompt-template
7 lines
75 B
Text
Raw
Normal View
History
Unescape
Escape
Feature/subpackages (#80) * Renaming what will become the core package * Tweaking to get package build working * Fix metering merge * Rename to core directory * Bump version. Use namespace searching for packaging trustgraph-core * Change references to trustgraph-core * Forming embeddings-hf package * Reference modules in core package. * Build both packages to one container, bump version * Update YAMLs
2024-09-30 14:00:29 +01:00
#!/usr/bin/env python3
Update to enable knowledge extraction using the agent framework (#439) * Implement KG extraction agent (kg-extract-agent) * Using ReAct framework (agent-manager-react) * ReAct manager had an issue when emitting JSON, which conflicts which ReAct manager's own JSON messages, so refactored ReAct manager to use traditional ReAct messages, non-JSON structure. * Minor refactor to take the prompt template client out of prompt-template so it can be more readily used by other modules. kg-extract-agent uses this framework.
2025-07-21 14:31:57 +01:00
from trustgraph.prompt.template import run
Feature/subpackages (#80) * Renaming what will become the core package * Tweaking to get package build working * Fix metering merge * Rename to core directory * Bump version. Use namespace searching for packaging trustgraph-core * Change references to trustgraph-core * Forming embeddings-hf package * Reference modules in core package. * Build both packages to one container, bump version * Update YAMLs
2024-09-30 14:00:29 +01:00
run()
Reference in a new issue
Copy permalink