Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ewdlop
/
AIMA-CSharp
like
0
Model card
Files
Files and versions
xet
Community
1
main
AIMA-CSharp
/
Agent
/
Environment
/
IEnvironmentViewNotifier.cs
ewdlop
Upload folder using huggingface_hub
90ca39a
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
141 Bytes
namespace
AIMA.Agent.Environment
{
public
interface
IEnvironmentViewNotifier
{
void
NotifyViews
(
string
msg
)
;
}
}